| 1812 | //----------------- ExplistContext ------------------------------------------------------------------ |
| 1813 | |
| 1814 | LuaParser::ExplistContext::ExplistContext(ParserRuleContext *parent, size_t invokingState) |
| 1815 | : ParserRuleContext(parent, invokingState) { |
| 1816 | } |
| 1817 | |
| 1818 | std::vector<LuaParser::ExpContext *> LuaParser::ExplistContext::exp() { |
| 1819 | return getRuleContexts<LuaParser::ExpContext>(); |
nothing calls this directly
no outgoing calls
no test coverage detected