| 211 | } |
| 212 | |
| 213 | LuaParser::WhileStatContext* LuaParser::StatContext::whileStat() { |
| 214 | return getRuleContext<LuaParser::WhileStatContext>(0); |
| 215 | } |
| 216 | |
| 217 | LuaParser::RepeatStatContext* LuaParser::StatContext::repeatStat() { |
| 218 | return getRuleContext<LuaParser::RepeatStatContext>(0); |
nothing calls this directly
no outgoing calls
no test coverage detected