com.jaxfront.core.jep
Class SuperTypeNode

java.lang.Object
  extended by org.nfunk.jep.function.PostfixMathCommand
      extended by com.jaxfront.core.jep.JaxfrontMathCommand
          extended by com.jaxfront.core.jep.SuperTypeNode
All Implemented Interfaces:
org.nfunk.jep.function.PostfixMathCommandI
Direct Known Subclasses:
AddListItem, Annotation, Bind, BindResource, BuildBranch, ChoosenNode, ChoosenNodes, CodeSetHelp, CodeSetParameter, CodeSetValue, CodeSetValues, CommonServerDate, CopyListItem, CreateHash, CreateUUID, CurrentDate, CurrentDateTime, CurrentTime, DateTools, FormattedNodeValue, FullCaption, GlobalTypeName, IsChoice, IsTrue, KeyNode, KeyXPath, ListControlAccess, Node, NodeCopy, NodeDepth, NodeLabel, NodeName, Nodes, NodesValues, NodeType, NodeValue, Position, ProcessingInstruction, RefreshUI, RemoveListItem, SerializeDOM, SetCodeSetValues, SetStyle, SetValue, ShortCaption, TreeHierarchyContext, TreeIconName, XPath

public abstract class SuperTypeNode
extends JaxfrontMathCommand

Abstract class for providing node functions.


Field Summary
static java.lang.Double isFalse
           
static java.lang.Double isTrue
           
 
Constructor Summary
SuperTypeNode()
          Constructor.
 
Method Summary
 void release()
           
 
Methods inherited from class com.jaxfront.core.jep.JaxfrontMathCommand
getDOM, invertParams, run, 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

isFalse

public static final java.lang.Double isFalse

isTrue

public static final java.lang.Double isTrue
Constructor Detail

SuperTypeNode

public SuperTypeNode()
Constructor.

Method Detail

release

public void release()