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 Detail
-
hasMoreNodes
boolean hasMoreNodes()
-
nextNode
AST nextNode()
-
-