public static class PredicateOperatorExpr.Impl extends Positioned.Impl implements PredicateOperatorExpr
PredicateOperatorExpr.Impl, PredicateOperatorExpr.Visitor<P,R>| Constructor and Description |
|---|
Impl() |
Impl(Expr lhs,
PredicateOperator operator) |
| Modifier and Type | Method and Description |
|---|---|
Expr |
getLhs() |
PredicateOperator |
getOperator() |
void |
setLhs(Expr lhs) |
void |
setOperator(PredicateOperator operator) |
getPosition, setPositionclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitaccept, accept, accept, accept, accept, ofgetPosition, of, setPositionpublic Impl()
public Impl(Expr lhs, PredicateOperator operator)
public Expr getLhs()
getLhs in interface PredicateOperatorExprpublic void setLhs(Expr lhs)
setLhs in interface PredicateOperatorExprpublic PredicateOperator getOperator()
getOperator in interface PredicateOperatorExprpublic void setOperator(PredicateOperator operator)
setOperator in interface PredicateOperatorExpr