org.omegahat.Environment.DataStructures
Interface Incrementable
- public interface Incrementable
Interface that allows an object support
the ++ operator in the Omegahat evaluator,
by having mapping an expression of the form x++
to a method call in this interface - increment(int).
- See Also:
Decrementable,
UpdateUnaryExpression
|
Method Summary |
java.lang.Object |
increment(double value)
|
java.lang.Object |
increment(int value)
|
increment
public java.lang.Object increment(int value)
increment
public java.lang.Object increment(double value)