|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.jetbrains.kotlin.protobuf.AbstractMessageLite
org.jetbrains.kotlin.protobuf.GeneratedMessageLite
org.jetbrains.kotlin.protobuf.GeneratedMessageLite.ExtendableMessage<ProtoBuf.Type>
org.jetbrains.kotlin.serialization.ProtoBuf.Type
public static final class ProtoBuf.Type
Protobuf type org.jetbrains.kotlin.serialization.Type
| Nested Class Summary | |
|---|---|
static class |
ProtoBuf.Type.Argument
Protobuf type org.jetbrains.kotlin.serialization.Type.Argument |
static interface |
ProtoBuf.Type.ArgumentOrBuilder
|
static class |
ProtoBuf.Type.Builder
Protobuf type org.jetbrains.kotlin.serialization.Type |
| Nested classes/interfaces inherited from class org.jetbrains.kotlin.protobuf.GeneratedMessageLite.ExtendableMessage |
|---|
org.jetbrains.kotlin.protobuf.GeneratedMessageLite.ExtendableMessage.ExtensionWriter |
| Nested classes/interfaces inherited from class org.jetbrains.kotlin.protobuf.GeneratedMessageLite |
|---|
org.jetbrains.kotlin.protobuf.GeneratedMessageLite.ExtendableBuilder<MessageType extends org.jetbrains.kotlin.protobuf.GeneratedMessageLite.ExtendableMessage<MessageType>,BuilderType extends org.jetbrains.kotlin.protobuf.GeneratedMessageLite.ExtendableBuilder<MessageType,BuilderType>>, org.jetbrains.kotlin.protobuf.GeneratedMessageLite.ExtendableMessage<MessageType extends org.jetbrains.kotlin.protobuf.GeneratedMessageLite.ExtendableMessage<MessageType>>, org.jetbrains.kotlin.protobuf.GeneratedMessageLite.ExtendableMessageOrBuilder<MessageType extends org.jetbrains.kotlin.protobuf.GeneratedMessageLite.ExtendableMessage>, org.jetbrains.kotlin.protobuf.GeneratedMessageLite.GeneratedExtension<ContainingType extends org.jetbrains.kotlin.protobuf.MessageLite,Type> |
| Field Summary | |
|---|---|
static int |
ABBREVIATED_TYPE_FIELD_NUMBER
|
static int |
ABBREVIATED_TYPE_ID_FIELD_NUMBER
|
static int |
ARGUMENT_FIELD_NUMBER
|
static int |
CLASS_NAME_FIELD_NUMBER
|
static int |
FLAGS_FIELD_NUMBER
|
static int |
FLEXIBLE_TYPE_CAPABILITIES_ID_FIELD_NUMBER
|
static int |
FLEXIBLE_UPPER_BOUND_FIELD_NUMBER
|
static int |
FLEXIBLE_UPPER_BOUND_ID_FIELD_NUMBER
|
static int |
NULLABLE_FIELD_NUMBER
|
static int |
OUTER_TYPE_FIELD_NUMBER
|
static int |
OUTER_TYPE_ID_FIELD_NUMBER
|
static org.jetbrains.kotlin.protobuf.Parser<ProtoBuf.Type> |
PARSER
|
static int |
TYPE_ALIAS_NAME_FIELD_NUMBER
|
static int |
TYPE_PARAMETER_FIELD_NUMBER
|
static int |
TYPE_PARAMETER_NAME_FIELD_NUMBER
|
| Fields inherited from class org.jetbrains.kotlin.protobuf.AbstractMessageLite |
|---|
memoizedHashCode |
| Method Summary | |
|---|---|
ProtoBuf.Type |
getAbbreviatedType()
optional .org.jetbrains.kotlin.serialization.Type abbreviated_type = 13; |
int |
getAbbreviatedTypeId()
optional int32 abbreviated_type_id = 14; |
ProtoBuf.Type.Argument |
getArgument(int index)
repeated .org.jetbrains.kotlin.serialization.Type.Argument argument = 2; |
int |
getArgumentCount()
repeated .org.jetbrains.kotlin.serialization.Type.Argument argument = 2; |
java.util.List<ProtoBuf.Type.Argument> |
getArgumentList()
repeated .org.jetbrains.kotlin.serialization.Type.Argument argument = 2; |
ProtoBuf.Type.ArgumentOrBuilder |
getArgumentOrBuilder(int index)
repeated .org.jetbrains.kotlin.serialization.Type.Argument argument = 2; |
java.util.List<? extends ProtoBuf.Type.ArgumentOrBuilder> |
getArgumentOrBuilderList()
repeated .org.jetbrains.kotlin.serialization.Type.Argument argument = 2; |
int |
getClassName()
optional int32 class_name = 6; |
static ProtoBuf.Type |
getDefaultInstance()
|
ProtoBuf.Type |
getDefaultInstanceForType()
|
int |
getFlags()
optional int32 flags = 1; |
int |
getFlexibleTypeCapabilitiesId()
optional int32 flexible_type_capabilities_id = 4; |
ProtoBuf.Type |
getFlexibleUpperBound()
optional .org.jetbrains.kotlin.serialization.Type flexible_upper_bound = 5; |
int |
getFlexibleUpperBoundId()
optional int32 flexible_upper_bound_id = 8; |
boolean |
getNullable()
optional bool nullable = 3 [default = false]; |
ProtoBuf.Type |
getOuterType()
optional .org.jetbrains.kotlin.serialization.Type outer_type = 10; |
int |
getOuterTypeId()
optional int32 outer_type_id = 11; |
org.jetbrains.kotlin.protobuf.Parser<ProtoBuf.Type> |
getParserForType()
|
int |
getSerializedSize()
|
int |
getTypeAliasName()
optional int32 type_alias_name = 12; |
int |
getTypeParameter()
optional int32 type_parameter = 7; |
int |
getTypeParameterName()
optional int32 type_parameter_name = 9; |
boolean |
hasAbbreviatedType()
optional .org.jetbrains.kotlin.serialization.Type abbreviated_type = 13; |
boolean |
hasAbbreviatedTypeId()
optional int32 abbreviated_type_id = 14; |
boolean |
hasClassName()
optional int32 class_name = 6; |
boolean |
hasFlags()
optional int32 flags = 1; |
boolean |
hasFlexibleTypeCapabilitiesId()
optional int32 flexible_type_capabilities_id = 4; |
boolean |
hasFlexibleUpperBound()
optional .org.jetbrains.kotlin.serialization.Type flexible_upper_bound = 5; |
boolean |
hasFlexibleUpperBoundId()
optional int32 flexible_upper_bound_id = 8; |
boolean |
hasNullable()
optional bool nullable = 3 [default = false]; |
boolean |
hasOuterType()
optional .org.jetbrains.kotlin.serialization.Type outer_type = 10; |
boolean |
hasOuterTypeId()
optional int32 outer_type_id = 11; |
boolean |
hasTypeAliasName()
optional int32 type_alias_name = 12; |
boolean |
hasTypeParameter()
optional int32 type_parameter = 7; |
boolean |
hasTypeParameterName()
optional int32 type_parameter_name = 9; |
boolean |
isInitialized()
|
static ProtoBuf.Type.Builder |
newBuilder()
|
static ProtoBuf.Type.Builder |
newBuilder(ProtoBuf.Type prototype)
|
ProtoBuf.Type.Builder |
newBuilderForType()
|
static ProtoBuf.Type |
parseDelimitedFrom(java.io.InputStream input)
|
static ProtoBuf.Type |
parseDelimitedFrom(java.io.InputStream input,
org.jetbrains.kotlin.protobuf.ExtensionRegistryLite extensionRegistry)
|
static ProtoBuf.Type |
parseFrom(byte[] data)
|
static ProtoBuf.Type |
parseFrom(byte[] data,
org.jetbrains.kotlin.protobuf.ExtensionRegistryLite extensionRegistry)
|
static ProtoBuf.Type |
parseFrom(org.jetbrains.kotlin.protobuf.ByteString data)
|
static ProtoBuf.Type |
parseFrom(org.jetbrains.kotlin.protobuf.ByteString data,
org.jetbrains.kotlin.protobuf.ExtensionRegistryLite extensionRegistry)
|
static ProtoBuf.Type |
parseFrom(org.jetbrains.kotlin.protobuf.CodedInputStream input)
|
static ProtoBuf.Type |
parseFrom(org.jetbrains.kotlin.protobuf.CodedInputStream input,
org.jetbrains.kotlin.protobuf.ExtensionRegistryLite extensionRegistry)
|
static ProtoBuf.Type |
parseFrom(java.io.InputStream input)
|
static ProtoBuf.Type |
parseFrom(java.io.InputStream input,
org.jetbrains.kotlin.protobuf.ExtensionRegistryLite extensionRegistry)
|
ProtoBuf.Type.Builder |
toBuilder()
|
protected java.lang.Object |
writeReplace()
|
void |
writeTo(org.jetbrains.kotlin.protobuf.CodedOutputStream output)
|
| Methods inherited from class org.jetbrains.kotlin.protobuf.GeneratedMessageLite.ExtendableMessage |
|---|
extensionsAreInitialized, extensionsSerializedSize, extensionsSerializedSizeAsMessageSet, getExtension, getExtension, getExtensionCount, hasExtension, makeExtensionsImmutable, newExtensionWriter, newMessageSetExtensionWriter, parseUnknownField |
| Methods inherited from class org.jetbrains.kotlin.protobuf.GeneratedMessageLite |
|---|
newRepeatedGeneratedExtension, newSingularGeneratedExtension |
| Methods inherited from class org.jetbrains.kotlin.protobuf.AbstractMessageLite |
|---|
checkByteStringIsUtf8, toByteArray, toByteString, writeDelimitedTo, writeTo |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface org.jetbrains.kotlin.protobuf.GeneratedMessageLite.ExtendableMessageOrBuilder |
|---|
getExtension, getExtension, getExtensionCount, hasExtension |
| Field Detail |
|---|
public static org.jetbrains.kotlin.protobuf.Parser<ProtoBuf.Type> PARSER
public static final int ARGUMENT_FIELD_NUMBER
public static final int NULLABLE_FIELD_NUMBER
public static final int FLEXIBLE_TYPE_CAPABILITIES_ID_FIELD_NUMBER
public static final int FLEXIBLE_UPPER_BOUND_FIELD_NUMBER
public static final int FLEXIBLE_UPPER_BOUND_ID_FIELD_NUMBER
public static final int CLASS_NAME_FIELD_NUMBER
public static final int TYPE_PARAMETER_FIELD_NUMBER
public static final int TYPE_PARAMETER_NAME_FIELD_NUMBER
public static final int TYPE_ALIAS_NAME_FIELD_NUMBER
public static final int OUTER_TYPE_FIELD_NUMBER
public static final int OUTER_TYPE_ID_FIELD_NUMBER
public static final int ABBREVIATED_TYPE_FIELD_NUMBER
public static final int ABBREVIATED_TYPE_ID_FIELD_NUMBER
public static final int FLAGS_FIELD_NUMBER
| Method Detail |
|---|
public static ProtoBuf.Type getDefaultInstance()
public ProtoBuf.Type getDefaultInstanceForType()
getDefaultInstanceForType in interface org.jetbrains.kotlin.protobuf.MessageLiteOrBuilderpublic org.jetbrains.kotlin.protobuf.Parser<ProtoBuf.Type> getParserForType()
getParserForType in interface org.jetbrains.kotlin.protobuf.MessageLitegetParserForType in class org.jetbrains.kotlin.protobuf.GeneratedMessageLitepublic java.util.List<ProtoBuf.Type.Argument> getArgumentList()
repeated .org.jetbrains.kotlin.serialization.Type.Argument argument = 2;
getArgumentList in interface ProtoBuf.TypeOrBuilderpublic java.util.List<? extends ProtoBuf.Type.ArgumentOrBuilder> getArgumentOrBuilderList()
repeated .org.jetbrains.kotlin.serialization.Type.Argument argument = 2;
public int getArgumentCount()
repeated .org.jetbrains.kotlin.serialization.Type.Argument argument = 2;
getArgumentCount in interface ProtoBuf.TypeOrBuilderpublic ProtoBuf.Type.Argument getArgument(int index)
repeated .org.jetbrains.kotlin.serialization.Type.Argument argument = 2;
getArgument in interface ProtoBuf.TypeOrBuilderpublic ProtoBuf.Type.ArgumentOrBuilder getArgumentOrBuilder(int index)
repeated .org.jetbrains.kotlin.serialization.Type.Argument argument = 2;
public boolean hasNullable()
optional bool nullable = 3 [default = false];
hasNullable in interface ProtoBuf.TypeOrBuilderpublic boolean getNullable()
optional bool nullable = 3 [default = false];
getNullable in interface ProtoBuf.TypeOrBuilderpublic boolean hasFlexibleTypeCapabilitiesId()
optional int32 flexible_type_capabilities_id = 4;
If this field is set, the type is flexible. All the other fields and extensions represent its lower bound, and flexible_upper_bound must be set and represents its upper bound.
hasFlexibleTypeCapabilitiesId in interface ProtoBuf.TypeOrBuilderpublic int getFlexibleTypeCapabilitiesId()
optional int32 flexible_type_capabilities_id = 4;
If this field is set, the type is flexible. All the other fields and extensions represent its lower bound, and flexible_upper_bound must be set and represents its upper bound.
getFlexibleTypeCapabilitiesId in interface ProtoBuf.TypeOrBuilderpublic boolean hasFlexibleUpperBound()
optional .org.jetbrains.kotlin.serialization.Type flexible_upper_bound = 5;
hasFlexibleUpperBound in interface ProtoBuf.TypeOrBuilderpublic ProtoBuf.Type getFlexibleUpperBound()
optional .org.jetbrains.kotlin.serialization.Type flexible_upper_bound = 5;
getFlexibleUpperBound in interface ProtoBuf.TypeOrBuilderpublic boolean hasFlexibleUpperBoundId()
optional int32 flexible_upper_bound_id = 8;
hasFlexibleUpperBoundId in interface ProtoBuf.TypeOrBuilderpublic int getFlexibleUpperBoundId()
optional int32 flexible_upper_bound_id = 8;
getFlexibleUpperBoundId in interface ProtoBuf.TypeOrBuilderpublic boolean hasClassName()
optional int32 class_name = 6;
hasClassName in interface ProtoBuf.TypeOrBuilderpublic int getClassName()
optional int32 class_name = 6;
getClassName in interface ProtoBuf.TypeOrBuilderpublic boolean hasTypeParameter()
optional int32 type_parameter = 7;
id of the type parameter
hasTypeParameter in interface ProtoBuf.TypeOrBuilderpublic int getTypeParameter()
optional int32 type_parameter = 7;
id of the type parameter
getTypeParameter in interface ProtoBuf.TypeOrBuilderpublic boolean hasTypeParameterName()
optional int32 type_parameter_name = 9;
Name of the type parameter in the immediate owner
hasTypeParameterName in interface ProtoBuf.TypeOrBuilderpublic int getTypeParameterName()
optional int32 type_parameter_name = 9;
Name of the type parameter in the immediate owner
getTypeParameterName in interface ProtoBuf.TypeOrBuilderpublic boolean hasTypeAliasName()
optional int32 type_alias_name = 12;
Note that this may be present only for abbreviated_type Top level types are always fully expanded
hasTypeAliasName in interface ProtoBuf.TypeOrBuilderpublic int getTypeAliasName()
optional int32 type_alias_name = 12;
Note that this may be present only for abbreviated_type Top level types are always fully expanded
getTypeAliasName in interface ProtoBuf.TypeOrBuilderpublic boolean hasOuterType()
optional .org.jetbrains.kotlin.serialization.Type outer_type = 10;
hasOuterType in interface ProtoBuf.TypeOrBuilderpublic ProtoBuf.Type getOuterType()
optional .org.jetbrains.kotlin.serialization.Type outer_type = 10;
getOuterType in interface ProtoBuf.TypeOrBuilderpublic boolean hasOuterTypeId()
optional int32 outer_type_id = 11;
hasOuterTypeId in interface ProtoBuf.TypeOrBuilderpublic int getOuterTypeId()
optional int32 outer_type_id = 11;
getOuterTypeId in interface ProtoBuf.TypeOrBuilderpublic boolean hasAbbreviatedType()
optional .org.jetbrains.kotlin.serialization.Type abbreviated_type = 13;
hasAbbreviatedType in interface ProtoBuf.TypeOrBuilderpublic ProtoBuf.Type getAbbreviatedType()
optional .org.jetbrains.kotlin.serialization.Type abbreviated_type = 13;
getAbbreviatedType in interface ProtoBuf.TypeOrBuilderpublic boolean hasAbbreviatedTypeId()
optional int32 abbreviated_type_id = 14;
hasAbbreviatedTypeId in interface ProtoBuf.TypeOrBuilderpublic int getAbbreviatedTypeId()
optional int32 abbreviated_type_id = 14;
getAbbreviatedTypeId in interface ProtoBuf.TypeOrBuilderpublic boolean hasFlags()
optional int32 flags = 1;
suspend
hasFlags in interface ProtoBuf.TypeOrBuilderpublic int getFlags()
optional int32 flags = 1;
suspend
getFlags in interface ProtoBuf.TypeOrBuilderpublic final boolean isInitialized()
isInitialized in interface org.jetbrains.kotlin.protobuf.MessageLiteOrBuilder
public void writeTo(org.jetbrains.kotlin.protobuf.CodedOutputStream output)
throws java.io.IOException
writeTo in interface org.jetbrains.kotlin.protobuf.MessageLitejava.io.IOExceptionpublic int getSerializedSize()
getSerializedSize in interface org.jetbrains.kotlin.protobuf.MessageLite
protected java.lang.Object writeReplace()
throws java.io.ObjectStreamException
writeReplace in class org.jetbrains.kotlin.protobuf.GeneratedMessageLitejava.io.ObjectStreamException
public static ProtoBuf.Type parseFrom(org.jetbrains.kotlin.protobuf.ByteString data)
throws org.jetbrains.kotlin.protobuf.InvalidProtocolBufferException
org.jetbrains.kotlin.protobuf.InvalidProtocolBufferException
public static ProtoBuf.Type parseFrom(org.jetbrains.kotlin.protobuf.ByteString data,
org.jetbrains.kotlin.protobuf.ExtensionRegistryLite extensionRegistry)
throws org.jetbrains.kotlin.protobuf.InvalidProtocolBufferException
org.jetbrains.kotlin.protobuf.InvalidProtocolBufferException
public static ProtoBuf.Type parseFrom(byte[] data)
throws org.jetbrains.kotlin.protobuf.InvalidProtocolBufferException
org.jetbrains.kotlin.protobuf.InvalidProtocolBufferException
public static ProtoBuf.Type parseFrom(byte[] data,
org.jetbrains.kotlin.protobuf.ExtensionRegistryLite extensionRegistry)
throws org.jetbrains.kotlin.protobuf.InvalidProtocolBufferException
org.jetbrains.kotlin.protobuf.InvalidProtocolBufferException
public static ProtoBuf.Type parseFrom(java.io.InputStream input)
throws java.io.IOException
java.io.IOException
public static ProtoBuf.Type parseFrom(java.io.InputStream input,
org.jetbrains.kotlin.protobuf.ExtensionRegistryLite extensionRegistry)
throws java.io.IOException
java.io.IOException
public static ProtoBuf.Type parseDelimitedFrom(java.io.InputStream input)
throws java.io.IOException
java.io.IOException
public static ProtoBuf.Type parseDelimitedFrom(java.io.InputStream input,
org.jetbrains.kotlin.protobuf.ExtensionRegistryLite extensionRegistry)
throws java.io.IOException
java.io.IOException
public static ProtoBuf.Type parseFrom(org.jetbrains.kotlin.protobuf.CodedInputStream input)
throws java.io.IOException
java.io.IOException
public static ProtoBuf.Type parseFrom(org.jetbrains.kotlin.protobuf.CodedInputStream input,
org.jetbrains.kotlin.protobuf.ExtensionRegistryLite extensionRegistry)
throws java.io.IOException
java.io.IOExceptionpublic static ProtoBuf.Type.Builder newBuilder()
public ProtoBuf.Type.Builder newBuilderForType()
newBuilderForType in interface org.jetbrains.kotlin.protobuf.MessageLitepublic static ProtoBuf.Type.Builder newBuilder(ProtoBuf.Type prototype)
public ProtoBuf.Type.Builder toBuilder()
toBuilder in interface org.jetbrains.kotlin.protobuf.MessageLite
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||