com.jaxfront.core.jep
Class DomHasChanged

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

public class DomHasChanged
extends JaxfrontMathCommand


Field Summary
static java.lang.String FORCED_CHANGE_VALUE
           
 
Constructor Summary
DomHasChanged()
           
 
Method Summary
 void run(MathEvaluator.MathCommunicator communicator, java.util.Stack stack)
           
 
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
 

Field Detail

FORCED_CHANGE_VALUE

public static final java.lang.String FORCED_CHANGE_VALUE
See Also:
Constant Field Values
Constructor Detail

DomHasChanged

public DomHasChanged()
Method Detail

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