Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

com.tripi.asp
Class UndefinedValueNode  view UndefinedValueNode download UndefinedValueNode.java

java.lang.Object
  extended bycom.tripi.asp.DefaultNode
      extended bycom.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

Constructor Summary
UndefinedValueNode()
          Constructor
 
Method Summary
 void dump()
          Dumps the string representation of this node.
 
Methods inherited from class com.tripi.asp.DefaultNode
execute, prepare
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UndefinedValueNode

public UndefinedValueNode()
Constructor

Method Detail

dump

public void dump()
Dumps the string representation of this node.

Specified by:
dump in interface Node
Overrides:
dump in class DefaultNode