| 716 | //----------------- RepeatStatContext ------------------------------------------------------------------ |
| 717 | |
| 718 | LuaParser::RepeatStatContext::RepeatStatContext(ParserRuleContext *parent, size_t invokingState) |
| 719 | : ParserRuleContext(parent, invokingState) { |
| 720 | } |
| 721 | |
| 722 | tree::TerminalNode* LuaParser::RepeatStatContext::REPEAT() { |
| 723 | return getToken(LuaParser::REPEAT, 0); |
nothing calls this directly
no outgoing calls
no test coverage detected