Antlr4.Analysis.LeftRecursiveRuleAltInfo.LeftRecursiveRuleAltInfo C# (CSharp) Method

LeftRecursiveRuleAltInfo() public method

public LeftRecursiveRuleAltInfo ( int altNum, string altText, string leftRecursiveRuleRefLabel, string altLabel, bool isListLabel, AltAST originalAltAST ) : Antlr4.Tool.Ast
altNum int
altText string
leftRecursiveRuleRefLabel string
altLabel string
isListLabel bool
originalAltAST AltAST
return Antlr4.Tool.Ast
        public LeftRecursiveRuleAltInfo(int altNum, string altText,
                                        string leftRecursiveRuleRefLabel,
                                        string altLabel,
                                        bool isListLabel,
                                        AltAST originalAltAST)
        {
            this.altNum = altNum;
            this.altText = altText;
            this.leftRecursiveRuleRefLabel = leftRecursiveRuleRefLabel;
            this.altLabel = altLabel;
            this.isListLabel = isListLabel;
            this.originalAltAST = originalAltAST;
        }
    }

Same methods

LeftRecursiveRuleAltInfo::LeftRecursiveRuleAltInfo ( int altNum, string altText ) : Antlr4.Tool.Ast
LeftRecursiveRuleAltInfo