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

Quick Search    Search Deep

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

java.lang.Object
  extended bycom.tripi.asp.Constants

public class Constants
extends java.lang.Object

The Constants class contains static contains used in the com.tripi.asp package.

Version:
0.9

Field Summary
static AspEmptyException emptyException
          Static, constant empty exception.
static NothingNode nothingNode
          Static, constant NothingNode.
static NullNode nullNode
          Static, constant NullNode.
static UndefinedValueNode undefinedValueNode
          Static, constant UndefinedValueNode.
 
Constructor Summary
Constants()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

nullNode

public static final NullNode nullNode
Static, constant NullNode.


undefinedValueNode

public static final UndefinedValueNode undefinedValueNode
Static, constant UndefinedValueNode.


nothingNode

public static final NothingNode nothingNode
Static, constant NothingNode.


emptyException

public static final AspEmptyException emptyException
Static, constant empty exception.

Constructor Detail

Constants

public Constants()