(ctx *gen.UnaryContext)
| 541 | } |
| 542 | |
| 543 | func (p *parser) VisitUnary(ctx *gen.UnaryContext) any { |
| 544 | return p.helper.newLiteralString(ctx, "<<error>>") |
| 545 | } |
| 546 | |
| 547 | // Visit a parse tree produced by CELParser#LogicalNot. |
| 548 | func (p *parser) VisitLogicalNot(ctx *gen.LogicalNotContext) any { |