public class ASTEnumerator extends java.lang.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) |
Modifier and Type | Method and Description |
---|---|
boolean |
hasMoreNodes() |
AST |
nextNode() |
VectorEnumerator nodes
int i
public ASTEnumerator(Vector v)
public boolean hasMoreNodes()
hasMoreNodes
in interface ASTEnumeration
public AST nextNode()
nextNode
in interface ASTEnumeration