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

Method DoStatContext

generated/LuaParser.cpp:594–596  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

592//----------------- DoStatContext ------------------------------------------------------------------
593
594LuaParser::DoStatContext::DoStatContext(ParserRuleContext *parent, size_t invokingState)
595 : ParserRuleContext(parent, invokingState) {
596}
597
598tree::TerminalNode* LuaParser::DoStatContext::DO() {
599 return getToken(LuaParser::DO, 0);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected