| 542 | //----------------- GotoStatContext ------------------------------------------------------------------ |
| 543 | |
| 544 | LuaParser::GotoStatContext::GotoStatContext(ParserRuleContext *parent, size_t invokingState) |
| 545 | : ParserRuleContext(parent, invokingState) { |
| 546 | } |
| 547 | |
| 548 | tree::TerminalNode* LuaParser::GotoStatContext::GOTO() { |
| 549 | return getToken(LuaParser::GOTO, 0); |
nothing calls this directly
no outgoing calls
no test coverage detected