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

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

Uses of InterpreterUtilities.ShiftOperation in koala.dynamicjava.interpreter
 

Subclasses of InterpreterUtilities.ShiftOperation in koala.dynamicjava.interpreter
protected static class InterpreterUtilities.ShiftLeftOperation
          To encapsulate <<
protected static class InterpreterUtilities.ShiftRightOperation
          To encapsulate >>
protected static class InterpreterUtilities.UnsignedShiftRightOperation
          To encapsulate >>>
 

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



Copyright © 2001 Stephane Hillion. All Rights Reserved.