Package dev.cel.common.ast
Class CelConstant.CelConstantNotSet
- java.lang.Object
-
- dev.cel.common.ast.CelConstant.CelConstantNotSet
-
- Enclosing class:
- CelConstant
@Immutable public abstract static class CelConstant.CelConstantNotSet extends java.lang.Object
An unset constant.As the name implies, this constant does nothing. This is used to represent a default instance of CelConstant.
-
-
Constructor Summary
Constructors Constructor Description CelConstantNotSet()
-