Class MultiAndExpression
java.lang.Object
net.sf.jsqlparser.parser.ASTNodeAccessImpl
net.sf.jsqlparser.util.cnfexpression.MultipleExpression
net.sf.jsqlparser.util.cnfexpression.MultiAndExpression
- All Implemented Interfaces:
Serializable
,Expression
,Model
,ASTNodeAccess
This helper class is mainly used for handling the CNF conversion.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class net.sf.jsqlparser.util.cnfexpression.MultipleExpression
accept, addChild, getChild, getIndex, getList, removeChild, setChild, 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
-
Constructor Details
-
MultiAndExpression
-
-
Method Details
-
getStringExpression
- Specified by:
getStringExpression
in classMultipleExpression
-