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

Method label

generated/LuaParser.cpp:197–199  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

195}
196
197LuaParser::LabelContext* LuaParser::StatContext::label() {
198 return getRuleContext<LuaParser::LabelContext>(0);
199}
200
201tree::TerminalNode* LuaParser::StatContext::BREAK() {
202 return getToken(LuaParser::BREAK, 0);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected