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

Method DO

generated/LuaParser.cpp:598–600  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

596}
597
598tree::TerminalNode* LuaParser::DoStatContext::DO() {
599 return getToken(LuaParser::DO, 0);
600}
601
602LuaParser::BlockContext* LuaParser::DoStatContext::block() {
603 return getRuleContext<LuaParser::BlockContext>(0);

Callers 4

visitDoStatMethod · 0.80
visitWhileStatMethod · 0.80
visitForStatMethod · 0.80
visitForInStatMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected