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 voidaddNode(Node n)NodeelementAt(int i)Enumeration<Node>elements()intsize()
-