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, CopyListItem, CreateHash, CurrentDate, CurrentDateTime, DateTools, FormattedNodeValue, FullCaption, IsChoice, KeyNode, KeyXPath, ListControlAccess, Node, NodeCopy, NodeLabel, NodeName, Nodes, NodesValues, NodeType, NodeValue, Position, ProcessingInstruction, RefreshUI, RemoveListItem, SerializeDOM, SetCodeSetValues, ShortCaption, TreeHierarchyContext, TreeIconName, XPath

public abstract class SuperTypeNode
extends JaxfrontMathCommand

Abstract class for providing node functions.

Version:
1.60

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
run, run
 
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
 

Field Detail

isTrue

public static final java.lang.Double isTrue

isFalse

public static final java.lang.Double isFalse
Constructor Detail

SuperTypeNode

public SuperTypeNode()
Constructor.

Method Detail

release

public void release()