Class 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.