| 1668 | //----------------- AttnamelistContext ------------------------------------------------------------------ |
| 1669 | |
| 1670 | LuaParser::AttnamelistContext::AttnamelistContext(ParserRuleContext *parent, size_t invokingState) |
| 1671 | : ParserRuleContext(parent, invokingState) { |
| 1672 | } |
| 1673 | |
| 1674 | std::vector<tree::TerminalNode *> LuaParser::AttnamelistContext::NAME() { |
| 1675 | return getTokens(LuaParser::NAME); |
nothing calls this directly
no outgoing calls
no test coverage detected