com.jaxfront.core.jep
Class Array

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

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

The array function take every single argument of a function and put them into an array.

Version:
1.60

Constructor Summary
Array()
           
 
Method Summary
 void run(java.util.Stack stack)
           
 
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

Array

public Array()
Method Detail

run

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