| Constructor and Description |
|---|
ASTIterator(antlr.collections.AST tree)
Constructs an Iterator for depth-first iteration of an AST
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
hasNext() |
Object |
next() |
antlr.collections.AST |
nextNode()
Get the next node to be returned from iteration.
|
void |
remove() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitforEachRemainingpublic ASTIterator(antlr.collections.AST tree)
tree - THe tree whose nodes are to be iteratedCopyright © 2001-2017 Red Hat, Inc. All Rights Reserved.