public class InExpression extends Object implements Expression
Constructor and Description |
---|
InExpression() |
Modifier and Type | Method and Description |
---|---|
void |
accept(ExpressionVisitor expressionVisitor) |
Expression |
getLeftExpression() |
ExpressionList |
getRightExpressionsList() |
boolean |
isNot() |
void |
setLeftExpression(Expression leftExpression) |
void |
setNot(boolean not) |
void |
setRightExpressionsList(ExpressionList rightExpressionList) |
String |
toString() |
public boolean isNot()
public void setNot(boolean not)
not
- the not to setpublic Expression getLeftExpression()
public void setLeftExpression(Expression leftExpression)
leftExpression
- the leftExpression to setpublic ExpressionList getRightExpressionsList()
public void setRightExpressionsList(ExpressionList rightExpressionList)
rightExpressionList
- the rightExpressionList to setpublic void accept(ExpressionVisitor expressionVisitor)
accept
in interface Expression
public String toString()
toString
in interface Expression
toString
in class Object
Copyright © 2018. All rights reserved.