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

Method ParlistContext

generated/LuaParser.cpp:2736–2738  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2734//----------------- ParlistContext ------------------------------------------------------------------
2735
2736LuaParser::ParlistContext::ParlistContext(ParserRuleContext *parent, size_t invokingState)
2737 : ParserRuleContext(parent, invokingState) {
2738}
2739
2740LuaParser::NamelistContext* LuaParser::ParlistContext::namelist() {
2741 return getRuleContext<LuaParser::NamelistContext>(0);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected