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

Method varDecl

generated/LuaParser.cpp:189–191  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

187}
188
189LuaParser::VarDeclContext* LuaParser::StatContext::varDecl() {
190 return getRuleContext<LuaParser::VarDeclContext>(0);
191}
192
193LuaParser::FunctioncallContext* LuaParser::StatContext::functioncall() {
194 return getRuleContext<LuaParser::FunctioncallContext>(0);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected