public class BitwiseAnd extends BinaryExpression
| Constructor and Description |
|---|
BitwiseAnd() |
| Modifier and Type | Method and Description |
|---|---|
void |
accept(ExpressionVisitor expressionVisitor) |
String |
getStringExpression() |
BitwiseAnd |
withLeftExpression(Expression arg0) |
BitwiseAnd |
withRightExpression(Expression arg0) |
getLeftExpression, getLeftExpression, getRightExpression, getRightExpression, setLeftExpression, setRightExpression, toStringappendTo, getASTNode, setASTNodepublic void accept(ExpressionVisitor expressionVisitor)
public String getStringExpression()
getStringExpression in class BinaryExpressionpublic BitwiseAnd withLeftExpression(Expression arg0)
withLeftExpression in class BinaryExpressionpublic BitwiseAnd withRightExpression(Expression arg0)
withRightExpression in class BinaryExpressionCopyright © 2004–2023 JSQLParser. All rights reserved.