Class MultipleExpression
java.lang.Object
net.sf.jsqlparser.parser.ASTNodeAccessImpl
net.sf.jsqlparser.util.cnfexpression.MultipleExpression
- All Implemented Interfaces:
Serializable
,Expression
,Model
,ASTNodeAccess
- Direct Known Subclasses:
MultiAndExpression
,MultiOrExpression
This is a helper class that mainly used for handling the CNF conversion.
- See Also:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
accept
(ExpressionVisitor expressionVisitor) void
addChild
(int index, Expression express) getChild
(int index) int
getIndex
(Expression express) getList()
abstract String
removeChild
(int index) void
setChild
(int index, Expression express) int
size()
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
-
childlist
-
-
Constructor Details
-
MultipleExpression
-
-
Method Details
-
size
public int size() -
accept
- Specified by:
accept
in interfaceExpression
-
getList
-
getChild
-
removeChild
-
setChild
-
getIndex
-
addChild
-
getStringExpression
-
toString
-