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

LeftRecursiveRuleAltInfo() public method

public LeftRecursiveRuleAltInfo ( int altNum, string altText ) : Antlr4.Tool.Ast
altNum int
altText string
return Antlr4.Tool.Ast
        public LeftRecursiveRuleAltInfo(int altNum, string altText)
            : this(altNum, altText, null, null, false, null)
        {
        }

Same methods

LeftRecursiveRuleAltInfo::LeftRecursiveRuleAltInfo ( int altNum, string altText, string leftRecursiveRuleRefLabel, string altLabel, bool isListLabel, AltAST originalAltAST ) : Antlr4.Tool.Ast
LeftRecursiveRuleAltInfo