antlr.collections.impl

Class ASTEnumerator

public class ASTEnumerator extends Object implements ASTEnumeration

Field Summary
inti
VectorEnumeratornodes
The list of root nodes for subtrees that match
Constructor Summary
ASTEnumerator(Vector v)
Method Summary
booleanhasMoreNodes()
ASTnextNode()

Field Detail

i

int i

nodes

VectorEnumerator nodes
The list of root nodes for subtrees that match

Constructor Detail

ASTEnumerator

public ASTEnumerator(Vector v)

Method Detail

hasMoreNodes

public boolean hasMoreNodes()

nextNode

public AST nextNode()