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

Method repeatStat

generated/LuaParser.cpp:217–219  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

215}
216
217LuaParser::RepeatStatContext* LuaParser::StatContext::repeatStat() {
218 return getRuleContext<LuaParser::RepeatStatContext>(0);
219}
220
221LuaParser::IfStatContext* LuaParser::StatContext::ifStat() {
222 return getRuleContext<LuaParser::IfStatContext>(0);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected