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