| 2147 | //----------------- VarOrExpContext ------------------------------------------------------------------ |
| 2148 | |
| 2149 | LuaParser::VarOrExpContext::VarOrExpContext(ParserRuleContext *parent, size_t invokingState) |
| 2150 | : ParserRuleContext(parent, invokingState) { |
| 2151 | } |
| 2152 | |
| 2153 | LuaParser::VarContext* LuaParser::VarOrExpContext::var() { |
| 2154 | return getRuleContext<LuaParser::VarContext>(0); |
nothing calls this directly
no outgoing calls
no test coverage detected