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