|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public static interface ProtoBuf.TypeParameterOrBuilder
| Method Summary | |
|---|---|
int |
getId()
required int32 id = 1; |
int |
getName()
required int32 name = 2; |
boolean |
getReified()
optional bool reified = 3 [default = false]; |
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; |
int |
getUpperBoundId(int index)
repeated int32 upper_bound_id = 6; |
int |
getUpperBoundIdCount()
repeated int32 upper_bound_id = 6; |
java.util.List<java.lang.Integer> |
getUpperBoundIdList()
repeated int32 upper_bound_id = 6; |
java.util.List<ProtoBuf.Type> |
getUpperBoundList()
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]; |
| Methods inherited from interface com.google.protobuf.GeneratedMessageLite.ExtendableMessageOrBuilder |
|---|
getExtension, getExtension, getExtensionCount, hasExtension |
| Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder |
|---|
getDefaultInstanceForType, isInitialized |
| Method Detail |
|---|
boolean hasId()
required int32 id = 1;
int getId()
required int32 id = 1;
boolean hasName()
required int32 name = 2;
int getName()
required int32 name = 2;
boolean hasReified()
optional bool reified = 3 [default = false];
boolean getReified()
optional bool reified = 3 [default = false];
boolean hasVariance()
optional .org.jetbrains.kotlin.serialization.TypeParameter.Variance variance = 4 [default = INV];
ProtoBuf.TypeParameter.Variance getVariance()
optional .org.jetbrains.kotlin.serialization.TypeParameter.Variance variance = 4 [default = INV];
java.util.List<ProtoBuf.Type> getUpperBoundList()
repeated .org.jetbrains.kotlin.serialization.Type upper_bound = 5;
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<java.lang.Integer> getUpperBoundIdList()
repeated int32 upper_bound_id = 6;
int getUpperBoundIdCount()
repeated int32 upper_bound_id = 6;
int getUpperBoundId(int index)
repeated int32 upper_bound_id = 6;
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||