Class IsBooleanExpression
java.lang.Object
net.sf.jsqlparser.parser.ASTNodeAccessImpl
net.sf.jsqlparser.expression.operators.relational.IsBooleanExpression
- All Implemented Interfaces:
Serializable
,Expression
,Model
,ASTNodeAccess
- See Also:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
accept
(ExpressionVisitor expressionVisitor) <E extends Expression>
EgetLeftExpression
(Class<E> type) boolean
isNot()
boolean
isTrue()
void
setIsTrue
(boolean isTrue) void
setLeftExpression
(Expression expression) void
setNot
(boolean b) toString()
withIsTrue
(boolean isTrue) withLeftExpression
(Expression leftExpression) withNot
(boolean not) Methods inherited from class net.sf.jsqlparser.parser.ASTNodeAccessImpl
appendTo, getASTNode, setASTNode
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
Methods inherited from interface net.sf.jsqlparser.parser.ASTNodeAccess
getASTNode, setASTNode
-
Field Details
-
leftExpression
-
not
private boolean not -
isTrue
private boolean isTrue
-
-
Constructor Details
-
IsBooleanExpression
public IsBooleanExpression()
-
-
Method Details
-
getLeftExpression
-
isNot
public boolean isNot() -
setLeftExpression
-
setNot
public void setNot(boolean b) -
isTrue
public boolean isTrue() -
setIsTrue
public void setIsTrue(boolean isTrue) -
accept
- Specified by:
accept
in interfaceExpression
-
toString
-
withIsTrue
-
withLeftExpression
-
withNot
-
getLeftExpression
-