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.PARSERMethods 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.CallExpr.Call.getDefaultInstance()Expr.Call.Builder.getDefaultInstanceForType()Expr.Call.getDefaultInstanceForType()static Expr.CallExpr.Call.parseDelimitedFrom(InputStream input) static Expr.CallExpr.Call.parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Expr.CallExpr.Call.parseFrom(byte[] data) static Expr.CallExpr.Call.parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Expr.CallExpr.Call.parseFrom(com.google.protobuf.ByteString data) static Expr.CallExpr.Call.parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Expr.CallExpr.Call.parseFrom(com.google.protobuf.CodedInputStream input) static Expr.CallExpr.Call.parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Expr.CallExpr.Call.parseFrom(InputStream input) static Expr.CallExpr.Call.parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Expr.CallExpr.Call.parseFrom(ByteBuffer data) static Expr.CallExpr.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 voidExpr.Call.Builder.buildPartial0(Expr.Call result) private voidExpr.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.BuilderExpr.Call.newBuilder(Expr.Call prototype) Expr.Builder.setCallExpr(Expr.Call value) A call expression, including calls to predefined functions and operators.