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

Method DCOLON

generated/LuaParser.cpp:1395–1397  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1393}
1394
1395std::vector<tree::TerminalNode *> LuaParser::LabelContext::DCOLON() {
1396 return getTokens(LuaParser::DCOLON);
1397}
1398
1399tree::TerminalNode* LuaParser::LabelContext::DCOLON(size_t i) {
1400 return getToken(LuaParser::DCOLON, i);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected