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

Method ForInStatContext

generated/LuaParser.cpp:1021–1023  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1019//----------------- ForInStatContext ------------------------------------------------------------------
1020
1021LuaParser::ForInStatContext::ForInStatContext(ParserRuleContext *parent, size_t invokingState)
1022 : ParserRuleContext(parent, invokingState) {
1023}
1024
1025tree::TerminalNode* LuaParser::ForInStatContext::FOR() {
1026 return getToken(LuaParser::FOR, 0);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected