Uses of Interface
dev.cel.expr.ConstantOrBuilder
-
Packages that use ConstantOrBuilder Package Description dev.cel.expr -
-
Uses of ConstantOrBuilder in dev.cel.expr
Classes in dev.cel.expr that implement ConstantOrBuilder Modifier and Type Class Description classConstantRepresents a primitive literal.static classConstant.BuilderRepresents a primitive literal.Methods in dev.cel.expr that return ConstantOrBuilder Modifier and Type Method Description ConstantOrBuilderExpr.Builder. getConstExprOrBuilder()A constant expression.ConstantOrBuilderExpr. getConstExprOrBuilder()A constant expression.ConstantOrBuilderExprOrBuilder. getConstExprOrBuilder()A constant expression.ConstantOrBuilderDecl.IdentDecl.Builder. getValueOrBuilder()The constant value of the identifier.ConstantOrBuilderDecl.IdentDecl. getValueOrBuilder()The constant value of the identifier.ConstantOrBuilderDecl.IdentDeclOrBuilder. getValueOrBuilder()The constant value of the identifier.ConstantOrBuilderReference.Builder. getValueOrBuilder()For references to constants, this may contain the value of the constant if known at compile time.ConstantOrBuilderReference. getValueOrBuilder()For references to constants, this may contain the value of the constant if known at compile time.ConstantOrBuilderReferenceOrBuilder. getValueOrBuilder()For references to constants, this may contain the value of the constant if known at compile time.
-