JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
SEARCH:
Package
antlr.collections
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
()