antlr.collections.impl
public class ASTEnumerator extends Object implements ASTEnumeration
| Field Summary | |
|---|---|
| int | i |
| VectorEnumerator | nodes The list of root nodes for subtrees that match |
| Constructor Summary | |
|---|---|
| ASTEnumerator(Vector v) | |
| Method Summary | |
|---|---|
| boolean | hasMoreNodes() |
| AST | nextNode() |