Antlr4.Tool.Grammar.InitTokenSymbolTables C# (CSharp) Method

InitTokenSymbolTables() protected method

protected InitTokenSymbolTables ( ) : void
return void
        protected virtual void InitTokenSymbolTables()
        {
            tokenNameToTypeMap["EOF"] = TokenConstants.Eof;

            // reserve a spot for the INVALID token
            typeToTokenList.Add(null);
        }