Class 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()  
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • CelNotSet

        public CelNotSet()