Antlr4.Parse.TokenVocabParser.TokenVocabParser C# (CSharp) Méthode

TokenVocabParser() public méthode

public TokenVocabParser ( Grammar g ) : System.Collections.Generic
g Antlr4.Tool.Grammar
Résultat System.Collections.Generic
        public TokenVocabParser(Grammar g) {
            this.g = g;
        }