public class BitwiseOr extends BinaryExpression
Constructor and Description |
---|
BitwiseOr() |
Modifier and Type | Method and Description |
---|---|
void |
accept(ExpressionVisitor expressionVisitor) |
String |
getStringExpression() |
getLeftExpression, getRightExpression, isNot, removeNot, setLeftExpression, setNot, setRightExpression, toString
getASTNode, setASTNode
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
getASTNode, setASTNode
public void accept(ExpressionVisitor expressionVisitor)
public String getStringExpression()
getStringExpression
in class BinaryExpression
Copyright © 2004–2019 JSQLParser. All rights reserved.