Uses of Class
dev.cel.expr.Type.AbstractType
-
Packages that use Type.AbstractType Package Description dev.cel.expr -
-
Uses of Type.AbstractType in dev.cel.expr
Fields in dev.cel.expr declared as Type.AbstractType Modifier and Type Field Description private static Type.AbstractType
Type.AbstractType. DEFAULT_INSTANCE
Fields in dev.cel.expr with type parameters of type Type.AbstractType Modifier and Type Field Description private com.google.protobuf.SingleFieldBuilder<Type.AbstractType,Type.AbstractType.Builder,Type.AbstractTypeOrBuilder>
Type.Builder. abstractTypeBuilder_
private static com.google.protobuf.Parser<Type.AbstractType>
Type.AbstractType. PARSER
Methods in dev.cel.expr that return Type.AbstractType Modifier and Type Method Description Type.AbstractType
Type.AbstractType.Builder. build()
Type.AbstractType
Type.AbstractType.Builder. buildPartial()
Type.AbstractType
Type.Builder. getAbstractType()
Abstract, application defined type.Type.AbstractType
Type. getAbstractType()
Abstract, application defined type.Type.AbstractType
TypeOrBuilder. getAbstractType()
Abstract, application defined type.static Type.AbstractType
Type.AbstractType. getDefaultInstance()
Type.AbstractType
Type.AbstractType.Builder. getDefaultInstanceForType()
Type.AbstractType
Type.AbstractType. getDefaultInstanceForType()
static Type.AbstractType
Type.AbstractType. parseDelimitedFrom(java.io.InputStream input)
static Type.AbstractType
Type.AbstractType. parseDelimitedFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Type.AbstractType
Type.AbstractType. parseFrom(byte[] data)
static Type.AbstractType
Type.AbstractType. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Type.AbstractType
Type.AbstractType. parseFrom(com.google.protobuf.ByteString data)
static Type.AbstractType
Type.AbstractType. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Type.AbstractType
Type.AbstractType. parseFrom(com.google.protobuf.CodedInputStream input)
static Type.AbstractType
Type.AbstractType. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Type.AbstractType
Type.AbstractType. parseFrom(java.io.InputStream input)
static Type.AbstractType
Type.AbstractType. parseFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Type.AbstractType
Type.AbstractType. parseFrom(java.nio.ByteBuffer data)
static Type.AbstractType
Type.AbstractType. parseFrom(java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in dev.cel.expr that return types with arguments of type Type.AbstractType Modifier and Type Method Description private com.google.protobuf.SingleFieldBuilder<Type.AbstractType,Type.AbstractType.Builder,Type.AbstractTypeOrBuilder>
Type.Builder. getAbstractTypeFieldBuilder()
Abstract, application defined type.com.google.protobuf.Parser<Type.AbstractType>
Type.AbstractType. getParserForType()
static com.google.protobuf.Parser<Type.AbstractType>
Type.AbstractType. parser()
Methods in dev.cel.expr with parameters of type Type.AbstractType Modifier and Type Method Description private void
Type.AbstractType.Builder. buildPartial0(Type.AbstractType result)
private void
Type.AbstractType.Builder. buildPartialRepeatedFields(Type.AbstractType result)
Type.Builder
Type.Builder. mergeAbstractType(Type.AbstractType value)
Abstract, application defined type.Type.AbstractType.Builder
Type.AbstractType.Builder. mergeFrom(Type.AbstractType other)
static Type.AbstractType.Builder
Type.AbstractType. newBuilder(Type.AbstractType prototype)
Type.Builder
Type.Builder. setAbstractType(Type.AbstractType value)
Abstract, application defined type.
-