Antlr4.Runtime.Atn.LL1Analyzer.LL1Analyzer C# (CSharp) Method

LL1Analyzer() public method

public LL1Analyzer ( ATN atn ) : System.Collections.Generic
atn ATN
return System.Collections.Generic
        public LL1Analyzer(ATN atn)
        {
            this.atn = atn;
        }