Package org.antlr.v4.runtime.tree
package org.antlr.v4.runtime.tree
-
ClassDescriptionRepresents a token that was consumed during resynchronization rather than during a valid match operation.An iterative (read: non-recursive) pre-order and post-order tree walker that doesn't use the thread stack but heap-based stacks.An interface to access the tree of
RuleContext
objects created during a parse that makes the data structure look like a simple parse tree.This interface describes the minimal core of methods triggered byParseTreeWalker
.Associate a property with a parse tree node.This interface defines the basic notion of a parse tree visitor.A tree that knows about an interval in a token stream is some kind of syntax tree.The basic notion of a tree has a parent, a payload, and a list of children.A set of utility routines useful for all kinds of ANTLR trees.