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

Quick Search    Search Deep

com.tripi.asp
Interface ObjectNode  view ObjectNode download ObjectNode.java

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.