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