public class ASTEnumerator extends Object implements ASTEnumeration
| Modifier and Type | Field and Description |
|---|---|
(package private) int |
i |
(package private) VectorEnumerator |
nodes
The list of root nodes for subtrees that match
|
| Constructor and Description |
|---|
ASTEnumerator(Vector v) |
VectorEnumerator nodes
int i
public ASTEnumerator(Vector v)
public boolean hasMoreNodes()
hasMoreNodes in interface ASTEnumerationpublic AST nextNode()
nextNode in interface ASTEnumeration