Uses of Class
dev.cel.expr.Constant.Builder
Packages that use Constant.Builder
-
Uses of Constant.Builder in dev.cel.expr
Fields in dev.cel.expr with type parameters of type Constant.BuilderModifier and TypeFieldDescriptionprivate com.google.protobuf.SingleFieldBuilder<Constant, Constant.Builder, ConstantOrBuilder> Expr.Builder.constExprBuilder_private com.google.protobuf.SingleFieldBuilder<Constant, Constant.Builder, ConstantOrBuilder> Decl.IdentDecl.Builder.valueBuilder_private com.google.protobuf.SingleFieldBuilder<Constant, Constant.Builder, ConstantOrBuilder> Reference.Builder.valueBuilder_Methods in dev.cel.expr that return Constant.BuilderModifier and TypeMethodDescriptionConstant.Builder.clear()Constant.Builder.clearBoolValue()boolean value.Constant.Builder.clearBytesValue()bytes value.Constant.Builder.clearConstantKind()Constant.Builder.clearDoubleValue()double value.Constant.Builder.clearDurationValue()Deprecated.Constant.Builder.clearInt64Value()int64 value.Constant.Builder.clearNullValue()null value.Constant.Builder.clearStringValue()string value.Constant.Builder.clearTimestampValue()Deprecated.Constant.Builder.clearUint64Value()uint64 value.Expr.Builder.getConstExprBuilder()A constant expression.Decl.IdentDecl.Builder.getValueBuilder()The constant value of the identifier.Reference.Builder.getValueBuilder()For references to constants, this may contain the value of the constant if known at compile time.Constant.Builder.mergeDurationValue(com.google.protobuf.Duration value) Deprecated.Constant.Builder.mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Constant.Builder.mergeFrom(com.google.protobuf.Message other) Constant.Builder.mergeTimestampValue(com.google.protobuf.Timestamp value) Deprecated.static Constant.BuilderConstant.newBuilder()static Constant.BuilderConstant.newBuilder(Constant prototype) Constant.newBuilderForType()protected Constant.BuilderConstant.newBuilderForType(com.google.protobuf.AbstractMessage.BuilderParent parent) Constant.Builder.setBoolValue(boolean value) boolean value.Constant.Builder.setBytesValue(com.google.protobuf.ByteString value) bytes value.Constant.Builder.setDoubleValue(double value) double value.Constant.Builder.setDurationValue(com.google.protobuf.Duration value) Deprecated.Constant.Builder.setDurationValue(com.google.protobuf.Duration.Builder builderForValue) Deprecated.Constant.Builder.setInt64Value(long value) int64 value.Constant.Builder.setNullValue(com.google.protobuf.NullValue value) null value.Constant.Builder.setNullValueValue(int value) null value.Constant.Builder.setStringValue(String value) string value.Constant.Builder.setStringValueBytes(com.google.protobuf.ByteString value) string value.Constant.Builder.setTimestampValue(com.google.protobuf.Timestamp value) Deprecated.Constant.Builder.setTimestampValue(com.google.protobuf.Timestamp.Builder builderForValue) Deprecated.Constant.Builder.setUint64Value(long value) uint64 value.Constant.toBuilder()Methods in dev.cel.expr that return types with arguments of type Constant.BuilderModifier and TypeMethodDescriptionprivate com.google.protobuf.SingleFieldBuilder<Constant, Constant.Builder, ConstantOrBuilder> Expr.Builder.internalGetConstExprFieldBuilder()A constant expression.private com.google.protobuf.SingleFieldBuilder<Constant, Constant.Builder, ConstantOrBuilder> Decl.IdentDecl.Builder.internalGetValueFieldBuilder()The constant value of the identifier.private com.google.protobuf.SingleFieldBuilder<Constant, Constant.Builder, ConstantOrBuilder> Reference.Builder.internalGetValueFieldBuilder()For references to constants, this may contain the value of the constant if known at compile time.Methods in dev.cel.expr with parameters of type Constant.BuilderModifier and TypeMethodDescriptionExpr.Builder.setConstExpr(Constant.Builder builderForValue) A constant expression.Decl.IdentDecl.Builder.setValue(Constant.Builder builderForValue) The constant value of the identifier.Reference.Builder.setValue(Constant.Builder builderForValue) For references to constants, this may contain the value of the constant if known at compile time.