| 9 | |
| 10 | |
| 11 | LuaLexer::LuaLexer(CharStream *input) : Lexer(input) { |
| 12 | _interpreter = new atn::LexerATNSimulator(this, _atn, _decisionToDFA, _sharedContextCache); |
| 13 | } |
| 14 | |
| 15 | LuaLexer::~LuaLexer() { |
| 16 | delete _interpreter; |
nothing calls this directly
no outgoing calls
no test coverage detected