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, wait
forEachRemaining
public ASTIterator(antlr.collections.AST tree)
tree
- THe tree whose nodes are to be iteratedCopyright © 2021 JBoss by Red Hat. All rights reserved.