byucc.jhdl.parsers.edif.syntaxtree
Interface NodeListInterface

All Superinterfaces:
Node, java.io.Serializable
All Known Implementing Classes:
NodeList, NodeListOptional, NodeSequence

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 byucc.jhdl.parsers.edif.syntaxtree.Node
accept, accept
 

Method Detail

addNode

public void addNode(Node n)

elementAt

public Node elementAt(int i)

elements

public java.util.Enumeration elements()

size

public int size()


Copyright ? 2006 Brigham Young University, Configurable Computing Laboratory. All Rights Reserved.