| Package | Description |
|---|---|
| org.antlr.v4.semantics | |
| org.antlr.v4.tool |
| Modifier and Type | Method and Description |
|---|---|
private void |
SymbolChecks.checkForTypeMismatch(Rule r,
LabelElementPair prevLabelPair,
LabelElementPair labelPair) |
| Modifier and Type | Method and Description |
|---|---|
private void |
SymbolChecks.checkLabelPairs(Rule r,
java.util.Map<java.lang.String,LabelElementPair> labelNameSpace,
java.util.List<LabelElementPair> pairs) |
private void |
SymbolChecks.checkLabelPairs(Rule r,
java.util.Map<java.lang.String,LabelElementPair> labelNameSpace,
java.util.List<LabelElementPair> pairs) |
| Modifier and Type | Field and Description |
|---|---|
org.stringtemplate.v4.misc.MultiMap<java.lang.String,LabelElementPair> |
Alternative.labelDefs
A list of all LabelElementPair attached to tokens like id=ID, ids+=ID
|
| Modifier and Type | Method and Description |
|---|---|
LabelElementPair |
Rule.getAnyLabelDef(java.lang.String x) |
LabelElementPair |
Alternative.getAnyLabelDef(java.lang.String x) |
| Modifier and Type | Method and Description |
|---|---|
org.stringtemplate.v4.misc.MultiMap<java.lang.String,LabelElementPair> |
Rule.getElementLabelDefs() |