Antlr4.Automata.ATNPrinter.ATNPrinter C# (CSharp) Method

ATNPrinter() public method

public ATNPrinter ( Grammar g, ATNState start ) : System.Collections.Generic
g Antlr4.Tool.Grammar
start Antlr4.Runtime.Atn.ATNState
return System.Collections.Generic
        public ATNPrinter(Grammar g, ATNState start)
        {
            this.g = g;
            this.start = start;
        }