|
|||||||||
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.jet.descriptors.serialization.ProtoBuf.Class
public static final class ProtoBuf.Class
Protobuf type org.jetbrains.jet.descriptors.serialization.Class
Nested Class Summary | |
---|---|
static class |
ProtoBuf.Class.Builder
Protobuf type org.jetbrains.jet.descriptors.serialization.Class |
static class |
ProtoBuf.Class.ClassObject
Protobuf type org.jetbrains.jet.descriptors.serialization.Class.ClassObject |
static interface |
ProtoBuf.Class.ClassObjectOrBuilder
|
static class |
ProtoBuf.Class.Kind
Protobuf enum org.jetbrains.jet.descriptors.serialization.Class.Kind |
static class |
ProtoBuf.Class.PrimaryConstructor
Protobuf type org.jetbrains.jet.descriptors.serialization.Class.PrimaryConstructor |
static interface |
ProtoBuf.Class.PrimaryConstructorOrBuilder
|
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 |
CLASS_OBJECT_FIELD_NUMBER
|
static int |
ENUM_ENTRY_FIELD_NUMBER
|
static int |
EXTRA_VISIBILITY_FIELD_NUMBER
|
static int |
FLAGS_FIELD_NUMBER
|
static int |
FQ_NAME_FIELD_NUMBER
|
static int |
MEMBER_FIELD_NUMBER
|
static int |
NESTED_CLASS_NAME_FIELD_NUMBER
|
static com.google.protobuf.Parser<ProtoBuf.Class> |
PARSER
|
static int |
PRIMARY_CONSTRUCTOR_FIELD_NUMBER
|
static int |
SUPERTYPE_FIELD_NUMBER
|
static int |
TYPE_PARAMETER_FIELD_NUMBER
|
Method Summary | |
---|---|
ProtoBuf.Class.ClassObject |
getClassObject()
optional .org.jetbrains.jet.descriptors.serialization.Class.ClassObject class_object = 4; |
static ProtoBuf.Class |
getDefaultInstance()
|
ProtoBuf.Class |
getDefaultInstanceForType()
|
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; |
java.lang.String |
getExtraVisibility()
optional string extra_visibility = 2; |
com.google.protobuf.ByteString |
getExtraVisibilityBytes()
optional string extra_visibility = 2; |
int |
getFlags()
optional int32 flags = 1 [default = 0]; |
int |
getFqName()
required int32 fq_name = 3; |
ProtoBuf.Callable |
getMember(int index)
repeated .org.jetbrains.jet.descriptors.serialization.Callable member = 11; |
int |
getMemberCount()
repeated .org.jetbrains.jet.descriptors.serialization.Callable member = 11; |
java.util.List<ProtoBuf.Callable> |
getMemberList()
repeated .org.jetbrains.jet.descriptors.serialization.Callable member = 11; |
ProtoBuf.CallableOrBuilder |
getMemberOrBuilder(int index)
repeated .org.jetbrains.jet.descriptors.serialization.Callable member = 11; |
java.util.List<? extends ProtoBuf.CallableOrBuilder> |
getMemberOrBuilderList()
repeated .org.jetbrains.jet.descriptors.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; |
com.google.protobuf.Parser<ProtoBuf.Class> |
getParserForType()
|
ProtoBuf.Class.PrimaryConstructor |
getPrimaryConstructor()
optional .org.jetbrains.jet.descriptors.serialization.Class.PrimaryConstructor primary_constructor = 13; |
int |
getSerializedSize()
|
ProtoBuf.Type |
getSupertype(int index)
repeated .org.jetbrains.jet.descriptors.serialization.Type supertype = 6; |
int |
getSupertypeCount()
repeated .org.jetbrains.jet.descriptors.serialization.Type supertype = 6; |
java.util.List<ProtoBuf.Type> |
getSupertypeList()
repeated .org.jetbrains.jet.descriptors.serialization.Type supertype = 6; |
ProtoBuf.TypeOrBuilder |
getSupertypeOrBuilder(int index)
repeated .org.jetbrains.jet.descriptors.serialization.Type supertype = 6; |
java.util.List<? extends ProtoBuf.TypeOrBuilder> |
getSupertypeOrBuilderList()
repeated .org.jetbrains.jet.descriptors.serialization.Type supertype = 6; |
ProtoBuf.TypeParameter |
getTypeParameter(int index)
repeated .org.jetbrains.jet.descriptors.serialization.TypeParameter type_parameter = 5; |
int |
getTypeParameterCount()
repeated .org.jetbrains.jet.descriptors.serialization.TypeParameter type_parameter = 5; |
java.util.List<ProtoBuf.TypeParameter> |
getTypeParameterList()
repeated .org.jetbrains.jet.descriptors.serialization.TypeParameter type_parameter = 5; |
ProtoBuf.TypeParameterOrBuilder |
getTypeParameterOrBuilder(int index)
repeated .org.jetbrains.jet.descriptors.serialization.TypeParameter type_parameter = 5; |
java.util.List<? extends ProtoBuf.TypeParameterOrBuilder> |
getTypeParameterOrBuilderList()
repeated .org.jetbrains.jet.descriptors.serialization.TypeParameter type_parameter = 5; |
boolean |
hasClassObject()
optional .org.jetbrains.jet.descriptors.serialization.Class.ClassObject class_object = 4; |
boolean |
hasExtraVisibility()
optional string extra_visibility = 2; |
boolean |
hasFlags()
optional int32 flags = 1 [default = 0]; |
boolean |
hasFqName()
required int32 fq_name = 3; |
boolean |
hasPrimaryConstructor()
optional .org.jetbrains.jet.descriptors.serialization.Class.PrimaryConstructor primary_constructor = 13; |
boolean |
isInitialized()
|
static ProtoBuf.Class.Builder |
newBuilder()
|
static ProtoBuf.Class.Builder |
newBuilder(ProtoBuf.Class prototype)
|
ProtoBuf.Class.Builder |
newBuilderForType()
|
static ProtoBuf.Class |
parseDelimitedFrom(java.io.InputStream input)
|
static ProtoBuf.Class |
parseDelimitedFrom(java.io.InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
|
static ProtoBuf.Class |
parseFrom(byte[] data)
|
static ProtoBuf.Class |
parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
|
static ProtoBuf.Class |
parseFrom(com.google.protobuf.ByteString data)
|
static ProtoBuf.Class |
parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
|
static ProtoBuf.Class |
parseFrom(com.google.protobuf.CodedInputStream input)
|
static ProtoBuf.Class |
parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
|
static ProtoBuf.Class |
parseFrom(java.io.InputStream input)
|
static ProtoBuf.Class |
parseFrom(java.io.InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
|
ProtoBuf.Class.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.Class> PARSER
public static final int FLAGS_FIELD_NUMBER
public static final int EXTRA_VISIBILITY_FIELD_NUMBER
public static final int FQ_NAME_FIELD_NUMBER
public static final int CLASS_OBJECT_FIELD_NUMBER
public static final int TYPE_PARAMETER_FIELD_NUMBER
public static final int SUPERTYPE_FIELD_NUMBER
public static final int NESTED_CLASS_NAME_FIELD_NUMBER
public static final int MEMBER_FIELD_NUMBER
public static final int ENUM_ENTRY_FIELD_NUMBER
public static final int PRIMARY_CONSTRUCTOR_FIELD_NUMBER
Method Detail |
---|
public static ProtoBuf.Class getDefaultInstance()
public ProtoBuf.Class getDefaultInstanceForType()
getDefaultInstanceForType
in interface com.google.protobuf.MessageLiteOrBuilder
public com.google.protobuf.Parser<ProtoBuf.Class> getParserForType()
getParserForType
in interface com.google.protobuf.MessageLite
getParserForType
in class com.google.protobuf.GeneratedMessageLite
public boolean hasFlags()
optional int32 flags = 1 [default = 0];
Visibility Modality has_annotation ClassKind is_inner
hasFlags
in interface ProtoBuf.ClassOrBuilder
public int getFlags()
optional int32 flags = 1 [default = 0];
Visibility Modality has_annotation ClassKind is_inner
getFlags
in interface ProtoBuf.ClassOrBuilder
public boolean hasExtraVisibility()
optional string extra_visibility = 2;
for things like java-specific visibilities
hasExtraVisibility
in interface ProtoBuf.ClassOrBuilder
public java.lang.String getExtraVisibility()
optional string extra_visibility = 2;
for things like java-specific visibilities
getExtraVisibility
in interface ProtoBuf.ClassOrBuilder
public com.google.protobuf.ByteString getExtraVisibilityBytes()
optional string extra_visibility = 2;
for things like java-specific visibilities
getExtraVisibilityBytes
in interface ProtoBuf.ClassOrBuilder
public boolean hasFqName()
required int32 fq_name = 3;
hasFqName
in interface ProtoBuf.ClassOrBuilder
public int getFqName()
required int32 fq_name = 3;
getFqName
in interface ProtoBuf.ClassOrBuilder
public boolean hasClassObject()
optional .org.jetbrains.jet.descriptors.serialization.Class.ClassObject class_object = 4;
This field is present if and only if the class has a class object. Its proto should be found either here or in the separate file
hasClassObject
in interface ProtoBuf.ClassOrBuilder
public ProtoBuf.Class.ClassObject getClassObject()
optional .org.jetbrains.jet.descriptors.serialization.Class.ClassObject class_object = 4;
This field is present if and only if the class has a class object. Its proto should be found either here or in the separate file
getClassObject
in interface ProtoBuf.ClassOrBuilder
public java.util.List<ProtoBuf.TypeParameter> getTypeParameterList()
repeated .org.jetbrains.jet.descriptors.serialization.TypeParameter type_parameter = 5;
getTypeParameterList
in interface ProtoBuf.ClassOrBuilder
public java.util.List<? extends ProtoBuf.TypeParameterOrBuilder> getTypeParameterOrBuilderList()
repeated .org.jetbrains.jet.descriptors.serialization.TypeParameter type_parameter = 5;
public int getTypeParameterCount()
repeated .org.jetbrains.jet.descriptors.serialization.TypeParameter type_parameter = 5;
getTypeParameterCount
in interface ProtoBuf.ClassOrBuilder
public ProtoBuf.TypeParameter getTypeParameter(int index)
repeated .org.jetbrains.jet.descriptors.serialization.TypeParameter type_parameter = 5;
getTypeParameter
in interface ProtoBuf.ClassOrBuilder
public ProtoBuf.TypeParameterOrBuilder getTypeParameterOrBuilder(int index)
repeated .org.jetbrains.jet.descriptors.serialization.TypeParameter type_parameter = 5;
public java.util.List<ProtoBuf.Type> getSupertypeList()
repeated .org.jetbrains.jet.descriptors.serialization.Type supertype = 6;
getSupertypeList
in interface ProtoBuf.ClassOrBuilder
public java.util.List<? extends ProtoBuf.TypeOrBuilder> getSupertypeOrBuilderList()
repeated .org.jetbrains.jet.descriptors.serialization.Type supertype = 6;
public int getSupertypeCount()
repeated .org.jetbrains.jet.descriptors.serialization.Type supertype = 6;
getSupertypeCount
in interface ProtoBuf.ClassOrBuilder
public ProtoBuf.Type getSupertype(int index)
repeated .org.jetbrains.jet.descriptors.serialization.Type supertype = 6;
getSupertype
in interface ProtoBuf.ClassOrBuilder
public ProtoBuf.TypeOrBuilder getSupertypeOrBuilder(int index)
repeated .org.jetbrains.jet.descriptors.serialization.Type supertype = 6;
public 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
getNestedClassNameList
in interface ProtoBuf.ClassOrBuilder
public 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
getNestedClassNameCount
in interface ProtoBuf.ClassOrBuilder
public 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
getNestedClassName
in interface ProtoBuf.ClassOrBuilder
public java.util.List<ProtoBuf.Callable> getMemberList()
repeated .org.jetbrains.jet.descriptors.serialization.Callable member = 11;
getMemberList
in interface ProtoBuf.ClassOrBuilder
public java.util.List<? extends ProtoBuf.CallableOrBuilder> getMemberOrBuilderList()
repeated .org.jetbrains.jet.descriptors.serialization.Callable member = 11;
public int getMemberCount()
repeated .org.jetbrains.jet.descriptors.serialization.Callable member = 11;
getMemberCount
in interface ProtoBuf.ClassOrBuilder
public ProtoBuf.Callable getMember(int index)
repeated .org.jetbrains.jet.descriptors.serialization.Callable member = 11;
getMember
in interface ProtoBuf.ClassOrBuilder
public ProtoBuf.CallableOrBuilder getMemberOrBuilder(int index)
repeated .org.jetbrains.jet.descriptors.serialization.Callable member = 11;
public java.util.List<java.lang.Integer> getEnumEntryList()
repeated int32 enum_entry = 12;
getEnumEntryList
in interface ProtoBuf.ClassOrBuilder
public int getEnumEntryCount()
repeated int32 enum_entry = 12;
getEnumEntryCount
in interface ProtoBuf.ClassOrBuilder
public int getEnumEntry(int index)
repeated int32 enum_entry = 12;
getEnumEntry
in interface ProtoBuf.ClassOrBuilder
public boolean hasPrimaryConstructor()
optional .org.jetbrains.jet.descriptors.serialization.Class.PrimaryConstructor primary_constructor = 13;
This field is present if and only if the class has a primary constructor
hasPrimaryConstructor
in interface ProtoBuf.ClassOrBuilder
public ProtoBuf.Class.PrimaryConstructor getPrimaryConstructor()
optional .org.jetbrains.jet.descriptors.serialization.Class.PrimaryConstructor primary_constructor = 13;
This field is present if and only if the class has a primary constructor
getPrimaryConstructor
in interface ProtoBuf.ClassOrBuilder
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.MessageLite
java.io.IOException
public int getSerializedSize()
getSerializedSize
in interface com.google.protobuf.MessageLite
protected java.lang.Object writeReplace() throws java.io.ObjectStreamException
writeReplace
in class com.google.protobuf.GeneratedMessageLite
java.io.ObjectStreamException
public static ProtoBuf.Class parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static ProtoBuf.Class parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static ProtoBuf.Class parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static ProtoBuf.Class parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static ProtoBuf.Class parseFrom(java.io.InputStream input) throws java.io.IOException
java.io.IOException
public static ProtoBuf.Class parseFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
java.io.IOException
public static ProtoBuf.Class parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException
java.io.IOException
public static ProtoBuf.Class parseDelimitedFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
java.io.IOException
public static ProtoBuf.Class parseFrom(com.google.protobuf.CodedInputStream input) throws java.io.IOException
java.io.IOException
public static ProtoBuf.Class parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
java.io.IOException
public static ProtoBuf.Class.Builder newBuilder()
public ProtoBuf.Class.Builder newBuilderForType()
newBuilderForType
in interface com.google.protobuf.MessageLite
public static ProtoBuf.Class.Builder newBuilder(ProtoBuf.Class prototype)
public ProtoBuf.Class.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 |