|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
@XmlElement(value="Div") public interface Divide
Encodes the operation of division where the first argument is divided by the second argument.
Instances of this interface implement their evaluate
method by
computing the numeric quotient resulting from dividing the first
operand by the second. The second argument or expression cannot
evaluate to zero.
Field Summary |
---|
Fields inherited from interface Expression |
---|
NIL |
Method Summary |
---|
Methods inherited from interface BinaryExpression |
---|
getExpression1, getExpression2 |
Methods inherited from interface Expression |
---|
accept, evaluate, evaluate |
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |