Class AndExpression
java.lang.Object
net.sf.jsqlparser.parser.ASTNodeAccessImpl
net.sf.jsqlparser.expression.BinaryExpression
net.sf.jsqlparser.expression.operators.conditional.AndExpression
- All Implemented Interfaces:
Serializable
,Expression
,Model
,ASTNodeAccess
- See Also:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
accept
(ExpressionVisitor expressionVisitor) boolean
void
setUseOperator
(boolean useOperator) withLeftExpression
(Expression arg0) withUseOperator
(boolean useOperator) Methods inherited from class net.sf.jsqlparser.expression.BinaryExpression
getLeftExpression, getLeftExpression, getRightExpression, getRightExpression, setLeftExpression, setRightExpression, 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
-
useOperator
private boolean useOperator
-
-
Constructor Details
-
AndExpression
public AndExpression() -
AndExpression
-
-
Method Details
-
setUseOperator
public void setUseOperator(boolean useOperator) -
isUseOperator
public boolean isUseOperator() -
accept
-
getStringExpression
- Specified by:
getStringExpression
in classBinaryExpression
-
withUseOperator
-
withLeftExpression
- Overrides:
withLeftExpression
in classBinaryExpression
-
withRightExpression
- Overrides:
withRightExpression
in classBinaryExpression
-