Class MemberOfExpression
java.lang.Object
net.sf.jsqlparser.parser.ASTNodeAccessImpl
net.sf.jsqlparser.expression.operators.relational.MemberOfExpression
- All Implemented Interfaces:
Serializable
,Expression
,Model
,ASTNodeAccess
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescription(package private) boolean
(package private) Expression
(package private) Expression
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
accept
(ExpressionVisitor expressionVisitor) boolean
isNot()
setLeftExpression
(Expression leftExpression) setNot
(boolean not) setRightExpression
(Expression rightExpression) toString()
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
Expression leftExpression -
rightExpression
Expression rightExpression -
isNot
boolean isNot
-
-
Constructor Details
-
MemberOfExpression
-
-
Method Details
-
getLeftExpression
-
setLeftExpression
-
getRightExpression
-
setRightExpression
-
isNot
public boolean isNot() -
setNot
-
toString
-
accept
- Specified by:
accept
in interfaceExpression
-