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

Method forStat

generated/LuaParser.cpp:225–227  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

223}
224
225LuaParser::ForStatContext* LuaParser::StatContext::forStat() {
226 return getRuleContext<LuaParser::ForStatContext>(0);
227}
228
229LuaParser::ForInStatContext* LuaParser::StatContext::forInStat() {
230 return getRuleContext<LuaParser::ForInStatContext>(0);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected