public abstract class BinaryOperatorDef extends ExpressionDef
| 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, waittransformpublic BinaryOperatorDef(ElemValueDef lhs, ElemValueDef rhs)
public ElemValueDef getLeft()
public ElemValueDef getRight()
Copyright © 2002-2018. All Rights Reserved.