Uses of Class
dev.cel.expr.Expr.Call.Builder
-
Packages that use Expr.Call.Builder Package Description dev.cel.expr -
-
Uses of Expr.Call.Builder in dev.cel.expr
Fields in dev.cel.expr with type parameters of type Expr.Call.Builder Modifier and Type Field Description private com.google.protobuf.SingleFieldBuilder<Expr.Call,Expr.Call.Builder,Expr.CallOrBuilder>
Expr.Builder. callExprBuilder_
Methods in dev.cel.expr that return Expr.Call.Builder Modifier and Type Method Description Expr.Call.Builder
Expr.Call.Builder. addAllArgs(java.lang.Iterable<? extends Expr> values)
The arguments.Expr.Call.Builder
Expr.Call.Builder. addArgs(int index, Expr value)
The arguments.Expr.Call.Builder
Expr.Call.Builder. addArgs(int index, Expr.Builder builderForValue)
The arguments.Expr.Call.Builder
Expr.Call.Builder. addArgs(Expr value)
The arguments.Expr.Call.Builder
Expr.Call.Builder. addArgs(Expr.Builder builderForValue)
The arguments.Expr.Call.Builder
Expr.Call.Builder. clear()
Expr.Call.Builder
Expr.Call.Builder. clearArgs()
The arguments.Expr.Call.Builder
Expr.Call.Builder. clearFunction()
Required.Expr.Call.Builder
Expr.Call.Builder. clearTarget()
The target of an method call-style expression.Expr.Call.Builder
Expr.Builder. getCallExprBuilder()
A call expression, including calls to predefined functions and operators.Expr.Call.Builder
Expr.Call.Builder. mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Expr.Call.Builder
Expr.Call.Builder. mergeFrom(com.google.protobuf.Message other)
Expr.Call.Builder
Expr.Call.Builder. mergeFrom(Expr.Call other)
Expr.Call.Builder
Expr.Call.Builder. mergeTarget(Expr value)
The target of an method call-style expression.static Expr.Call.Builder
Expr.Call. newBuilder()
static Expr.Call.Builder
Expr.Call. newBuilder(Expr.Call prototype)
Expr.Call.Builder
Expr.Call. newBuilderForType()
protected Expr.Call.Builder
Expr.Call. newBuilderForType(com.google.protobuf.AbstractMessage.BuilderParent parent)
Expr.Call.Builder
Expr.Call.Builder. removeArgs(int index)
The arguments.Expr.Call.Builder
Expr.Call.Builder. setArgs(int index, Expr value)
The arguments.Expr.Call.Builder
Expr.Call.Builder. setArgs(int index, Expr.Builder builderForValue)
The arguments.Expr.Call.Builder
Expr.Call.Builder. setFunction(java.lang.String value)
Required.Expr.Call.Builder
Expr.Call.Builder. setFunctionBytes(com.google.protobuf.ByteString value)
Required.Expr.Call.Builder
Expr.Call.Builder. setTarget(Expr value)
The target of an method call-style expression.Expr.Call.Builder
Expr.Call.Builder. setTarget(Expr.Builder builderForValue)
The target of an method call-style expression.Expr.Call.Builder
Expr.Call. toBuilder()
Methods in dev.cel.expr that return types with arguments of type Expr.Call.Builder Modifier and Type Method Description private com.google.protobuf.SingleFieldBuilder<Expr.Call,Expr.Call.Builder,Expr.CallOrBuilder>
Expr.Builder. getCallExprFieldBuilder()
A call expression, including calls to predefined functions and operators.Methods in dev.cel.expr with parameters of type Expr.Call.Builder Modifier and Type Method Description Expr.Builder
Expr.Builder. setCallExpr(Expr.Call.Builder builderForValue)
A call expression, including calls to predefined functions and operators.
-