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 dev.cel.parser 
- 
- 
Uses of CelConstant in dev.cel.checkerMethods 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.astMethods in dev.cel.common.ast that return CelConstant Modifier and Type Method Description CelConstantCelExpr.Builder. constant()Gets the underlying constant expression.CelConstantCelExpr. constant()Gets the underlying constant expression.abstract CelConstantCelExpr.ExprKind. constant()CelConstantExpression. constant()Gets the underlying constant expression.CelConstantCelExpr. constantOrDefault()Gets the underlying constant expression or a default instance of one if expression is notCelExpr.ExprKind.Kind.CONSTANT.static CelConstantCelExprConverter. exprConstantToCelConstant(Constant constExpr)Converts a proto-basedConstantto CEL native representation ofCelConstant.static CelConstantCelConstant. ofNotSet()static CelConstantCelConstant. ofObjectValue(java.lang.Object value)Converts the given Java object into a CelConstant value.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(com.google.protobuf.ByteString value)static CelConstantCelConstant. ofValue(com.google.protobuf.Duration value)Deprecated.Do not use.static CelConstantCelConstant. ofValue(com.google.protobuf.NullValue value)static CelConstantCelConstant. ofValue(com.google.protobuf.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.CelExprCelExprFactory. newConstant(CelConstant constant)Create a new constant expression.static CelExprCelExpr. ofConstant(long id, CelConstant celConstant)CelExpr.BuilderCelExpr.Builder. setConstant(CelConstant constant)abstract CelReference.BuilderCelReference.Builder. setValue(CelConstant value)protected voidCelExprVisitor. visit(CelExpr expr, CelConstant constant)Visit aCelConstantexpression.
- 
Uses of CelConstant in dev.cel.common.internalFields 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)
- 
Uses of CelConstant in dev.cel.parserMethods in dev.cel.parser with parameters of type CelConstant Modifier and Type Method Description protected voidCelUnparserVisitor. visit(CelExpr expr, CelConstant constant)
 
-