Package dev.cel.common.ast
Class CelExpr.CelNotSet
- java.lang.Object
-
- dev.cel.common.ast.CelExpr.CelNotSet
-
- Enclosing class:
- CelExpr
@Immutable public abstract static class CelExpr.CelNotSet extends java.lang.Object
An unset expression.As the name implies, this expression does nothing. This only exists to maintain compatibility between Expr proto to native CelExpr conversion
-
-
Constructor Summary
Constructors Constructor Description CelNotSet()
-