public class IsBooleanExpression extends ASTNodeAccessImpl implements Expression
Constructor and Description |
---|
IsBooleanExpression() |
Modifier and Type | Method and Description |
---|---|
void |
accept(ExpressionVisitor expressionVisitor) |
Expression |
getLeftExpression() |
boolean |
isNot() |
boolean |
isTrue() |
void |
setIsTrue(boolean isTrue) |
void |
setLeftExpression(Expression expression) |
void |
setNot(boolean b) |
String |
toString() |
getASTNode, setASTNode
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
getASTNode, setASTNode
public Expression getLeftExpression()
public boolean isNot()
public void setLeftExpression(Expression expression)
public void setNot(boolean b)
public boolean isTrue()
public void setIsTrue(boolean isTrue)
public void accept(ExpressionVisitor expressionVisitor)
accept
in interface Expression
Copyright © 2004–2019 JSQLParser. All rights reserved.