Package jtb.cparser.syntaxtree
Interface NodeListInterface
-
- All Superinterfaces:
Node
,Serializable
- All Known Implementing Classes:
NodeList
,NodeListOptional
,NodeSequence
public interface NodeListInterface extends Node
The interface which NodeList, NodeListOptional, and NodeSequence implement.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
addNode(Node n)
Node
elementAt(int i)
Enumeration<Node>
elements()
int
size()
-