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

Method WhileStatContext

generated/LuaParser.cpp:650–652  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

648//----------------- WhileStatContext ------------------------------------------------------------------
649
650LuaParser::WhileStatContext::WhileStatContext(ParserRuleContext *parent, size_t invokingState)
651 : ParserRuleContext(parent, invokingState) {
652}
653
654tree::TerminalNode* LuaParser::WhileStatContext::WHILE() {
655 return getToken(LuaParser::WHILE, 0);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected