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

Method RepeatStatContext

generated/LuaParser.cpp:718–720  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

716//----------------- RepeatStatContext ------------------------------------------------------------------
717
718LuaParser::RepeatStatContext::RepeatStatContext(ParserRuleContext *parent, size_t invokingState)
719 : ParserRuleContext(parent, invokingState) {
720}
721
722tree::TerminalNode* LuaParser::RepeatStatContext::REPEAT() {
723 return getToken(LuaParser::REPEAT, 0);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected