antlr.collections.impl

Class ASTEnumerator

Implemented Interfaces:
ASTEnumeration

public class ASTEnumerator
extends java.lang.Object
implements ASTEnumeration

Field Summary

(package private) int
i
(package private) VectorEnumerator
nodes
The list of root nodes for subtrees that match

Constructor Summary

ASTEnumerator(Vector v)

Method Summary

boolean
hasMoreNodes()
AST
nextNode()

Field Details

i

(package private)  int i

nodes

(package private)  VectorEnumerator nodes
The list of root nodes for subtrees that match

Constructor Details

ASTEnumerator

public ASTEnumerator(Vector v)

Method Details

hasMoreNodes

public boolean hasMoreNodes()
Specified by:
hasMoreNodes in interface ASTEnumeration

nextNode

public AST nextNode()
Specified by:
nextNode in interface ASTEnumeration