All Packages  Class Hierarchy  This Package  Previous  Next  Index  

Interface hpjava.compiler.grammar.syntaxtree.NodeListInterface

public interface NodeListInterface
The interface which NodeList, NodeListOptional, and NodeSequence implement.


Method Index

 o addNode(Node)
 o elementAt(int)
 o elements()
 o getNodes()
 o size()

Methods

 o getNodes
public abstract Vector getNodes()
 o addNode
public abstract void addNode(Node n)
 o elementAt
public abstract Node elementAt(int i)
 o elements
public abstract Enumeration elements()
 o size
public abstract int size()

All Packages  Class Hierarchy  This Package  Previous  Next  Index