public abstract class BinaryOperatorDef extends ExpressionDef
| Modifier and Type | Field and Description |
|---|---|
private ElemValueDef |
lhs |
private ElemValueDef |
rhs |
| Constructor and Description |
|---|
BinaryOperatorDef(ElemValueDef lhs,
ElemValueDef rhs) |
| Modifier and Type | Method and Description |
|---|---|
ElemValueDef |
getLeft() |
ElemValueDef |
getRight() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waittransformprivate final ElemValueDef lhs
private final ElemValueDef rhs
public BinaryOperatorDef(ElemValueDef lhs, ElemValueDef rhs)
public ElemValueDef getLeft()
public ElemValueDef getRight()