koala.dynamicjava.interpreter
Class InterpreterUtilities.BinaryArithmeticOperation

java.lang.Object
  extended bykoala.dynamicjava.interpreter.InterpreterUtilities.BinaryArithmeticOperation
Direct Known Subclasses:
InterpreterUtilities.AddOperation, InterpreterUtilities.DivideOperation, InterpreterUtilities.MultiplyOperation, InterpreterUtilities.RemainderOperation, InterpreterUtilities.SubtractOperation
Enclosing class:
InterpreterUtilities

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

To encapsulate a binary operator


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

Constructor Detail

InterpreterUtilities.BinaryArithmeticOperation

protected InterpreterUtilities.BinaryArithmeticOperation()


Copyright © 2001 Stephane Hillion. All Rights Reserved.