| 720 | } |
| 721 | |
| 722 | tree::TerminalNode* LuaParser::RepeatStatContext::REPEAT() { |
| 723 | return getToken(LuaParser::REPEAT, 0); |
| 724 | } |
| 725 | |
| 726 | LuaParser::BlockContext* LuaParser::RepeatStatContext::block() { |
| 727 | return getRuleContext<LuaParser::BlockContext>(0); |