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

Method getGrammarFileName

generated/LuaLexer.cpp:19–21  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

17}
18
19std::string LuaLexer::getGrammarFileName() const {
20 return "Lua.g4";
21}
22
23const std::vector<std::string>& LuaLexer::getRuleNames() const {
24 return _ruleNames;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected