| Package | Description |
|---|---|
| org.antlr.v4.runtime | |
| org.antlr.v4.runtime.tree.pattern |
| Class and Description |
|---|
| ParseTreePattern
A pattern like
<ID> = <expr>; converted to a ParseTree by
ParseTreePatternMatcher.compile(String, int). |
| Class and Description |
|---|
| Chunk
A chunk is either a token tag, a rule tag, or a span of literal text within a
tree pattern.
|
| 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>. |