byucc.jhdl.synth.graph.parser.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.
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.