| 227 | } |
| 228 | |
| 229 | LuaParser::ForInStatContext* LuaParser::StatContext::forInStat() { |
| 230 | return getRuleContext<LuaParser::ForInStatContext>(0); |
| 231 | } |
| 232 | |
| 233 | LuaParser::FuncStatContext* LuaParser::StatContext::funcStat() { |
| 234 | return getRuleContext<LuaParser::FuncStatContext>(0); |
nothing calls this directly
no outgoing calls
no test coverage detected