| 1301 | //----------------- RetstatContext ------------------------------------------------------------------ |
| 1302 | |
| 1303 | LuaParser::RetstatContext::RetstatContext(ParserRuleContext *parent, size_t invokingState) |
| 1304 | : ParserRuleContext(parent, invokingState) { |
| 1305 | } |
| 1306 | |
| 1307 | tree::TerminalNode* LuaParser::RetstatContext::RETURN() { |
| 1308 | return getToken(LuaParser::RETURN, 0); |
nothing calls this directly
no outgoing calls
no test coverage detected