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

Method ForStatContext

generated/LuaParser.cpp:914–916  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

912//----------------- ForStatContext ------------------------------------------------------------------
913
914LuaParser::ForStatContext::ForStatContext(ParserRuleContext *parent, size_t invokingState)
915 : ParserRuleContext(parent, invokingState) {
916}
917
918tree::TerminalNode* LuaParser::ForStatContext::FOR() {
919 return getToken(LuaParser::FOR, 0);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected