JavaScript is disabled on your browser.
Skip navigation links
Overview
Class
Use
Tree
Deprecated
Index
Search
Help
antlr.collections
ASTEnumeration
Contents
Description
Method Summary
Method Details
hasMoreNodes()
nextNode()
Hide sidebar
Show sidebar
Interface ASTEnumeration
All Known Implementing Classes:
ASTEnumerator
public interface
ASTEnumeration
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method
Description
boolean
hasMoreNodes
()
AST
nextNode
()
Method Details
hasMoreNodes
boolean
hasMoreNodes
()
nextNode
AST
nextNode
()