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

Method whileStat

generated/LuaParser.cpp:213–215  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

211}
212
213LuaParser::WhileStatContext* LuaParser::StatContext::whileStat() {
214 return getRuleContext<LuaParser::WhileStatContext>(0);
215}
216
217LuaParser::RepeatStatContext* LuaParser::StatContext::repeatStat() {
218 return getRuleContext<LuaParser::RepeatStatContext>(0);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected