public class Modulo extends BinaryExpression
| Constructor and Description |
|---|
Modulo() |
| Modifier and Type | Method and Description |
|---|---|
void |
accept(ExpressionVisitor expressionVisitor) |
String |
getStringExpression() |
Modulo |
withLeftExpression(Expression arg0) |
Modulo |
withRightExpression(Expression arg0) |
getLeftExpression, getLeftExpression, getRightExpression, getRightExpression, setLeftExpression, setRightExpression, toStringgetASTNode, setASTNodeclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitgetASTNode, setASTNodepublic void accept(ExpressionVisitor expressionVisitor)
public String getStringExpression()
getStringExpression in class BinaryExpressionpublic Modulo withLeftExpression(Expression arg0)
withLeftExpression in class BinaryExpressionpublic Modulo withRightExpression(Expression arg0)
withRightExpression in class BinaryExpressionCopyright © 2004–2021 JSQLParser. All rights reserved.