koala.dynamicjava.interpreter
Class InterpreterUtilities.MultiplyOperation

java.lang.Object
  extended bykoala.dynamicjava.interpreter.InterpreterUtilities.BinaryArithmeticOperation
      extended bykoala.dynamicjava.interpreter.InterpreterUtilities.MultiplyOperation
Enclosing class:
InterpreterUtilities

protected static class InterpreterUtilities.MultiplyOperation
extends InterpreterUtilities.BinaryArithmeticOperation

To encapsulate *


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

Constructor Detail

InterpreterUtilities.MultiplyOperation

protected InterpreterUtilities.MultiplyOperation()


Copyright © 2001 Stephane Hillion. All Rights Reserved.