- java.lang.Object
-
- net.sf.jsqlparser.parser.ASTNodeAccessImpl
-
- net.sf.jsqlparser.util.cnfexpression.MultipleExpression
-
- net.sf.jsqlparser.util.cnfexpression.MultiAndExpression
-
- All Implemented Interfaces:
java.io.Serializable
,Expression
,Model
,ASTNodeAccess
public final class MultiAndExpression extends MultipleExpression
This helper class is mainly used for handling the CNF conversion.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description MultiAndExpression(java.util.List<Expression> childlist)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
getStringExpression()
-
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, getParent, getParent, 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
-
Methods inherited from interface net.sf.jsqlparser.expression.Expression
accept
-
-
-
-
Constructor Detail
-
MultiAndExpression
public MultiAndExpression(java.util.List<Expression> childlist)
-
-
Method Detail
-
getStringExpression
public java.lang.String getStringExpression()
- Specified by:
getStringExpression
in classMultipleExpression
-
-