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

Method AttnamelistContext

generated/LuaParser.cpp:1670–1672  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1668//----------------- AttnamelistContext ------------------------------------------------------------------
1669
1670LuaParser::AttnamelistContext::AttnamelistContext(ParserRuleContext *parent, size_t invokingState)
1671 : ParserRuleContext(parent, invokingState) {
1672}
1673
1674std::vector<tree::TerminalNode *> LuaParser::AttnamelistContext::NAME() {
1675 return getTokens(LuaParser::NAME);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected