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

Packages that use InterpreterUtilities.BinaryArithmeticOperation
koala.dynamicjava.interpreter Contains the classes for interpreting Java language statements. 
 

Uses of InterpreterUtilities.BinaryArithmeticOperation in koala.dynamicjava.interpreter
 

Subclasses of InterpreterUtilities.BinaryArithmeticOperation in koala.dynamicjava.interpreter
protected static class InterpreterUtilities.AddOperation
          To encapsulate +
protected static class InterpreterUtilities.DivideOperation
          To encapsulate /
protected static class InterpreterUtilities.MultiplyOperation
          To encapsulate *
protected static class InterpreterUtilities.RemainderOperation
          To encapsulate %
protected static class InterpreterUtilities.SubtractOperation
          To encapsulate -
 

Methods in koala.dynamicjava.interpreter with parameters of type InterpreterUtilities.BinaryArithmeticOperation
protected static java.lang.Object InterpreterUtilities.binaryArithmeticOperation(java.lang.Class c, java.lang.Object l, java.lang.Object r, InterpreterUtilities.BinaryArithmeticOperation o)
          Returns the value of a binary arithmetic operation
 



Copyright © 2001 Stephane Hillion. All Rights Reserved.