Uses of Class
dev.cel.expr.Type.FunctionType
-
Packages that use Type.FunctionType Package Description dev.cel.expr -
-
Uses of Type.FunctionType in dev.cel.expr
Fields in dev.cel.expr declared as Type.FunctionType Modifier and Type Field Description private static Type.FunctionTypeType.FunctionType. DEFAULT_INSTANCEFields in dev.cel.expr with type parameters of type Type.FunctionType Modifier and Type Field Description private com.google.protobuf.SingleFieldBuilder<Type.FunctionType,Type.FunctionType.Builder,Type.FunctionTypeOrBuilder>Type.Builder. functionBuilder_private static com.google.protobuf.Parser<Type.FunctionType>Type.FunctionType. PARSERMethods in dev.cel.expr that return Type.FunctionType Modifier and Type Method Description Type.FunctionTypeType.FunctionType.Builder. build()Type.FunctionTypeType.FunctionType.Builder. buildPartial()static Type.FunctionTypeType.FunctionType. getDefaultInstance()Type.FunctionTypeType.FunctionType.Builder. getDefaultInstanceForType()Type.FunctionTypeType.FunctionType. getDefaultInstanceForType()Type.FunctionTypeType.Builder. getFunction()Function type.Type.FunctionTypeType. getFunction()Function type.Type.FunctionTypeTypeOrBuilder. getFunction()Function type.static Type.FunctionTypeType.FunctionType. parseDelimitedFrom(java.io.InputStream input)static Type.FunctionTypeType.FunctionType. parseDelimitedFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static Type.FunctionTypeType.FunctionType. parseFrom(byte[] data)static Type.FunctionTypeType.FunctionType. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static Type.FunctionTypeType.FunctionType. parseFrom(com.google.protobuf.ByteString data)static Type.FunctionTypeType.FunctionType. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static Type.FunctionTypeType.FunctionType. parseFrom(com.google.protobuf.CodedInputStream input)static Type.FunctionTypeType.FunctionType. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static Type.FunctionTypeType.FunctionType. parseFrom(java.io.InputStream input)static Type.FunctionTypeType.FunctionType. parseFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static Type.FunctionTypeType.FunctionType. parseFrom(java.nio.ByteBuffer data)static Type.FunctionTypeType.FunctionType. parseFrom(java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in dev.cel.expr that return types with arguments of type Type.FunctionType Modifier and Type Method Description private com.google.protobuf.SingleFieldBuilder<Type.FunctionType,Type.FunctionType.Builder,Type.FunctionTypeOrBuilder>Type.Builder. getFunctionFieldBuilder()Function type.com.google.protobuf.Parser<Type.FunctionType>Type.FunctionType. getParserForType()static com.google.protobuf.Parser<Type.FunctionType>Type.FunctionType. parser()Methods in dev.cel.expr with parameters of type Type.FunctionType Modifier and Type Method Description private voidType.FunctionType.Builder. buildPartial0(Type.FunctionType result)private voidType.FunctionType.Builder. buildPartialRepeatedFields(Type.FunctionType result)Type.FunctionType.BuilderType.FunctionType.Builder. mergeFrom(Type.FunctionType other)Type.BuilderType.Builder. mergeFunction(Type.FunctionType value)Function type.static Type.FunctionType.BuilderType.FunctionType. newBuilder(Type.FunctionType prototype)Type.BuilderType.Builder. setFunction(Type.FunctionType value)Function type.
-