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

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

Uses of InterpreterUtilities.BitwiseOperation in koala.dynamicjava.interpreter
 

Subclasses of InterpreterUtilities.BitwiseOperation in koala.dynamicjava.interpreter
protected static class InterpreterUtilities.BitAndOperation
          To encapsulate &
protected static class InterpreterUtilities.BitOrOperation
          To encapsulate |
protected static class InterpreterUtilities.XOrOperation
          To encapsulate ^
 

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



Copyright © 2001 Stephane Hillion. All Rights Reserved.