| 2082 | //----------------- PrefixexpContext ------------------------------------------------------------------ |
| 2083 | |
| 2084 | LuaParser::PrefixexpContext::PrefixexpContext(ParserRuleContext *parent, size_t invokingState) |
| 2085 | : ParserRuleContext(parent, invokingState) { |
| 2086 | } |
| 2087 | |
| 2088 | LuaParser::VarOrExpContext* LuaParser::PrefixexpContext::varOrExp() { |
| 2089 | return getRuleContext<LuaParser::VarOrExpContext>(0); |
nothing calls this directly
no outgoing calls
no test coverage detected