|
|||||||||
| Home >> All >> com >> tripi >> [ asp overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
com.tripi.asp
Class Constants

java.lang.Objectcom.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()
|
|||||||||
| Home >> All >> com >> tripi >> [ asp overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC
com.tripi.asp.Constants