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

Method GotoStatContext

generated/LuaParser.cpp:544–546  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

542//----------------- GotoStatContext ------------------------------------------------------------------
543
544LuaParser::GotoStatContext::GotoStatContext(ParserRuleContext *parent, size_t invokingState)
545 : ParserRuleContext(parent, invokingState) {
546}
547
548tree::TerminalNode* LuaParser::GotoStatContext::GOTO() {
549 return getToken(LuaParser::GOTO, 0);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected