Uses of Package
org.antlr.v4.runtime.tree.pattern
Packages that use org.antlr.v4.runtime.tree.pattern
-
Classes in org.antlr.v4.runtime.tree.pattern used by org.antlr.v4.runtimeClassDescriptionA pattern like
<ID> = <expr>;converted to aParseTreebyParseTreePatternMatcher.compile(String, int). -
Classes in org.antlr.v4.runtime.tree.pattern used by org.antlr.v4.runtime.tree.patternClassDescriptionRepresents 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>.