antlr.collections
Interface ASTEnumeration

All Known Implementing Classes:
ASTEnumerator

public interface ASTEnumeration


Method Summary
 boolean hasMoreNodes()
           
 AST nextNode()
           
 

Method Detail

hasMoreNodes

boolean hasMoreNodes()

nextNode

AST nextNode()