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

Method var

generated/LuaParser.cpp:1534–1536  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1532}
1533
1534std::vector<LuaParser::VarContext *> LuaParser::VarlistContext::var() {
1535 return getRuleContexts<LuaParser::VarContext>();
1536}
1537
1538LuaParser::VarContext* LuaParser::VarlistContext::var(size_t i) {
1539 return getRuleContext<LuaParser::VarContext>(i);

Callers 2

visitVarlistMethod · 0.80
visitVarOrExpMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected