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

Method ~LuaLexer

generated/LuaLexer.cpp:15–17  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

13}
14
15LuaLexer::~LuaLexer() {
16 delete _interpreter;
17}
18
19std::string LuaLexer::getGrammarFileName() const {
20 return "Lua.g4";

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected