koala.dynamicjava.interpreter
Class InterpreterUtilities.UnaryOperation

java.lang.Object
  extended bykoala.dynamicjava.interpreter.InterpreterUtilities.UnaryOperation
Direct Known Subclasses:
InterpreterUtilities.MinusOperation, InterpreterUtilities.PlusOperation
Enclosing class:
InterpreterUtilities

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

To encapsulate an unary operator


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

Constructor Detail

InterpreterUtilities.UnaryOperation

protected InterpreterUtilities.UnaryOperation()


Copyright © 2001 Stephane Hillion. All Rights Reserved.