antlr.collections

Interface ASTEnumeration

Known Implementing Classes:
ASTEnumerator

public interface ASTEnumeration

Method Summary

boolean
hasMoreNodes()
AST
nextNode()

Method Details

hasMoreNodes

public boolean hasMoreNodes()

nextNode

public AST nextNode()