org.lsmp.djep.groupJep.function
Class GMultiply

java.lang.Object
  extended by org.nfunk.jep.function.PostfixMathCommand
      extended by org.lsmp.djep.groupJep.function.GMultiply
All Implemented Interfaces:
PostfixMathCommandI

public class GMultiply
extends PostfixMathCommand

Multiplication operator for a group.

Author:
Rich Morris Created on 05-Mar-2004

Field Summary
 
Fields inherited from class org.nfunk.jep.function.PostfixMathCommand
curNumberOfParameters, numberOfParameters
 
Constructor Summary
GMultiply(GroupI group)
           
 
Method Summary
 java.lang.Object mul(java.lang.Object param1, java.lang.Object param2)
           
 void run(java.util.Stack stack)
          Calculates the result of applying the "*" operator to the arguments from the stack and pushes it back on the stack.
 
Methods inherited from class org.nfunk.jep.function.PostfixMathCommand
checkNumberOfParameters, checkStack, getNumberOfParameters, setCurNumberOfParameters
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GMultiply

public GMultiply(GroupI group)
Method Detail

run

public void run(java.util.Stack stack)
         throws ParseException
Calculates the result of applying the "*" operator to the arguments from the stack and pushes it back on the stack.

Specified by:
run in interface PostfixMathCommandI
Overrides:
run in class PostfixMathCommand
Throws:
ParseException

mul

public java.lang.Object mul(java.lang.Object param1,
                            java.lang.Object param2)
                     throws ParseException
Throws:
ParseException


http://www.singularsys.com/jep Copyright © 2007 Singular Systems