koala.dynamicjava.interpreter
Class InterpreterUtilities.UnsignedShiftRightOperation

java.lang.Object
  extended bykoala.dynamicjava.interpreter.InterpreterUtilities.ShiftOperation
      extended bykoala.dynamicjava.interpreter.InterpreterUtilities.UnsignedShiftRightOperation
Enclosing class:
InterpreterUtilities

protected static class InterpreterUtilities.UnsignedShiftRightOperation
extends InterpreterUtilities.ShiftOperation

To encapsulate >>>


Constructor Summary
protected InterpreterUtilities.UnsignedShiftRightOperation()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

InterpreterUtilities.UnsignedShiftRightOperation

protected InterpreterUtilities.UnsignedShiftRightOperation()


Copyright © 2001 Stephane Hillion. All Rights Reserved.