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

Method explist

generated/LuaParser.cpp:399–401  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

397}
398
399LuaParser::ExplistContext* LuaParser::VarDeclContext::explist() {
400 return getRuleContext<LuaParser::ExplistContext>(0);
401}
402
403tree::TerminalNode* LuaParser::VarDeclContext::SEMI() {
404 return getToken(LuaParser::SEMI, 0);

Callers 5

visitVarDeclMethod · 0.80
visitForInStatMethod · 0.80
visitLocalVarDeclMethod · 0.80
visitRetstatMethod · 0.80
visitArgsMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected