MCPcopy Create free account
hub / github.com/Koihik/LuaFormatter / LabelContext

Method LabelContext

generated/LuaParser.cpp:1391–1393  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1389//----------------- LabelContext ------------------------------------------------------------------
1390
1391LuaParser::LabelContext::LabelContext(ParserRuleContext *parent, size_t invokingState)
1392 : ParserRuleContext(parent, invokingState) {
1393}
1394
1395std::vector<tree::TerminalNode *> LuaParser::LabelContext::DCOLON() {
1396 return getTokens(LuaParser::DCOLON);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected