|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use InterpreterUtilities.UnaryOperation | |
koala.dynamicjava.interpreter | Contains the classes for interpreting Java language statements. |
Uses of InterpreterUtilities.UnaryOperation in koala.dynamicjava.interpreter |
Subclasses of InterpreterUtilities.UnaryOperation in koala.dynamicjava.interpreter | |
protected static class |
InterpreterUtilities.MinusOperation
To encapulate - |
protected static class |
InterpreterUtilities.PlusOperation
To encapulate + |
Methods in koala.dynamicjava.interpreter with parameters of type InterpreterUtilities.UnaryOperation | |
static java.lang.Object |
InterpreterUtilities.unaryOperation(java.lang.Class c,
java.lang.Object o,
InterpreterUtilities.UnaryOperation u)
Returns the value of an unary operation |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |