com.jaxfront.core.jep
Class JavaScriptProtokolFunction
java.lang.Object
org.nfunk.jep.function.PostfixMathCommand
com.jaxfront.core.jep.JaxfrontMathCommand
com.jaxfront.core.jep.JavaScriptProtokolFunction
- All Implemented Interfaces:
- org.nfunk.jep.function.PostfixMathCommandI
public class JavaScriptProtokolFunction
- extends JaxfrontMathCommand
StringCast try to cast the given parameter to an String datatype. Casting is provided for every Object by calling the toString method.
| Methods inherited from class org.nfunk.jep.function.PostfixMathCommand |
getNumberOfParameters, getRootNode, isFastFailable, run, setCurNumberOfParameters |
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ARRAY_PARAM_DELIMITER
public static final java.lang.String ARRAY_PARAM_DELIMITER
- See Also:
- Constant Field Values
ESC_ARRAY_PARAM_DELIMITER
public static final java.lang.String ESC_ARRAY_PARAM_DELIMITER
- See Also:
- Constant Field Values
JavaScriptProtokolFunction
public JavaScriptProtokolFunction()
- Constructor.
escapeParams
public static java.lang.Object[] escapeParams(java.lang.Object[] params)
run
public void run(MathEvaluator.MathCommunicator communicator,
java.util.Stack stack)
throws org.nfunk.jep.ParseException
- Specified by:
run in class JaxfrontMathCommand
- Throws:
org.nfunk.jep.ParseException- See Also:
org.nfunk.jep.function.PostfixMathCommandI#run(Stack)