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

Method NamelistContext

generated/LuaParser.cpp:1599–1601  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1597//----------------- NamelistContext ------------------------------------------------------------------
1598
1599LuaParser::NamelistContext::NamelistContext(ParserRuleContext *parent, size_t invokingState)
1600 : ParserRuleContext(parent, invokingState) {
1601}
1602
1603std::vector<tree::TerminalNode *> LuaParser::NamelistContext::NAME() {
1604 return getTokens(LuaParser::NAME);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected