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

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
 



Copyright © 2001 Stephane Hillion. All Rights Reserved.