|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public static interface ProtoBuf.TypeTableOrBuilder
| Method Summary | |
|---|---|
int |
getFirstNullable()
optional int32 first_nullable = 2 [default = -1]; |
ProtoBuf.Type |
getType(int index)
repeated .org.jetbrains.kotlin.serialization.Type type = 1; |
int |
getTypeCount()
repeated .org.jetbrains.kotlin.serialization.Type type = 1; |
java.util.List<ProtoBuf.Type> |
getTypeList()
repeated .org.jetbrains.kotlin.serialization.Type type = 1; |
boolean |
hasFirstNullable()
optional int32 first_nullable = 2 [default = -1]; |
| Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder |
|---|
getDefaultInstanceForType, isInitialized |
| Method Detail |
|---|
java.util.List<ProtoBuf.Type> getTypeList()
repeated .org.jetbrains.kotlin.serialization.Type type = 1;
ProtoBuf.Type getType(int index)
repeated .org.jetbrains.kotlin.serialization.Type type = 1;
int getTypeCount()
repeated .org.jetbrains.kotlin.serialization.Type type = 1;
boolean hasFirstNullable()
optional int32 first_nullable = 2 [default = -1];
Index starting from which all types are nullable, or nothing if all types in this table are non-null. Note that the 'nullable' field of Type messages is ignored and shouldn't be written because it wastes too much space
int getFirstNullable()
optional int32 first_nullable = 2 [default = -1];
Index starting from which all types are nullable, or nothing if all types in this table are non-null. Note that the 'nullable' field of Type messages is ignored and shouldn't be written because it wastes too much space
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||