| 203 | } |
| 204 | |
| 205 | LuaParser::GotoStatContext* LuaParser::StatContext::gotoStat() { |
| 206 | return getRuleContext<LuaParser::GotoStatContext>(0); |
| 207 | } |
| 208 | |
| 209 | LuaParser::DoStatContext* LuaParser::StatContext::doStat() { |
| 210 | return getRuleContext<LuaParser::DoStatContext>(0); |
nothing calls this directly
no outgoing calls
no test coverage detected