koala.dynamicjava.interpreter
Class InterpreterUtilities.ShiftOperation

java.lang.Object
  extended bykoala.dynamicjava.interpreter.InterpreterUtilities.ShiftOperation
Direct Known Subclasses:
InterpreterUtilities.ShiftLeftOperation, InterpreterUtilities.ShiftRightOperation, InterpreterUtilities.UnsignedShiftRightOperation
Enclosing class:
InterpreterUtilities

protected abstract static class InterpreterUtilities.ShiftOperation
extends java.lang.Object

To encapsulate a shift operator


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

Constructor Detail

InterpreterUtilities.ShiftOperation

protected InterpreterUtilities.ShiftOperation()


Copyright © 2001 Stephane Hillion. All Rights Reserved.