| 19 | } |
| 20 | |
| 21 | std::string LuaParser::getGrammarFileName() const { |
| 22 | return "Lua.g4"; |
| 23 | } |
| 24 | |
| 25 | const std::vector<std::string>& LuaParser::getRuleNames() const { |
| 26 | return _ruleNames; |
nothing calls this directly
no outgoing calls
no test coverage detected