Package org.antlr.v4.runtime.tree.pattern
package org.antlr.v4.runtime.tree.pattern
-
ClassDescriptionA chunk is either a token tag, a rule tag, or a span of literal text within a tree pattern.Represents the result of matching a
ParseTreeagainst a tree pattern.A pattern like<ID> = <expr>;converted to aParseTreebyParseTreePatternMatcher.compile(String, int).A tree pattern matching mechanism for ANTLRParseTrees.ATokenobject representing an entire subtree matched by a parser rule; e.g.,<expr>.Represents a placeholder tag in a tree pattern.Represents a span of raw text (concrete syntax) between tags in a tree pattern string.ATokenobject representing a token of a particular type; e.g.,<ID>.