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.FunctionType
Type.FunctionType. DEFAULT_INSTANCE
Fields 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. PARSER
Methods in dev.cel.expr that return Type.FunctionType Modifier and Type Method Description Type.FunctionType
Type.FunctionType.Builder. build()
Type.FunctionType
Type.FunctionType.Builder. buildPartial()
static Type.FunctionType
Type.FunctionType. getDefaultInstance()
Type.FunctionType
Type.FunctionType.Builder. getDefaultInstanceForType()
Type.FunctionType
Type.FunctionType. getDefaultInstanceForType()
Type.FunctionType
Type.Builder. getFunction()
Function type.Type.FunctionType
Type. getFunction()
Function type.Type.FunctionType
TypeOrBuilder. getFunction()
Function type.static Type.FunctionType
Type.FunctionType. parseDelimitedFrom(java.io.InputStream input)
static Type.FunctionType
Type.FunctionType. parseDelimitedFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Type.FunctionType
Type.FunctionType. parseFrom(byte[] data)
static Type.FunctionType
Type.FunctionType. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Type.FunctionType
Type.FunctionType. parseFrom(com.google.protobuf.ByteString data)
static Type.FunctionType
Type.FunctionType. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Type.FunctionType
Type.FunctionType. parseFrom(com.google.protobuf.CodedInputStream input)
static Type.FunctionType
Type.FunctionType. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Type.FunctionType
Type.FunctionType. parseFrom(java.io.InputStream input)
static Type.FunctionType
Type.FunctionType. parseFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Type.FunctionType
Type.FunctionType. parseFrom(java.nio.ByteBuffer data)
static Type.FunctionType
Type.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 void
Type.FunctionType.Builder. buildPartial0(Type.FunctionType result)
private void
Type.FunctionType.Builder. buildPartialRepeatedFields(Type.FunctionType result)
Type.FunctionType.Builder
Type.FunctionType.Builder. mergeFrom(Type.FunctionType other)
Type.Builder
Type.Builder. mergeFunction(Type.FunctionType value)
Function type.static Type.FunctionType.Builder
Type.FunctionType. newBuilder(Type.FunctionType prototype)
Type.Builder
Type.Builder. setFunction(Type.FunctionType value)
Function type.
-