| 385 | //----------------- VarDeclContext ------------------------------------------------------------------ |
| 386 | |
| 387 | LuaParser::VarDeclContext::VarDeclContext(ParserRuleContext *parent, size_t invokingState) |
| 388 | : ParserRuleContext(parent, invokingState) { |
| 389 | } |
| 390 | |
| 391 | LuaParser::VarlistContext* LuaParser::VarDeclContext::varlist() { |
| 392 | return getRuleContext<LuaParser::VarlistContext>(0); |
nothing calls this directly
no outgoing calls
no test coverage detected