Package EDU.purdue.jtb.parser.syntaxtree
Interface INodeList
- All Superinterfaces:
INode
,Serializable
- All Known Implementing Classes:
NodeList
,NodeListOptional
,NodeSequence
-
Field Summary
-
Method Summary
-
Method Details
-
addNode
Adds a node to the list.- Parameters:
n
- - the node to add
-
elementAt
- Parameters:
i
- - the element index- Returns:
- the element at the given index
-
elements
- Returns:
- the iterator on the node list
-
size
int size()- Returns:
- the list size
-