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, wait
transform
public BinaryOperatorDef(ElemValueDef lhs, ElemValueDef rhs)
public ElemValueDef getLeft()
public ElemValueDef getRight()
Copyright © 2002–2018. All rights reserved.