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

Method RETURN

generated/LuaParser.cpp:1307–1309  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1305}
1306
1307tree::TerminalNode* LuaParser::RetstatContext::RETURN() {
1308 return getToken(LuaParser::RETURN, 0);
1309}
1310
1311LuaParser::ExplistContext* LuaParser::RetstatContext::explist() {
1312 return getRuleContext<LuaParser::ExplistContext>(0);

Callers 1

visitRetstatMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected