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

Method EQL

generated/LuaParser.cpp:395–397  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

393}
394
395tree::TerminalNode* LuaParser::VarDeclContext::EQL() {
396 return getToken(LuaParser::EQL, 0);
397}
398
399LuaParser::ExplistContext* LuaParser::VarDeclContext::explist() {
400 return getRuleContext<LuaParser::ExplistContext>(0);

Callers 5

visitVarDeclMethod · 0.80
visitForStatMethod · 0.80
visitLocalVarDeclMethod · 0.80
visitTableconstructorMethod · 0.80
visitFieldMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected