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

Method IfStatContext

generated/LuaParser.cpp:795–797  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

793//----------------- IfStatContext ------------------------------------------------------------------
794
795LuaParser::IfStatContext::IfStatContext(ParserRuleContext *parent, size_t invokingState)
796 : ParserRuleContext(parent, invokingState) {
797}
798
799tree::TerminalNode* LuaParser::IfStatContext::IF() {
800 return getToken(LuaParser::IF, 0);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected