|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use InterpreterUtilities.RelationalOperation | |
koala.dynamicjava.interpreter | Contains the classes for interpreting Java language statements. |
Uses of InterpreterUtilities.RelationalOperation in koala.dynamicjava.interpreter |
Subclasses of InterpreterUtilities.RelationalOperation in koala.dynamicjava.interpreter | |
protected static class |
InterpreterUtilities.GreaterOrEqualOperation
To encapsulate >= |
protected static class |
InterpreterUtilities.GreaterThanOperation
To encapsulate > |
protected static class |
InterpreterUtilities.LessOrEqualOperation
To encapsulate <= |
protected static class |
InterpreterUtilities.LessThanOperation
To encapsulate < |
Methods in koala.dynamicjava.interpreter with parameters of type InterpreterUtilities.RelationalOperation | |
protected static java.lang.Object |
InterpreterUtilities.relationalOperation(java.lang.Object l,
java.lang.Object r,
InterpreterUtilities.RelationalOperation o)
Returns the value of a relational operation |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |