| 1532 | } |
| 1533 | |
| 1534 | std::vector<LuaParser::VarContext *> LuaParser::VarlistContext::var() { |
| 1535 | return getRuleContexts<LuaParser::VarContext>(); |
| 1536 | } |
| 1537 | |
| 1538 | LuaParser::VarContext* LuaParser::VarlistContext::var(size_t i) { |
| 1539 | return getRuleContext<LuaParser::VarContext>(i); |
no outgoing calls
no test coverage detected