Antlr4.Automata.ATNPrinter.ATNPrinter C# (CSharp) Méthode

ATNPrinter() public méthode

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