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

Method VarDeclContext

generated/LuaParser.cpp:387–389  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

385//----------------- VarDeclContext ------------------------------------------------------------------
386
387LuaParser::VarDeclContext::VarDeclContext(ParserRuleContext *parent, size_t invokingState)
388 : ParserRuleContext(parent, invokingState) {
389}
390
391LuaParser::VarlistContext* LuaParser::VarDeclContext::varlist() {
392 return getRuleContext<LuaParser::VarlistContext>(0);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected