Package | Description |
---|---|
org.antlr.v4.runtime.tree |
Modifier and Type | Class and Description |
---|---|
class |
IterativeParseTreeWalker
An iterative (read: non-recursive) pre-order and post-order tree walker that
doesn't use the thread stack but heap-based stacks.
|
Modifier and Type | Field and Description |
---|---|
static ParseTreeWalker |
ParseTreeWalker.DEFAULT |
Copyright © 1992–2021 ANTLR. All rights reserved.