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

Method LocalVarDeclContext

generated/LuaParser.cpp:1219–1221  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1217//----------------- LocalVarDeclContext ------------------------------------------------------------------
1218
1219LuaParser::LocalVarDeclContext::LocalVarDeclContext(ParserRuleContext *parent, size_t invokingState)
1220 : ParserRuleContext(parent, invokingState) {
1221}
1222
1223tree::TerminalNode* LuaParser::LocalVarDeclContext::LOCAL() {
1224 return getToken(LuaParser::LOCAL, 0);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected