| 195 | } |
| 196 | |
| 197 | LuaParser::LabelContext* LuaParser::StatContext::label() { |
| 198 | return getRuleContext<LuaParser::LabelContext>(0); |
| 199 | } |
| 200 | |
| 201 | tree::TerminalNode* LuaParser::StatContext::BREAK() { |
| 202 | return getToken(LuaParser::BREAK, 0); |
nothing calls this directly
no outgoing calls
no test coverage detected