|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectantlr.collections.impl.ASTEnumerator
public class ASTEnumerator
| 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()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
VectorEnumerator nodes
int i
| Constructor Detail |
|---|
public ASTEnumerator(Vector v)
| Method Detail |
|---|
public boolean hasMoreNodes()
hasMoreNodes in interface ASTEnumerationpublic AST nextNode()
nextNode in interface ASTEnumeration
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||