Visit a parse tree produced by CELParser#BoolFalse.
(ctx *gen.BoolFalseContext)
| 835 | |
| 836 | // Visit a parse tree produced by CELParser#BoolFalse. |
| 837 | func (p *parser) VisitBoolFalse(ctx *gen.BoolFalseContext) any { |
| 838 | return p.helper.newLiteralBool(ctx, false) |
| 839 | } |
| 840 | |
| 841 | // Visit a parse tree produced by CELParser#Null. |
| 842 | func (p *parser) VisitNull(ctx *gen.NullContext) any { |