|
|||||||||
| 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 NothingNode

java.lang.Objectcom.tripi.asp.DefaultNode
com.tripi.asp.NothingNode
- All Implemented Interfaces:
- Node, ObjectNode
- public class NothingNode
- extends DefaultNode
- implements ObjectNode
- extends DefaultNode
This class contains a reference to a 'nothing' object, an object which has no fields, no methods, no nothing.
| Constructor Summary | |
(package private) |
NothingNode()
Package-level constructor. |
| Method Summary | |
java.lang.Object |
getField(IdentNode ident)
Object method, objtains a field. |
| Methods inherited from class com.tripi.asp.DefaultNode |
dump, execute, prepare |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface com.tripi.asp.Node |
dump, execute, prepare |
| Constructor Detail |
NothingNode
NothingNode()
- Package-level constructor.
| Method Detail |
getField
public java.lang.Object getField(IdentNode ident) throws AspException
- Object method, objtains a field.
- Specified by:
getFieldin interfaceObjectNode
|
|||||||||
| Home >> All >> com >> tripi >> [ asp overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC