| 3344 | } |
| 3345 | |
| 3346 | tree::TerminalNode* LuaParser::StringContext::LONGSTRING() { |
| 3347 | return getToken(LuaParser::LONGSTRING, 0); |
| 3348 | } |
| 3349 | |
| 3350 | |
| 3351 | size_t LuaParser::StringContext::getRuleIndex() const { |
nothing calls this directly
no outgoing calls
no test coverage detected