| 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 |
|---|
| 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–2024 Daniel Sun. All rights reserved.