Class LeftRecursiveRuleAltInfo


  • public class LeftRecursiveRuleAltInfo
    extends Object
    • Field Detail

      • 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 Detail

      • LeftRecursiveRuleAltInfo

        public LeftRecursiveRuleAltInfo​(int altNum,
                                        String altText)
      • LeftRecursiveRuleAltInfo

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