| 1597 | //----------------- NamelistContext ------------------------------------------------------------------ |
| 1598 | |
| 1599 | LuaParser::NamelistContext::NamelistContext(ParserRuleContext *parent, size_t invokingState) |
| 1600 | : ParserRuleContext(parent, invokingState) { |
| 1601 | } |
| 1602 | |
| 1603 | std::vector<tree::TerminalNode *> LuaParser::NamelistContext::NAME() { |
| 1604 | return getTokens(LuaParser::NAME); |
nothing calls this directly
no outgoing calls
no test coverage detected