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

Method ExplistContext

generated/LuaParser.cpp:1814–1816  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1812//----------------- ExplistContext ------------------------------------------------------------------
1813
1814LuaParser::ExplistContext::ExplistContext(ParserRuleContext *parent, size_t invokingState)
1815 : ParserRuleContext(parent, invokingState) {
1816}
1817
1818std::vector<LuaParser::ExpContext *> LuaParser::ExplistContext::exp() {
1819 return getRuleContexts<LuaParser::ExpContext>();

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected