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

Method forInStat

generated/LuaParser.cpp:229–231  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

227}
228
229LuaParser::ForInStatContext* LuaParser::StatContext::forInStat() {
230 return getRuleContext<LuaParser::ForInStatContext>(0);
231}
232
233LuaParser::FuncStatContext* LuaParser::StatContext::funcStat() {
234 return getRuleContext<LuaParser::FuncStatContext>(0);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected