| 3212 | //----------------- UnaryOperatorContext ------------------------------------------------------------------ |
| 3213 | |
| 3214 | LuaParser::UnaryOperatorContext::UnaryOperatorContext(ParserRuleContext *parent, size_t invokingState) |
| 3215 | : ParserRuleContext(parent, invokingState) { |
| 3216 | } |
| 3217 | |
| 3218 | |
| 3219 | size_t LuaParser::UnaryOperatorContext::getRuleIndex() const { |
nothing calls this directly
no outgoing calls
no test coverage detected