| 199 | } |
| 200 | |
| 201 | tree::TerminalNode* LuaParser::StatContext::BREAK() { |
| 202 | return getToken(LuaParser::BREAK, 0); |
| 203 | } |
| 204 | |
| 205 | LuaParser::GotoStatContext* LuaParser::StatContext::gotoStat() { |
| 206 | return getRuleContext<LuaParser::GotoStatContext>(0); |
nothing calls this directly
no outgoing calls
no test coverage detected