|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use InterpreterUtilities.BinaryPredicate | |
koala.dynamicjava.interpreter | Contains the classes for interpreting Java language statements. |
Uses of InterpreterUtilities.BinaryPredicate in koala.dynamicjava.interpreter |
Subclasses of InterpreterUtilities.BinaryPredicate in koala.dynamicjava.interpreter | |
protected static class |
InterpreterUtilities.EqualToPredicate
To encapsulate == |
protected static class |
InterpreterUtilities.NotEqualToPredicate
To encapsulate != |
Methods in koala.dynamicjava.interpreter with parameters of type InterpreterUtilities.BinaryPredicate | |
protected static java.lang.Object |
InterpreterUtilities.equalityOperation(java.lang.Class lc,
java.lang.Class rc,
java.lang.Object l,
java.lang.Object r,
InterpreterUtilities.BinaryPredicate p)
Returns the value of an equality operation |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |