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

Method UNTIL

generated/LuaParser.cpp:730–732  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

728}
729
730tree::TerminalNode* LuaParser::RepeatStatContext::UNTIL() {
731 return getToken(LuaParser::UNTIL, 0);
732}
733
734LuaParser::ExpContext* LuaParser::RepeatStatContext::exp() {
735 return getRuleContext<LuaParser::ExpContext>(0);

Callers 1

visitRepeatStatMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected