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

Method getGrammarFileName

generated/LuaParser.cpp:21–23  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected