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

Method doStat

generated/LuaParser.cpp:209–211  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

207}
208
209LuaParser::DoStatContext* LuaParser::StatContext::doStat() {
210 return getRuleContext<LuaParser::DoStatContext>(0);
211}
212
213LuaParser::WhileStatContext* LuaParser::StatContext::whileStat() {
214 return getRuleContext<LuaParser::WhileStatContext>(0);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected