- java.lang.Object
-
- net.sf.jsqlparser.parser.ASTNodeAccessImpl
-
- net.sf.jsqlparser.util.cnfexpression.MultipleExpression
-
- net.sf.jsqlparser.util.cnfexpression.MultiOrExpression
-
- All Implemented Interfaces:
Serializable
,Expression
,Model
,net.sf.jsqlparser.parser.ASTNodeAccess
public final class MultiOrExpression extends MultipleExpression
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description MultiOrExpression(List<Expression> childlist)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description 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.expression.Expression
accept
-
-
-
-
Constructor Detail
-
MultiOrExpression
public MultiOrExpression(List<Expression> childlist)
-
-
Method Detail
-
getStringExpression
public String getStringExpression()
- Specified by:
getStringExpression
in classMultipleExpression
-
-