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

Method StatContext

generated/LuaParser.cpp:181–183  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

179//----------------- StatContext ------------------------------------------------------------------
180
181LuaParser::StatContext::StatContext(ParserRuleContext *parent, size_t invokingState)
182 : ParserRuleContext(parent, invokingState) {
183}
184
185tree::TerminalNode* LuaParser::StatContext::SEMI() {
186 return getToken(LuaParser::SEMI, 0);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected