public Antlr4CodeCompletionParser(ITokenStream input) : base(input) { Interpreter = new Antlr4CompletionParserATNSimulator(this, _ATN); }