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