com.jaxfront.core.jep
Class SetSerializable

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

public class SetSerializable
extends JaxfrontMathCommand


Constructor Summary
SetSerializable()
           
 
Method Summary
static java.lang.String getDefaultNullValue(java.lang.String dataType)
           
 void run(MathEvaluator.MathCommunicator communicator, java.util.Stack stack)
           
static java.lang.String translate(int dataType)
           
static int translateFromString(java.lang.String dataType)
           
 
Methods inherited from class com.jaxfront.core.jep.JaxfrontMathCommand
getDOM, invertParams, run
 
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
 

Constructor Detail

SetSerializable

public SetSerializable()
Method Detail

getDefaultNullValue

public static java.lang.String getDefaultNullValue(java.lang.String dataType)

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)

translate

public static java.lang.String translate(int dataType)

translateFromString

public static int translateFromString(java.lang.String dataType)