|
|||||||||
| 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
org.jetbrains.kotlin.serialization.ProtoBuf.TypeParameter
public static final class ProtoBuf.TypeParameter
Protobuf type org.jetbrains.kotlin.serialization.TypeParameter
| Nested Class Summary | |
|---|---|
static class |
ProtoBuf.TypeParameter.Builder
Protobuf type org.jetbrains.kotlin.serialization.TypeParameter |
static class |
ProtoBuf.TypeParameter.Variance
Protobuf enum org.jetbrains.kotlin.serialization.TypeParameter.Variance |
| 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 |
ID_FIELD_NUMBER
|
static int |
NAME_FIELD_NUMBER
|
static com.google.protobuf.Parser<ProtoBuf.TypeParameter> |
PARSER
|
static int |
REIFIED_FIELD_NUMBER
|
static int |
UPPER_BOUND_FIELD_NUMBER
|
static int |
VARIANCE_FIELD_NUMBER
|
| Method Summary | |
|---|---|
static ProtoBuf.TypeParameter |
getDefaultInstance()
|
ProtoBuf.TypeParameter |
getDefaultInstanceForType()
|
int |
getId()
required int32 id = 1; |
int |
getName()
required int32 name = 2; |
com.google.protobuf.Parser<ProtoBuf.TypeParameter> |
getParserForType()
|
boolean |
getReified()
optional bool reified = 3 [default = false]; |
int |
getSerializedSize()
|
ProtoBuf.Type |
getUpperBound(int index)
repeated .org.jetbrains.kotlin.serialization.Type upper_bound = 5; |
int |
getUpperBoundCount()
repeated .org.jetbrains.kotlin.serialization.Type upper_bound = 5; |
java.util.List<ProtoBuf.Type> |
getUpperBoundList()
repeated .org.jetbrains.kotlin.serialization.Type upper_bound = 5; |
ProtoBuf.TypeOrBuilder |
getUpperBoundOrBuilder(int index)
repeated .org.jetbrains.kotlin.serialization.Type upper_bound = 5; |
java.util.List<? extends ProtoBuf.TypeOrBuilder> |
getUpperBoundOrBuilderList()
repeated .org.jetbrains.kotlin.serialization.Type upper_bound = 5; |
ProtoBuf.TypeParameter.Variance |
getVariance()
optional .org.jetbrains.kotlin.serialization.TypeParameter.Variance variance = 4 [default = INV]; |
boolean |
hasId()
required int32 id = 1; |
boolean |
hasName()
required int32 name = 2; |
boolean |
hasReified()
optional bool reified = 3 [default = false]; |
boolean |
hasVariance()
optional .org.jetbrains.kotlin.serialization.TypeParameter.Variance variance = 4 [default = INV]; |
boolean |
isInitialized()
|
static ProtoBuf.TypeParameter.Builder |
newBuilder()
|
static ProtoBuf.TypeParameter.Builder |
newBuilder(ProtoBuf.TypeParameter prototype)
|
ProtoBuf.TypeParameter.Builder |
newBuilderForType()
|
static ProtoBuf.TypeParameter |
parseDelimitedFrom(java.io.InputStream input)
|
static ProtoBuf.TypeParameter |
parseDelimitedFrom(java.io.InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
|
static ProtoBuf.TypeParameter |
parseFrom(byte[] data)
|
static ProtoBuf.TypeParameter |
parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
|
static ProtoBuf.TypeParameter |
parseFrom(com.google.protobuf.ByteString data)
|
static ProtoBuf.TypeParameter |
parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
|
static ProtoBuf.TypeParameter |
parseFrom(com.google.protobuf.CodedInputStream input)
|
static ProtoBuf.TypeParameter |
parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
|
static ProtoBuf.TypeParameter |
parseFrom(java.io.InputStream input)
|
static ProtoBuf.TypeParameter |
parseFrom(java.io.InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
|
ProtoBuf.TypeParameter.Builder |
toBuilder()
|
protected java.lang.Object |
writeReplace()
|
void |
writeTo(com.google.protobuf.CodedOutputStream output)
|
| Methods inherited from class com.google.protobuf.GeneratedMessageLite |
|---|
makeExtensionsImmutable, newRepeatedGeneratedExtension, newSingularGeneratedExtension, parseUnknownField |
| 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 |
| Field Detail |
|---|
public static com.google.protobuf.Parser<ProtoBuf.TypeParameter> PARSER
public static final int ID_FIELD_NUMBER
public static final int NAME_FIELD_NUMBER
public static final int REIFIED_FIELD_NUMBER
public static final int VARIANCE_FIELD_NUMBER
public static final int UPPER_BOUND_FIELD_NUMBER
| Method Detail |
|---|
public static ProtoBuf.TypeParameter getDefaultInstance()
public ProtoBuf.TypeParameter getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuilderpublic com.google.protobuf.Parser<ProtoBuf.TypeParameter> getParserForType()
getParserForType in interface com.google.protobuf.MessageLitegetParserForType in class com.google.protobuf.GeneratedMessageLitepublic boolean hasId()
required int32 id = 1;
hasId in interface ProtoBuf.TypeParameterOrBuilderpublic int getId()
required int32 id = 1;
getId in interface ProtoBuf.TypeParameterOrBuilderpublic boolean hasName()
required int32 name = 2;
Id in the StringTable
hasName in interface ProtoBuf.TypeParameterOrBuilderpublic int getName()
required int32 name = 2;
Id in the StringTable
getName in interface ProtoBuf.TypeParameterOrBuilderpublic boolean hasReified()
optional bool reified = 3 [default = false];
hasReified in interface ProtoBuf.TypeParameterOrBuilderpublic boolean getReified()
optional bool reified = 3 [default = false];
getReified in interface ProtoBuf.TypeParameterOrBuilderpublic boolean hasVariance()
optional .org.jetbrains.kotlin.serialization.TypeParameter.Variance variance = 4 [default = INV];
hasVariance in interface ProtoBuf.TypeParameterOrBuilderpublic ProtoBuf.TypeParameter.Variance getVariance()
optional .org.jetbrains.kotlin.serialization.TypeParameter.Variance variance = 4 [default = INV];
getVariance in interface ProtoBuf.TypeParameterOrBuilderpublic java.util.List<ProtoBuf.Type> getUpperBoundList()
repeated .org.jetbrains.kotlin.serialization.Type upper_bound = 5;
getUpperBoundList in interface ProtoBuf.TypeParameterOrBuilderpublic java.util.List<? extends ProtoBuf.TypeOrBuilder> getUpperBoundOrBuilderList()
repeated .org.jetbrains.kotlin.serialization.Type upper_bound = 5;
public int getUpperBoundCount()
repeated .org.jetbrains.kotlin.serialization.Type upper_bound = 5;
getUpperBoundCount in interface ProtoBuf.TypeParameterOrBuilderpublic ProtoBuf.Type getUpperBound(int index)
repeated .org.jetbrains.kotlin.serialization.Type upper_bound = 5;
getUpperBound in interface ProtoBuf.TypeParameterOrBuilderpublic ProtoBuf.TypeOrBuilder getUpperBoundOrBuilder(int index)
repeated .org.jetbrains.kotlin.serialization.Type upper_bound = 5;
public 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.TypeParameter parseFrom(com.google.protobuf.ByteString data)
throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static ProtoBuf.TypeParameter parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static ProtoBuf.TypeParameter parseFrom(byte[] data)
throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static ProtoBuf.TypeParameter parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static ProtoBuf.TypeParameter parseFrom(java.io.InputStream input)
throws java.io.IOException
java.io.IOException
public static ProtoBuf.TypeParameter parseFrom(java.io.InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws java.io.IOException
java.io.IOException
public static ProtoBuf.TypeParameter parseDelimitedFrom(java.io.InputStream input)
throws java.io.IOException
java.io.IOException
public static ProtoBuf.TypeParameter parseDelimitedFrom(java.io.InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws java.io.IOException
java.io.IOException
public static ProtoBuf.TypeParameter parseFrom(com.google.protobuf.CodedInputStream input)
throws java.io.IOException
java.io.IOException
public static ProtoBuf.TypeParameter parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws java.io.IOException
java.io.IOExceptionpublic static ProtoBuf.TypeParameter.Builder newBuilder()
public ProtoBuf.TypeParameter.Builder newBuilderForType()
newBuilderForType in interface com.google.protobuf.MessageLitepublic static ProtoBuf.TypeParameter.Builder newBuilder(ProtoBuf.TypeParameter prototype)
public ProtoBuf.TypeParameter.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 | ||||||||