20212223242526
private QuorumLexer lexer; QuorumEditorLexer(LexerRestartInfo<CompilerTokenId> info) { this.info = info; AntlrCharStream charStream = new AntlrCharStream(info.input(), "QuorumEditor"); lexer = new QuorumLexer(charStream); }