java.lang.Objectantlr.collections.impl.ASTEnumerator
Constructor Summary | |
ASTEnumerator(Vector v)
|
Method Summary | |
boolean |
hasMoreNodes()
|
AST |
nextNode()
|
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public ASTEnumerator(Vector v)
Method Detail |
public boolean hasMoreNodes()
hasMoreNodes
in interface ASTEnumeration
public AST nextNode()
nextNode
in interface ASTEnumeration