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

Quick Search    Search Deep

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

java.lang.Object
  extended bycom.tripi.asp.DefaultNode
      extended bycom.tripi.asp.NothingNode
All Implemented Interfaces:
Node, ObjectNode

public class NothingNode
extends DefaultNode
implements ObjectNode

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:
getField in interface ObjectNode