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