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

Method RetstatContext

generated/LuaParser.cpp:1303–1305  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1301//----------------- RetstatContext ------------------------------------------------------------------
1302
1303LuaParser::RetstatContext::RetstatContext(ParserRuleContext *parent, size_t invokingState)
1304 : ParserRuleContext(parent, invokingState) {
1305}
1306
1307tree::TerminalNode* LuaParser::RetstatContext::RETURN() {
1308 return getToken(LuaParser::RETURN, 0);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected