Package antlr.collections.impl
Class ASTEnumerator
java.lang.Object
antlr.collections.impl.ASTEnumerator
- All Implemented Interfaces:
ASTEnumeration
-
Field Summary
FieldsModifier and TypeFieldDescription(package private) int
(package private) VectorEnumerator
The list of root nodes for subtrees that match -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
nodes
VectorEnumerator nodesThe list of root nodes for subtrees that match -
i
int i
-
-
Constructor Details
-
ASTEnumerator
-
-
Method Details
-
hasMoreNodes
public boolean hasMoreNodes()- Specified by:
hasMoreNodes
in interfaceASTEnumeration
-
nextNode
- Specified by:
nextNode
in interfaceASTEnumeration
-