| 1528 | //----------------- VarlistContext ------------------------------------------------------------------ |
| 1529 | |
| 1530 | LuaParser::VarlistContext::VarlistContext(ParserRuleContext *parent, size_t invokingState) |
| 1531 | : ParserRuleContext(parent, invokingState) { |
| 1532 | } |
| 1533 | |
| 1534 | std::vector<LuaParser::VarContext *> LuaParser::VarlistContext::var() { |
| 1535 | return getRuleContexts<LuaParser::VarContext>(); |
nothing calls this directly
no outgoing calls
no test coverage detected