|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public static interface ProtoBuf.ClassOrBuilder
Method Summary | |
---|---|
int |
getDefaultObjectName()
optional int32 default_object_name = 4; |
int |
getEnumEntry(int index)
repeated int32 enum_entry = 12; |
int |
getEnumEntryCount()
repeated int32 enum_entry = 12; |
java.util.List<java.lang.Integer> |
getEnumEntryList()
repeated int32 enum_entry = 12; |
int |
getFlags()
optional int32 flags = 1 [default = 0]; |
int |
getFqName()
required int32 fq_name = 3; |
ProtoBuf.Callable |
getMember(int index)
repeated .org.jetbrains.kotlin.serialization.Callable member = 11; |
int |
getMemberCount()
repeated .org.jetbrains.kotlin.serialization.Callable member = 11; |
java.util.List<ProtoBuf.Callable> |
getMemberList()
repeated .org.jetbrains.kotlin.serialization.Callable member = 11; |
int |
getNestedClassName(int index)
repeated int32 nested_class_name = 7; |
int |
getNestedClassNameCount()
repeated int32 nested_class_name = 7; |
java.util.List<java.lang.Integer> |
getNestedClassNameList()
repeated int32 nested_class_name = 7; |
ProtoBuf.Class.PrimaryConstructor |
getPrimaryConstructor()
optional .org.jetbrains.kotlin.serialization.Class.PrimaryConstructor primary_constructor = 13; |
ProtoBuf.Type |
getSupertype(int index)
repeated .org.jetbrains.kotlin.serialization.Type supertype = 6; |
int |
getSupertypeCount()
repeated .org.jetbrains.kotlin.serialization.Type supertype = 6; |
java.util.List<ProtoBuf.Type> |
getSupertypeList()
repeated .org.jetbrains.kotlin.serialization.Type supertype = 6; |
ProtoBuf.TypeParameter |
getTypeParameter(int index)
repeated .org.jetbrains.kotlin.serialization.TypeParameter type_parameter = 5; |
int |
getTypeParameterCount()
repeated .org.jetbrains.kotlin.serialization.TypeParameter type_parameter = 5; |
java.util.List<ProtoBuf.TypeParameter> |
getTypeParameterList()
repeated .org.jetbrains.kotlin.serialization.TypeParameter type_parameter = 5; |
boolean |
hasDefaultObjectName()
optional int32 default_object_name = 4; |
boolean |
hasFlags()
optional int32 flags = 1 [default = 0]; |
boolean |
hasFqName()
required int32 fq_name = 3; |
boolean |
hasPrimaryConstructor()
optional .org.jetbrains.kotlin.serialization.Class.PrimaryConstructor primary_constructor = 13; |
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 hasFlags()
optional int32 flags = 1 [default = 0];
Visibility Modality has_annotation ClassKind is_inner
int getFlags()
optional int32 flags = 1 [default = 0];
Visibility Modality has_annotation ClassKind is_inner
boolean hasFqName()
required int32 fq_name = 3;
int getFqName()
required int32 fq_name = 3;
boolean hasDefaultObjectName()
optional int32 default_object_name = 4;
If this field is present, it contains the name of default object.
int getDefaultObjectName()
optional int32 default_object_name = 4;
If this field is present, it contains the name of default object.
java.util.List<ProtoBuf.TypeParameter> getTypeParameterList()
repeated .org.jetbrains.kotlin.serialization.TypeParameter type_parameter = 5;
ProtoBuf.TypeParameter getTypeParameter(int index)
repeated .org.jetbrains.kotlin.serialization.TypeParameter type_parameter = 5;
int getTypeParameterCount()
repeated .org.jetbrains.kotlin.serialization.TypeParameter type_parameter = 5;
java.util.List<ProtoBuf.Type> getSupertypeList()
repeated .org.jetbrains.kotlin.serialization.Type supertype = 6;
ProtoBuf.Type getSupertype(int index)
repeated .org.jetbrains.kotlin.serialization.Type supertype = 6;
int getSupertypeCount()
repeated .org.jetbrains.kotlin.serialization.Type supertype = 6;
java.util.List<java.lang.Integer> getNestedClassNameList()
repeated int32 nested_class_name = 7;
we store only names, because the actual information must reside in the corresponding .class files, to be obtainable through reflection at runtime
int getNestedClassNameCount()
repeated int32 nested_class_name = 7;
we store only names, because the actual information must reside in the corresponding .class files, to be obtainable through reflection at runtime
int getNestedClassName(int index)
repeated int32 nested_class_name = 7;
we store only names, because the actual information must reside in the corresponding .class files, to be obtainable through reflection at runtime
java.util.List<ProtoBuf.Callable> getMemberList()
repeated .org.jetbrains.kotlin.serialization.Callable member = 11;
ProtoBuf.Callable getMember(int index)
repeated .org.jetbrains.kotlin.serialization.Callable member = 11;
int getMemberCount()
repeated .org.jetbrains.kotlin.serialization.Callable member = 11;
java.util.List<java.lang.Integer> getEnumEntryList()
repeated int32 enum_entry = 12;
int getEnumEntryCount()
repeated int32 enum_entry = 12;
int getEnumEntry(int index)
repeated int32 enum_entry = 12;
boolean hasPrimaryConstructor()
optional .org.jetbrains.kotlin.serialization.Class.PrimaryConstructor primary_constructor = 13;
This field is present if and only if the class has a primary constructor
ProtoBuf.Class.PrimaryConstructor getPrimaryConstructor()
optional .org.jetbrains.kotlin.serialization.Class.PrimaryConstructor primary_constructor = 13;
This field is present if and only if the class has a primary constructor
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |