Class IterativeParseTreeWalker

java.lang.Object
org.antlr.v4.runtime.tree.ParseTreeWalker
org.antlr.v4.runtime.tree.IterativeParseTreeWalker

public class IterativeParseTreeWalker extends ParseTreeWalker
An iterative (read: non-recursive) pre-order and post-order tree walker that doesn't use the thread stack but heap-based stacks. Makes it possible to process deeply nested parse trees.