koala.dynamicjava.interpreter
Class InterpreterUtilities.BitwiseOperation

java.lang.Object
  |
  +--koala.dynamicjava.interpreter.InterpreterUtilities.BitwiseOperation
Direct Known Subclasses:
InterpreterUtilities.BitAndOperation, InterpreterUtilities.BitOrOperation, InterpreterUtilities.XOrOperation
Enclosing class:
InterpreterUtilities

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

To encapsulate a bitwise operator


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

Constructor Detail

InterpreterUtilities.BitwiseOperation

protected InterpreterUtilities.BitwiseOperation()


Copyright © 2001 Stephane Hillion. All Rights Reserved.