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

Method ifStat

generated/LuaParser.cpp:221–223  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

219}
220
221LuaParser::IfStatContext* LuaParser::StatContext::ifStat() {
222 return getRuleContext<LuaParser::IfStatContext>(0);
223}
224
225LuaParser::ForStatContext* LuaParser::StatContext::forStat() {
226 return getRuleContext<LuaParser::ForStatContext>(0);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected