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

Method LocalFuncStatContext

generated/LuaParser.cpp:1157–1159  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1155//----------------- LocalFuncStatContext ------------------------------------------------------------------
1156
1157LuaParser::LocalFuncStatContext::LocalFuncStatContext(ParserRuleContext *parent, size_t invokingState)
1158 : ParserRuleContext(parent, invokingState) {
1159}
1160
1161tree::TerminalNode* LuaParser::LocalFuncStatContext::LOCAL() {
1162 return getToken(LuaParser::LOCAL, 0);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected