public abstract class BinaryExpression<T> extends Object implements Expression<T>
| Constructor and Description |
|---|
BinaryExpression() |
| Modifier and Type | Method and Description |
|---|---|
void |
accept(NodeVisitor visitor) |
Expression<?> |
getLeftExpression() |
Expression<?> |
getRightExpression() |
void |
setLeft(Expression<?> left) |
void |
setRight(Expression<?> right) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitevaluatepublic void setLeft(Expression<?> left)
public void setRight(Expression<?> right)
public Expression<?> getLeftExpression()
public Expression<?> getRightExpression()
public void accept(NodeVisitor visitor)
Copyright © 2015. All rights reserved.