| 223 | } |
| 224 | |
| 225 | LuaParser::ForStatContext* LuaParser::StatContext::forStat() { |
| 226 | return getRuleContext<LuaParser::ForStatContext>(0); |
| 227 | } |
| 228 | |
| 229 | LuaParser::ForInStatContext* LuaParser::StatContext::forInStat() { |
| 230 | return getRuleContext<LuaParser::ForInStatContext>(0); |
nothing calls this directly
no outgoing calls
no test coverage detected