Uses of Class
dev.cel.common.ast.CelConstant
-
Packages that use CelConstant Package Description dev.cel.checker dev.cel.common.ast dev.cel.common.internal -
-
Uses of CelConstant in dev.cel.checker
Methods in dev.cel.checker that return types with arguments of type CelConstant Modifier and Type Method Description abstract java.util.Optional<CelConstant>CelIdentDecl. constant()The constant value of the identifier.Methods in dev.cel.checker with parameters of type CelConstant Modifier and Type Method Description abstract CelIdentDecl.BuilderCelIdentDecl.Builder. setConstant(CelConstant constant)Method parameters in dev.cel.checker with type arguments of type CelConstant Modifier and Type Method Description abstract CelIdentDecl.BuilderCelIdentDecl.Builder. setConstant(java.util.Optional<CelConstant> constant) -
Uses of CelConstant in dev.cel.common.ast
Methods in dev.cel.common.ast that return CelConstant Modifier and Type Method Description CelConstantCelExpr. constant()abstract CelConstantCelExpr.ExprKind. constant()static CelConstantCelExprConverter. exprConstantToCelConstant(Constant constExpr)Converts a proto-basedConstantto CEL native representation ofCelConstant.static CelConstantCelConstant. ofValue(boolean value)static CelConstantCelConstant. ofValue(double value)static CelConstantCelConstant. ofValue(long value)static CelConstantCelConstant. ofValue(com.google.common.primitives.UnsignedLong value)static CelConstantCelConstant. ofValue(ByteString value)static CelConstantCelConstant. ofValue(Duration value)Deprecated.Do not use.static CelConstantCelConstant. ofValue(NullValue value)static CelConstantCelConstant. ofValue(Timestamp value)Deprecated.Do not use.static CelConstantCelConstant. ofValue(java.lang.String value)Methods in dev.cel.common.ast that return types with arguments of type CelConstant Modifier and Type Method Description abstract java.util.Optional<CelConstant>CelReference. value()Methods in dev.cel.common.ast with parameters of type CelConstant Modifier and Type Method Description static ConstantCelExprConverter. celConstantToExprConstant(CelConstant celConstant)Converts a proto-basedConstantto CEL native representation ofCelConstant.static CelExprCelExpr. ofConstantExpr(long id, CelConstant celConstant)CelExpr.BuilderCelExpr.Builder. setConstant(CelConstant constant)abstract CelReference.BuilderCelReference.Builder. setValue(CelConstant value) -
Uses of CelConstant in dev.cel.common.internal
Fields in dev.cel.common.internal declared as CelConstant Modifier and Type Field Description static CelConstantConstants. ERRORstatic CelConstantConstants. FALSEstatic CelConstantConstants. NULLstatic CelConstantConstants. TRUEMethods in dev.cel.common.internal that return CelConstant Modifier and Type Method Description static CelConstantConstants. parseBytes(java.lang.String text)static CelConstantConstants. parseDouble(java.lang.String text)static CelConstantConstants. parseInt(java.lang.String text)static CelConstantConstants. parseString(java.lang.String text)static CelConstantConstants. parseUint(java.lang.String text)
-