public interface ArithmeticOperand extends DynamicOperand
Comparison
and Ordering
components.Modifier and Type | Method and Description |
---|---|
DynamicOperand |
getLeft()
Get the left-hand operand.
|
String |
getOperator()
Get the operator for this binary operand.
|
DynamicOperand |
getRight()
Get the right-hand operand.
|
String getOperator()
DynamicOperand getLeft()
DynamicOperand getRight()
Copyright © 2008–2016 JBoss, a division of Red Hat. All rights reserved.