org.tromer.jie.syntaxtree
Interface NodeListInterface

All Known Implementing Classes:
NodeSequence, NodeList, NodeListOptional

public interface NodeListInterface
extends Node

The interface which NodeList, NodeListOptional, and NodeSequence implement.


Method Summary
 void addNode(Node n)
           
 Node elementAt(int i)
           
 java.util.Enumeration elements()
           
 int size()
           
 
Methods inherited from interface org.tromer.jie.syntaxtree.Node
accept, accept, getParent, setParent
 

Method Detail

addNode

public void addNode(Node n)

elementAt

public Node elementAt(int i)

elements

public java.util.Enumeration elements()

size

public int size()