Uses of Class
koala.dynamicjava.interpreter.InterpreterUtilities.BinaryPredicate

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
 



Copyright © 2001 Stephane Hillion. All Rights Reserved.