Class LeftRecursiveRuleAltInfo

java.lang.Object
org.antlr.v4.analysis.LeftRecursiveRuleAltInfo

public class LeftRecursiveRuleAltInfo extends Object
  • Field Details

    • altNum

      public int altNum
    • leftRecursiveRuleRefLabel

      public String leftRecursiveRuleRefLabel
    • altLabel

      public String altLabel
    • isListLabel

      public final boolean isListLabel
    • altText

      public String altText
    • altAST

      public AltAST altAST
    • originalAltAST

      public AltAST originalAltAST
    • nextPrec

      public int nextPrec
  • Constructor Details

    • LeftRecursiveRuleAltInfo

      public LeftRecursiveRuleAltInfo(int altNum, String altText)
    • LeftRecursiveRuleAltInfo

      public LeftRecursiveRuleAltInfo(int altNum, String altText, String leftRecursiveRuleRefLabel, String altLabel, boolean isListLabel, AltAST originalAltAST)