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

Method BlockContext

generated/LuaParser.cpp:99–101  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

97//----------------- BlockContext ------------------------------------------------------------------
98
99LuaParser::BlockContext::BlockContext(ParserRuleContext *parent, size_t invokingState)
100 : ParserRuleContext(parent, invokingState) {
101}
102
103std::vector<LuaParser::StatContext *> LuaParser::BlockContext::stat() {
104 return getRuleContexts<LuaParser::StatContext>();

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected