| 219 | } |
| 220 | |
| 221 | LuaParser::IfStatContext* LuaParser::StatContext::ifStat() { |
| 222 | return getRuleContext<LuaParser::IfStatContext>(0); |
| 223 | } |
| 224 | |
| 225 | LuaParser::ForStatContext* LuaParser::StatContext::forStat() { |
| 226 | return getRuleContext<LuaParser::ForStatContext>(0); |
nothing calls this directly
no outgoing calls
no test coverage detected