antlr.collections
Interface ASTEnumeration

All Known Implementing Classes:
ASTEnumerator

public interface ASTEnumeration


Method Summary
 boolean hasMoreNodes()
           
 AST nextNode()
           
 

Method Detail

hasMoreNodes

public boolean hasMoreNodes()

nextNode

public AST nextNode()