Uses of Class
dev.cel.expr.Expr.Call
Packages that use Expr.Call
-
Uses of Expr.Call in dev.cel.expr
Fields in dev.cel.expr declared as Expr.CallFields in dev.cel.expr with type parameters of type Expr.CallModifier and TypeFieldDescriptionprivate com.google.protobuf.SingleFieldBuilder
<Expr.Call, Expr.Call.Builder, Expr.CallOrBuilder> Expr.Builder.callExprBuilder_
private static final com.google.protobuf.Parser
<Expr.Call> Expr.Call.PARSER
Methods in dev.cel.expr that return Expr.CallModifier and TypeMethodDescriptionExpr.Call.Builder.build()
Expr.Call.Builder.buildPartial()
Expr.Builder.getCallExpr()
A call expression, including calls to predefined functions and operators.Expr.getCallExpr()
A call expression, including calls to predefined functions and operators.ExprOrBuilder.getCallExpr()
A call expression, including calls to predefined functions and operators.static Expr.Call
Expr.Call.getDefaultInstance()
Expr.Call.Builder.getDefaultInstanceForType()
Expr.Call.getDefaultInstanceForType()
static Expr.Call
Expr.Call.parseDelimitedFrom
(InputStream input) static Expr.Call
Expr.Call.parseDelimitedFrom
(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Expr.Call
Expr.Call.parseFrom
(byte[] data) static Expr.Call
Expr.Call.parseFrom
(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Expr.Call
Expr.Call.parseFrom
(com.google.protobuf.ByteString data) static Expr.Call
Expr.Call.parseFrom
(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Expr.Call
Expr.Call.parseFrom
(com.google.protobuf.CodedInputStream input) static Expr.Call
Expr.Call.parseFrom
(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Expr.Call
Expr.Call.parseFrom
(InputStream input) static Expr.Call
Expr.Call.parseFrom
(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Expr.Call
Expr.Call.parseFrom
(ByteBuffer data) static Expr.Call
Expr.Call.parseFrom
(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Methods in dev.cel.expr that return types with arguments of type Expr.CallModifier and TypeMethodDescriptionprivate com.google.protobuf.SingleFieldBuilder
<Expr.Call, Expr.Call.Builder, Expr.CallOrBuilder> Expr.Builder.getCallExprFieldBuilder()
A call expression, including calls to predefined functions and operators.com.google.protobuf.Parser
<Expr.Call> Expr.Call.getParserForType()
static com.google.protobuf.Parser
<Expr.Call> Expr.Call.parser()
Methods in dev.cel.expr with parameters of type Expr.CallModifier and TypeMethodDescriptionprivate void
Expr.Call.Builder.buildPartial0
(Expr.Call result) private void
Expr.Call.Builder.buildPartialRepeatedFields
(Expr.Call result) Expr.Builder.mergeCallExpr
(Expr.Call value) A call expression, including calls to predefined functions and operators.static Expr.Call.Builder
Expr.Call.newBuilder
(Expr.Call prototype) Expr.Builder.setCallExpr
(Expr.Call value) A call expression, including calls to predefined functions and operators.