| Package | Description |
|---|---|
| org.antlr.grammar.v3 | |
| org.antlr.tool |
| Modifier and Type | Method and Description |
|---|---|
Grammar.LabelElementPair |
ActionTranslator.getElementLabel(String id) |
| Modifier and Type | Field and Description |
|---|---|
protected Map<String,Grammar.LabelElementPair> |
Rule.labelNameSpace
All labels go in here (plus being split per the above lists) to
catch dup label and label type mismatches.
|
| Modifier and Type | Method and Description |
|---|---|
Grammar.LabelElementPair |
Rule.getLabel(String name) |
Grammar.LabelElementPair |
Rule.getRuleLabel(String name) |
Grammar.LabelElementPair |
Rule.getRuleListLabel(String name) |
Grammar.LabelElementPair |
Rule.getTokenLabel(String name) |
Grammar.LabelElementPair |
Rule.getTokenListLabel(String name) |
Copyright © 2025. All rights reserved.