| Annotation Type | Description |
|---|---|
| BuildParseTree |
Annotation that can be used on the parser class itself.
|
| Cached |
Annotation that can be used on parser methods returning
Rules and having parameters. |
| DontExtend |
Annotation that can be used on parser methods returning
Rule objects. |
| DontLabel |
Annotation that can be used on parser methods returning
Rule objects or the
parser class itself. |
| DontSkipActionsInPredicates |
Annotation that can be used on parser methods returning
Rule objects. |
| ExplicitActionsOnly |
Annotation that can be used on parser rule methods (i.e.
|
| Label |
Annotation that can be used on parser methods returning
Rule objects. |
| MemoMismatches |
Annotation that can be used on parser methods returning
Rule objects. |
| SkipActionsInPredicates |
Annotation that can be used on parser rule methods (i.e.
|
| SkipNode |
Annotation that can be used on parser methods returning
Rule objects. |
| SuppressNode |
Annotation that can be used on parser methods returning
Rule objects. |
| SuppressSubnodes |
Annotation that can be used on parser methods returning
Rule objects. |