| Package | Description |
|---|---|
| org.antlr.v4.analysis | |
| org.antlr.v4.tool | |
| org.antlr.v4.tool.ast |
| Modifier and Type | Field and Description |
|---|---|
java.util.LinkedHashMap<java.lang.Integer,LeftRecursiveRuleAltInfo> |
LeftRecursiveRuleAnalyzer.binaryAlts |
java.util.List<LeftRecursiveRuleAltInfo> |
LeftRecursiveRuleAnalyzer.prefixAndOtherAlts |
java.util.LinkedHashMap<java.lang.Integer,LeftRecursiveRuleAltInfo> |
LeftRecursiveRuleAnalyzer.suffixAlts |
java.util.LinkedHashMap<java.lang.Integer,LeftRecursiveRuleAltInfo> |
LeftRecursiveRuleAnalyzer.ternaryAlts |
| Modifier and Type | Field and Description |
|---|---|
OrderedHashMap<java.lang.Integer,LeftRecursiveRuleAltInfo> |
LeftRecursiveRule.recOpAlts |
java.util.List<LeftRecursiveRuleAltInfo> |
LeftRecursiveRule.recPrimaryAlts |
| Modifier and Type | Field and Description |
|---|---|
LeftRecursiveRuleAltInfo |
AltAST.leftRecursiveAltInfo
If we transformed this alt from a left-recursive one, need info on it
|