| 207 | } |
| 208 | |
| 209 | LuaParser::DoStatContext* LuaParser::StatContext::doStat() { |
| 210 | return getRuleContext<LuaParser::DoStatContext>(0); |
| 211 | } |
| 212 | |
| 213 | LuaParser::WhileStatContext* LuaParser::StatContext::whileStat() { |
| 214 | return getRuleContext<LuaParser::WhileStatContext>(0); |
nothing calls this directly
no outgoing calls
no test coverage detected