MCPcopy Create free account
hub / github.com/Koihik/LuaFormatter / LuaLexer

Method LuaLexer

generated/LuaLexer.cpp:11–13  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

9
10
11LuaLexer::LuaLexer(CharStream *input) : Lexer(input) {
12 _interpreter = new atn::LexerATNSimulator(this, _atn, _decisionToDFA, _sharedContextCache);
13}
14
15LuaLexer::~LuaLexer() {
16 delete _interpreter;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected