Uses of Class
dev.cel.expr.Expr.Comprehension.Builder
Packages that use Expr.Comprehension.Builder
-
Uses of Expr.Comprehension.Builder in dev.cel.expr
Fields in dev.cel.expr with type parameters of type Expr.Comprehension.BuilderModifier and TypeFieldDescriptionprivate com.google.protobuf.SingleFieldBuilder
<Expr.Comprehension, Expr.Comprehension.Builder, Expr.ComprehensionOrBuilder> Expr.Builder.comprehensionExprBuilder_
Methods in dev.cel.expr that return Expr.Comprehension.BuilderModifier and TypeMethodDescriptionExpr.Comprehension.Builder.clear()
Expr.Comprehension.Builder.clearAccuInit()
The initial value of the accumulator.Expr.Comprehension.Builder.clearAccuVar()
The name of the variable used for accumulation of the result.Expr.Comprehension.Builder.clearIterRange()
The range over which var iterates.Expr.Comprehension.Builder.clearIterVar()
The name of the iteration variable.Expr.Comprehension.Builder.clearLoopCondition()
An expression which can contain iter_var and accu_var.Expr.Comprehension.Builder.clearLoopStep()
An expression which can contain iter_var and accu_var.Expr.Comprehension.Builder.clearResult()
An expression which can contain accu_var.Expr.Builder.getComprehensionExprBuilder()
A comprehension expression.Expr.Comprehension.Builder.mergeAccuInit
(Expr value) The initial value of the accumulator.Expr.Comprehension.Builder.mergeFrom
(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Expr.Comprehension.Builder.mergeFrom
(com.google.protobuf.Message other) Expr.Comprehension.Builder.mergeFrom
(Expr.Comprehension other) Expr.Comprehension.Builder.mergeIterRange
(Expr value) The range over which var iterates.Expr.Comprehension.Builder.mergeLoopCondition
(Expr value) An expression which can contain iter_var and accu_var.Expr.Comprehension.Builder.mergeLoopStep
(Expr value) An expression which can contain iter_var and accu_var.Expr.Comprehension.Builder.mergeResult
(Expr value) An expression which can contain accu_var.static Expr.Comprehension.Builder
Expr.Comprehension.newBuilder()
static Expr.Comprehension.Builder
Expr.Comprehension.newBuilder
(Expr.Comprehension prototype) Expr.Comprehension.newBuilderForType()
protected Expr.Comprehension.Builder
Expr.Comprehension.newBuilderForType
(com.google.protobuf.AbstractMessage.BuilderParent parent) Expr.Comprehension.Builder.setAccuInit
(Expr value) The initial value of the accumulator.Expr.Comprehension.Builder.setAccuInit
(Expr.Builder builderForValue) The initial value of the accumulator.Expr.Comprehension.Builder.setAccuVar
(String value) The name of the variable used for accumulation of the result.Expr.Comprehension.Builder.setAccuVarBytes
(com.google.protobuf.ByteString value) The name of the variable used for accumulation of the result.Expr.Comprehension.Builder.setIterRange
(Expr value) The range over which var iterates.Expr.Comprehension.Builder.setIterRange
(Expr.Builder builderForValue) The range over which var iterates.Expr.Comprehension.Builder.setIterVar
(String value) The name of the iteration variable.Expr.Comprehension.Builder.setIterVarBytes
(com.google.protobuf.ByteString value) The name of the iteration variable.Expr.Comprehension.Builder.setLoopCondition
(Expr value) An expression which can contain iter_var and accu_var.Expr.Comprehension.Builder.setLoopCondition
(Expr.Builder builderForValue) An expression which can contain iter_var and accu_var.Expr.Comprehension.Builder.setLoopStep
(Expr value) An expression which can contain iter_var and accu_var.Expr.Comprehension.Builder.setLoopStep
(Expr.Builder builderForValue) An expression which can contain iter_var and accu_var.An expression which can contain accu_var.Expr.Comprehension.Builder.setResult
(Expr.Builder builderForValue) An expression which can contain accu_var.Expr.Comprehension.toBuilder()
Methods in dev.cel.expr that return types with arguments of type Expr.Comprehension.BuilderModifier and TypeMethodDescriptionprivate com.google.protobuf.SingleFieldBuilder
<Expr.Comprehension, Expr.Comprehension.Builder, Expr.ComprehensionOrBuilder> Expr.Builder.internalGetComprehensionExprFieldBuilder()
A comprehension expression.Methods in dev.cel.expr with parameters of type Expr.Comprehension.BuilderModifier and TypeMethodDescriptionExpr.Builder.setComprehensionExpr
(Expr.Comprehension.Builder builderForValue) A comprehension expression.