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

Method REPEAT

generated/LuaParser.cpp:722–724  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

720}
721
722tree::TerminalNode* LuaParser::RepeatStatContext::REPEAT() {
723 return getToken(LuaParser::REPEAT, 0);
724}
725
726LuaParser::BlockContext* LuaParser::RepeatStatContext::block() {
727 return getRuleContext<LuaParser::BlockContext>(0);

Callers 1

visitRepeatStatMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected