Antlr4.Parse.TokenVocabParser.TokenVocabParser C# (CSharp) Method

TokenVocabParser() public method

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