Uses of Class
dev.cel.expr.Constant.Builder
-
Packages that use Constant.Builder Package Description dev.cel.expr -
-
Uses of Constant.Builder in dev.cel.expr
Methods in dev.cel.expr that return Constant.Builder Modifier and Type Method Description Constant.BuilderConstant.Builder. clear()Constant.BuilderConstant.Builder. clearBoolValue()boolean value.Constant.BuilderConstant.Builder. clearBytesValue()bytes value.Constant.BuilderConstant.Builder. clearConstantKind()Constant.BuilderConstant.Builder. clearDoubleValue()double value.Constant.BuilderConstant.Builder. clearDurationValue()Deprecated.Constant.BuilderConstant.Builder. clearInt64Value()int64 value.Constant.BuilderConstant.Builder. clearNullValue()null value.Constant.BuilderConstant.Builder. clearStringValue()string value.Constant.BuilderConstant.Builder. clearTimestampValue()Deprecated.Constant.BuilderConstant.Builder. clearUint64Value()uint64 value.Constant.BuilderExpr.Builder. getConstExprBuilder()A constant expression.Constant.BuilderDecl.IdentDecl.Builder. getValueBuilder()The constant value of the identifier.Constant.BuilderReference.Builder. getValueBuilder()For references to constants, this may contain the value of the constant if known at compile time.Constant.BuilderConstant.Builder. mergeDurationValue(com.google.protobuf.Duration value)Deprecated.Constant.BuilderConstant.Builder. mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Constant.BuilderConstant.Builder. mergeFrom(com.google.protobuf.Message other)Constant.BuilderConstant.Builder. mergeFrom(Constant other)Constant.BuilderConstant.Builder. mergeTimestampValue(com.google.protobuf.Timestamp value)Deprecated.static Constant.BuilderConstant. newBuilder()static Constant.BuilderConstant. newBuilder(Constant prototype)Constant.BuilderConstant. newBuilderForType()protected Constant.BuilderConstant. newBuilderForType(com.google.protobuf.AbstractMessage.BuilderParent parent)Constant.BuilderConstant.Builder. setBoolValue(boolean value)boolean value.Constant.BuilderConstant.Builder. setBytesValue(com.google.protobuf.ByteString value)bytes value.Constant.BuilderConstant.Builder. setDoubleValue(double value)double value.Constant.BuilderConstant.Builder. setDurationValue(com.google.protobuf.Duration value)Deprecated.Constant.BuilderConstant.Builder. setDurationValue(com.google.protobuf.Duration.Builder builderForValue)Deprecated.Constant.BuilderConstant.Builder. setInt64Value(long value)int64 value.Constant.BuilderConstant.Builder. setNullValue(com.google.protobuf.NullValue value)null value.Constant.BuilderConstant.Builder. setNullValueValue(int value)null value.Constant.BuilderConstant.Builder. setStringValue(java.lang.String value)string value.Constant.BuilderConstant.Builder. setStringValueBytes(com.google.protobuf.ByteString value)string value.Constant.BuilderConstant.Builder. setTimestampValue(com.google.protobuf.Timestamp value)Deprecated.Constant.BuilderConstant.Builder. setTimestampValue(com.google.protobuf.Timestamp.Builder builderForValue)Deprecated.Constant.BuilderConstant.Builder. setUint64Value(long value)uint64 value.Constant.BuilderConstant. toBuilder()Methods in dev.cel.expr with parameters of type Constant.Builder Modifier and Type Method Description Expr.BuilderExpr.Builder. setConstExpr(Constant.Builder builderForValue)A constant expression.Decl.IdentDecl.BuilderDecl.IdentDecl.Builder. setValue(Constant.Builder builderForValue)The constant value of the identifier.Reference.BuilderReference.Builder. setValue(Constant.Builder builderForValue)For references to constants, this may contain the value of the constant if known at compile time.
-