|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.google.protobuf.AbstractMessageLite
com.google.protobuf.GeneratedMessageLite
com.google.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 com.google.protobuf.GeneratedMessageLite.ExtendableMessage |
|---|
com.google.protobuf.GeneratedMessageLite.ExtendableMessage.ExtensionWriter |
| Nested classes/interfaces inherited from class com.google.protobuf.GeneratedMessageLite |
|---|
com.google.protobuf.GeneratedMessageLite.ExtendableBuilder<MessageType extends com.google.protobuf.GeneratedMessageLite.ExtendableMessage<MessageType>,BuilderType extends com.google.protobuf.GeneratedMessageLite.ExtendableBuilder<MessageType,BuilderType>>, com.google.protobuf.GeneratedMessageLite.ExtendableMessage<MessageType extends com.google.protobuf.GeneratedMessageLite.ExtendableMessage<MessageType>>, com.google.protobuf.GeneratedMessageLite.ExtendableMessageOrBuilder<MessageType extends com.google.protobuf.GeneratedMessageLite.ExtendableMessage>, com.google.protobuf.GeneratedMessageLite.GeneratedExtension<ContainingType extends com.google.protobuf.MessageLite,Type> |
| Field Summary | |
|---|---|
static int |
ARGUMENT_FIELD_NUMBER
|
static int |
CLASS_NAME_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 com.google.protobuf.Parser<ProtoBuf.Type> |
PARSER
|
static int |
TYPE_PARAMETER_FIELD_NUMBER
|
static int |
TYPE_PARAMETER_NAME_FIELD_NUMBER
|
| Method Summary | |
|---|---|
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 |
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]; |
com.google.protobuf.Parser<ProtoBuf.Type> |
getParserForType()
|
int |
getSerializedSize()
|
int |
getTypeParameter()
optional int32 type_parameter = 7; |
int |
getTypeParameterName()
optional int32 type_parameter_name = 9; |
boolean |
hasClassName()
optional int32 class_name = 6; |
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 |
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,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
|
static ProtoBuf.Type |
parseFrom(byte[] data)
|
static ProtoBuf.Type |
parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
|
static ProtoBuf.Type |
parseFrom(com.google.protobuf.ByteString data)
|
static ProtoBuf.Type |
parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
|
static ProtoBuf.Type |
parseFrom(com.google.protobuf.CodedInputStream input)
|
static ProtoBuf.Type |
parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
|
static ProtoBuf.Type |
parseFrom(java.io.InputStream input)
|
static ProtoBuf.Type |
parseFrom(java.io.InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
|
ProtoBuf.Type.Builder |
toBuilder()
|
protected java.lang.Object |
writeReplace()
|
void |
writeTo(com.google.protobuf.CodedOutputStream output)
|
| Methods inherited from class com.google.protobuf.GeneratedMessageLite.ExtendableMessage |
|---|
extensionsAreInitialized, extensionsSerializedSize, extensionsSerializedSizeAsMessageSet, getExtension, getExtension, getExtensionCount, hasExtension, makeExtensionsImmutable, newExtensionWriter, newMessageSetExtensionWriter, parseUnknownField |
| Methods inherited from class com.google.protobuf.GeneratedMessageLite |
|---|
newRepeatedGeneratedExtension, newSingularGeneratedExtension |
| Methods inherited from class com.google.protobuf.AbstractMessageLite |
|---|
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 com.google.protobuf.GeneratedMessageLite.ExtendableMessageOrBuilder |
|---|
getExtension, getExtension, getExtensionCount, hasExtension |
| Field Detail |
|---|
public static com.google.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
| Method Detail |
|---|
public static ProtoBuf.Type getDefaultInstance()
public ProtoBuf.Type getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuilderpublic com.google.protobuf.Parser<ProtoBuf.Type> getParserForType()
getParserForType in interface com.google.protobuf.MessageLitegetParserForType in class com.google.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 final boolean isInitialized()
isInitialized in interface com.google.protobuf.MessageLiteOrBuilder
public void writeTo(com.google.protobuf.CodedOutputStream output)
throws java.io.IOException
writeTo in interface com.google.protobuf.MessageLitejava.io.IOExceptionpublic int getSerializedSize()
getSerializedSize in interface com.google.protobuf.MessageLite
protected java.lang.Object writeReplace()
throws java.io.ObjectStreamException
writeReplace in class com.google.protobuf.GeneratedMessageLitejava.io.ObjectStreamException
public static ProtoBuf.Type parseFrom(com.google.protobuf.ByteString data)
throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static ProtoBuf.Type parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static ProtoBuf.Type parseFrom(byte[] data)
throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static ProtoBuf.Type parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws com.google.protobuf.InvalidProtocolBufferException
com.google.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,
com.google.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,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws java.io.IOException
java.io.IOException
public static ProtoBuf.Type parseFrom(com.google.protobuf.CodedInputStream input)
throws java.io.IOException
java.io.IOException
public static ProtoBuf.Type parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws java.io.IOException
java.io.IOExceptionpublic static ProtoBuf.Type.Builder newBuilder()
public ProtoBuf.Type.Builder newBuilderForType()
newBuilderForType in interface com.google.protobuf.MessageLitepublic static ProtoBuf.Type.Builder newBuilder(ProtoBuf.Type prototype)
public ProtoBuf.Type.Builder toBuilder()
toBuilder in interface com.google.protobuf.MessageLite
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||