public abstract class BinaryExpression extends ASTNodeAccessImpl implements Expression
| Constructor and Description |
|---|
BinaryExpression() |
| Modifier and Type | Method and Description |
|---|---|
Expression |
getLeftExpression() |
Expression |
getRightExpression() |
abstract String |
getStringExpression() |
void |
setLeftExpression(Expression expression) |
void |
setRightExpression(Expression expression) |
String |
toString() |
getASTNode, setASTNodeclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitacceptgetASTNode, setASTNodepublic Expression getLeftExpression()
public Expression getRightExpression()
public void setLeftExpression(Expression expression)
public void setRightExpression(Expression expression)
public abstract String getStringExpression()
Copyright © 2004–2019 JSQLParser. All rights reserved.