|
|||||||||
| 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
Interface ObjectNode

- All Superinterfaces:
- Node
- All Known Implementing Classes:
- JavaObjectNode, NothingNode
- public interface ObjectNode
- extends Node
ObjectNode is an interface which represents an "object", something which contains fields.
- Version:
- 0.9
| Method Summary | |
java.lang.Object |
getField(IdentNode ident)
Obtains the named field of an object. |
| Methods inherited from interface com.tripi.asp.Node |
dump, execute, prepare |
| Method Detail |
getField
public java.lang.Object getField(IdentNode ident) throws AspException
- Obtains the named field of an object.
|
|||||||||
| Home >> All >> com >> tripi >> [ asp overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC