com.jaxfront.core.jep
Class Switch

java.lang.Object
  extended by org.nfunk.jep.function.PostfixMathCommand
      extended by com.jaxfront.core.jep.Switch
All Implemented Interfaces:
org.nfunk.jep.function.PostfixMathCommandI

public class Switch
extends org.nfunk.jep.function.PostfixMathCommand


Constructor Summary
Switch()
           
 
Method Summary
 void run(java.util.Stack inStack)
           
 
Methods inherited from class org.nfunk.jep.function.PostfixMathCommand
getNumberOfParameters, getRootNode, run, setCurNumberOfParameters
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Switch

public Switch()
Method Detail

run

public void run(java.util.Stack inStack)
         throws org.nfunk.jep.ParseException
Overrides:
run in class org.nfunk.jep.function.PostfixMathCommand
Throws:
org.nfunk.jep.ParseException