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

Method BREAK

generated/LuaParser.cpp:201–203  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

199}
200
201tree::TerminalNode* LuaParser::StatContext::BREAK() {
202 return getToken(LuaParser::BREAK, 0);
203}
204
205LuaParser::GotoStatContext* LuaParser::StatContext::gotoStat() {
206 return getRuleContext<LuaParser::GotoStatContext>(0);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected