| Package | Description |
|---|---|
| org.antlr.v4.runtime | |
| org.antlr.v4.runtime.tree.pattern |
| Class | Description |
|---|---|
| ParseTreePattern |
A pattern like
<ID> = <expr>; converted to a ParseTree by
ParseTreePatternMatcher.compile(String, int). |
| Class | Description |
|---|---|
| ParseTreeMatch |
Represents the result of matching a
ParseTree against a tree pattern. |
| ParseTreePattern |
A pattern like
<ID> = <expr>; converted to a ParseTree by
ParseTreePatternMatcher.compile(String, int). |
| ParseTreePatternMatcher |
A tree pattern matching mechanism for ANTLR
ParseTrees. |
| RuleTagToken |
A
Token object representing an entire subtree matched by a parser
rule; e.g., <expr>. |
Copyright © 1992–2019 ANTLR. All rights reserved.