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

Method SEMI

generated/LuaParser.cpp:185–187  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

183}
184
185tree::TerminalNode* LuaParser::StatContext::SEMI() {
186 return getToken(LuaParser::SEMI, 0);
187}
188
189LuaParser::VarDeclContext* LuaParser::StatContext::varDecl() {
190 return getRuleContext<LuaParser::VarDeclContext>(0);

Callers 7

visitBlockMethod · 0.80
visitVarDeclMethod · 0.80
visitFunctioncallMethod · 0.80
visitRepeatStatMethod · 0.80
visitLocalVarDeclMethod · 0.80
visitRetstatMethod · 0.80
needKeepBlockOneLineMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected