com.jaxfront.core.jep
Class BooleanCast

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

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

StringCast try to cast the given parameter to an String datatype. Casting is provided for every Object by calling the toString method.

Version:
1.60

Constructor Summary
BooleanCast()
          Constructor.
 
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

BooleanCast

public BooleanCast()
Constructor.

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
See Also:
org.nfunk.jep.function.PostfixMathCommandI#run(Stack)