| 1389 | //----------------- LabelContext ------------------------------------------------------------------ |
| 1390 | |
| 1391 | LuaParser::LabelContext::LabelContext(ParserRuleContext *parent, size_t invokingState) |
| 1392 | : ParserRuleContext(parent, invokingState) { |
| 1393 | } |
| 1394 | |
| 1395 | std::vector<tree::TerminalNode *> LuaParser::LabelContext::DCOLON() { |
| 1396 | return getTokens(LuaParser::DCOLON); |
nothing calls this directly
no outgoing calls
no test coverage detected