Uses of Class
org.antlr.v4.analysis.LeftRecursiveRuleAltInfo
-
Packages that use LeftRecursiveRuleAltInfo Package Description org.antlr.v4.analysis org.antlr.v4.tool org.antlr.v4.tool.ast -
-
Uses of LeftRecursiveRuleAltInfo in org.antlr.v4.analysis
Fields in org.antlr.v4.analysis with type parameters of type LeftRecursiveRuleAltInfo Modifier and Type Field 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
-
Uses of LeftRecursiveRuleAltInfo in org.antlr.v4.tool
Fields in org.antlr.v4.tool with type parameters of type LeftRecursiveRuleAltInfo Modifier and Type Field Description OrderedHashMap<java.lang.Integer,LeftRecursiveRuleAltInfo>
LeftRecursiveRule. recOpAlts
java.util.List<LeftRecursiveRuleAltInfo>
LeftRecursiveRule. recPrimaryAlts
-
Uses of LeftRecursiveRuleAltInfo in org.antlr.v4.tool.ast
Fields in org.antlr.v4.tool.ast declared as LeftRecursiveRuleAltInfo Modifier and Type Field Description LeftRecursiveRuleAltInfo
AltAST. leftRecursiveAltInfo
If we transformed this alt from a left-recursive one, need info on it
-