Class XorExpression
java.lang.Object
net.sf.jsqlparser.parser.ASTNodeAccessImpl
net.sf.jsqlparser.expression.BinaryExpression
net.sf.jsqlparser.expression.operators.conditional.XorExpression
- All Implemented Interfaces:
Serializable
,Expression
,Model
,ASTNodeAccess
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
accept
(ExpressionVisitor expressionVisitor) withLeftExpression
(Expression expression) withRightExpression
(Expression expression) 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
-
Constructor Details
-
XorExpression
public XorExpression() -
XorExpression
-
-
Method Details
-
withLeftExpression
- Overrides:
withLeftExpression
in classBinaryExpression
-
withRightExpression
- Overrides:
withRightExpression
in classBinaryExpression
-
accept
-
getStringExpression
- Specified by:
getStringExpression
in classBinaryExpression
-