antlr.v4.runtime.tree.ParseTree

Undocumented in source.

Members

Interfaces

ParseTree
interface ParseTree

An interface to access the tree of {@link RuleContext} objects created * during a parse that makes the data structure look like a simple parse tree. This node represents both internal nodes, rule invocations, and leaf nodes, token matches.

Meta