java.lang.Object
com.tripi.asp.DefaultNode
com.tripi.asp.UndefinedValueNode
- All Implemented Interfaces:
- Node, java.io.Serializable
- public class UndefinedValueNode
- extends DefaultNode
- implements java.io.Serializable
UndefinedValue represents the "undefined" value in Asp code.
- Version:
- 0.9
|
Method Summary |
void |
dump()
Dumps the string representation of this node. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
UndefinedValueNode
public UndefinedValueNode()
- Constructor
dump
public void dump()
- Dumps the string representation of this node.
- Specified by:
dump in interface Node- Overrides:
dump in class DefaultNode