| 215 | } |
| 216 | |
| 217 | LuaParser::RepeatStatContext* LuaParser::StatContext::repeatStat() { |
| 218 | return getRuleContext<LuaParser::RepeatStatContext>(0); |
| 219 | } |
| 220 | |
| 221 | LuaParser::IfStatContext* LuaParser::StatContext::ifStat() { |
| 222 | return getRuleContext<LuaParser::IfStatContext>(0); |
nothing calls this directly
no outgoing calls
no test coverage detected