Package org.antlr.v4.analysis
Class LeftRecursiveRuleAltInfo
java.lang.Object
org.antlr.v4.analysis.LeftRecursiveRuleAltInfo
-
Field Summary
FieldsModifier and TypeFieldDescriptionint
final boolean
int
-
Constructor Summary
ConstructorsConstructorDescriptionLeftRecursiveRuleAltInfo
(int altNum, String altText) LeftRecursiveRuleAltInfo
(int altNum, String altText, String leftRecursiveRuleRefLabel, String altLabel, boolean isListLabel, AltAST originalAltAST) -
Method Summary
-
Field Details
-
altNum
public int altNum -
leftRecursiveRuleRefLabel
-
altLabel
-
isListLabel
public final boolean isListLabel -
altText
-
altAST
-
originalAltAST
-
nextPrec
public int nextPrec
-
-
Constructor Details
-
LeftRecursiveRuleAltInfo
-
LeftRecursiveRuleAltInfo
-