org.jetbrains.kotlin.serialization.jvm
Class JvmPackageTable.PackageParts

java.lang.Object
  extended by org.jetbrains.kotlin.protobuf.AbstractMessageLite
      extended by org.jetbrains.kotlin.protobuf.GeneratedMessageLite
          extended by org.jetbrains.kotlin.serialization.jvm.JvmPackageTable.PackageParts
All Implemented Interfaces:
java.io.Serializable, org.jetbrains.kotlin.protobuf.MessageLite, org.jetbrains.kotlin.protobuf.MessageLiteOrBuilder, JvmPackageTable.PackagePartsOrBuilder
Enclosing class:
JvmPackageTable

public static final class JvmPackageTable.PackageParts
extends org.jetbrains.kotlin.protobuf.GeneratedMessageLite
implements JvmPackageTable.PackagePartsOrBuilder

Protobuf type org.jetbrains.kotlin.serialization.jvm.PackageParts

See Also:
Serialized Form

Nested Class Summary
static class JvmPackageTable.PackageParts.Builder
          Protobuf type org.jetbrains.kotlin.serialization.jvm.PackageParts
 
Nested classes/interfaces inherited from class org.jetbrains.kotlin.protobuf.GeneratedMessageLite
org.jetbrains.kotlin.protobuf.GeneratedMessageLite.ExtendableBuilder<MessageType extends org.jetbrains.kotlin.protobuf.GeneratedMessageLite.ExtendableMessage<MessageType>,BuilderType extends org.jetbrains.kotlin.protobuf.GeneratedMessageLite.ExtendableBuilder<MessageType,BuilderType>>, org.jetbrains.kotlin.protobuf.GeneratedMessageLite.ExtendableMessage<MessageType extends org.jetbrains.kotlin.protobuf.GeneratedMessageLite.ExtendableMessage<MessageType>>, org.jetbrains.kotlin.protobuf.GeneratedMessageLite.ExtendableMessageOrBuilder<MessageType extends org.jetbrains.kotlin.protobuf.GeneratedMessageLite.ExtendableMessage>, org.jetbrains.kotlin.protobuf.GeneratedMessageLite.GeneratedExtension<ContainingType extends org.jetbrains.kotlin.protobuf.MessageLite,Type>
 
Field Summary
static int CLASS_NAME_FIELD_NUMBER
           
static int MULTIFILE_FACADE_ID_FIELD_NUMBER
           
static int MULTIFILE_FACADE_NAME_FIELD_NUMBER
           
static int PACKAGE_FQ_NAME_FIELD_NUMBER
           
static org.jetbrains.kotlin.protobuf.Parser<JvmPackageTable.PackageParts> PARSER
           
 
Fields inherited from class org.jetbrains.kotlin.protobuf.AbstractMessageLite
memoizedHashCode
 
Method Summary
 java.lang.String getClassName(int index)
          repeated string class_name = 2;
 org.jetbrains.kotlin.protobuf.ByteString getClassNameBytes(int index)
          repeated string class_name = 2;
 int getClassNameCount()
          repeated string class_name = 2;
 org.jetbrains.kotlin.protobuf.ProtocolStringList getClassNameList()
          repeated string class_name = 2;
static JvmPackageTable.PackageParts getDefaultInstance()
           
 JvmPackageTable.PackageParts getDefaultInstanceForType()
           
 int getMultifileFacadeId(int index)
          repeated int32 multifile_facade_id = 3 [packed = true];
 int getMultifileFacadeIdCount()
          repeated int32 multifile_facade_id = 3 [packed = true];
 java.util.List<java.lang.Integer> getMultifileFacadeIdList()
          repeated int32 multifile_facade_id = 3 [packed = true];
 java.lang.String getMultifileFacadeName(int index)
          repeated string multifile_facade_name = 4;
 org.jetbrains.kotlin.protobuf.ByteString getMultifileFacadeNameBytes(int index)
          repeated string multifile_facade_name = 4;
 int getMultifileFacadeNameCount()
          repeated string multifile_facade_name = 4;
 org.jetbrains.kotlin.protobuf.ProtocolStringList getMultifileFacadeNameList()
          repeated string multifile_facade_name = 4;
 java.lang.String getPackageFqName()
          required string package_fq_name = 1;
 org.jetbrains.kotlin.protobuf.ByteString getPackageFqNameBytes()
          required string package_fq_name = 1;
 org.jetbrains.kotlin.protobuf.Parser<JvmPackageTable.PackageParts> getParserForType()
           
 int getSerializedSize()
           
 boolean hasPackageFqName()
          required string package_fq_name = 1;
 boolean isInitialized()
           
static JvmPackageTable.PackageParts.Builder newBuilder()
           
static JvmPackageTable.PackageParts.Builder newBuilder(JvmPackageTable.PackageParts prototype)
           
 JvmPackageTable.PackageParts.Builder newBuilderForType()
           
static JvmPackageTable.PackageParts parseDelimitedFrom(java.io.InputStream input)
           
static JvmPackageTable.PackageParts parseDelimitedFrom(java.io.InputStream input, org.jetbrains.kotlin.protobuf.ExtensionRegistryLite extensionRegistry)
           
static JvmPackageTable.PackageParts parseFrom(byte[] data)
           
static JvmPackageTable.PackageParts parseFrom(byte[] data, org.jetbrains.kotlin.protobuf.ExtensionRegistryLite extensionRegistry)
           
static JvmPackageTable.PackageParts parseFrom(org.jetbrains.kotlin.protobuf.ByteString data)
           
static JvmPackageTable.PackageParts parseFrom(org.jetbrains.kotlin.protobuf.ByteString data, org.jetbrains.kotlin.protobuf.ExtensionRegistryLite extensionRegistry)
           
static JvmPackageTable.PackageParts parseFrom(org.jetbrains.kotlin.protobuf.CodedInputStream input)
           
static JvmPackageTable.PackageParts parseFrom(org.jetbrains.kotlin.protobuf.CodedInputStream input, org.jetbrains.kotlin.protobuf.ExtensionRegistryLite extensionRegistry)
           
static JvmPackageTable.PackageParts parseFrom(java.io.InputStream input)
           
static JvmPackageTable.PackageParts parseFrom(java.io.InputStream input, org.jetbrains.kotlin.protobuf.ExtensionRegistryLite extensionRegistry)
           
 JvmPackageTable.PackageParts.Builder toBuilder()
           
protected  java.lang.Object writeReplace()
           
 void writeTo(org.jetbrains.kotlin.protobuf.CodedOutputStream output)
           
 
Methods inherited from class org.jetbrains.kotlin.protobuf.GeneratedMessageLite
makeExtensionsImmutable, newRepeatedGeneratedExtension, newSingularGeneratedExtension, parseUnknownField
 
Methods inherited from class org.jetbrains.kotlin.protobuf.AbstractMessageLite
checkByteStringIsUtf8, toByteArray, toByteString, writeDelimitedTo, writeTo
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

PARSER

public static org.jetbrains.kotlin.protobuf.Parser<JvmPackageTable.PackageParts> PARSER

PACKAGE_FQ_NAME_FIELD_NUMBER

public static final int PACKAGE_FQ_NAME_FIELD_NUMBER
See Also:
Constant Field Values

CLASS_NAME_FIELD_NUMBER

public static final int CLASS_NAME_FIELD_NUMBER
See Also:
Constant Field Values

MULTIFILE_FACADE_ID_FIELD_NUMBER

public static final int MULTIFILE_FACADE_ID_FIELD_NUMBER
See Also:
Constant Field Values

MULTIFILE_FACADE_NAME_FIELD_NUMBER

public static final int MULTIFILE_FACADE_NAME_FIELD_NUMBER
See Also:
Constant Field Values
Method Detail

getDefaultInstance

public static JvmPackageTable.PackageParts getDefaultInstance()

getDefaultInstanceForType

public JvmPackageTable.PackageParts getDefaultInstanceForType()
Specified by:
getDefaultInstanceForType in interface org.jetbrains.kotlin.protobuf.MessageLiteOrBuilder

getParserForType

public org.jetbrains.kotlin.protobuf.Parser<JvmPackageTable.PackageParts> getParserForType()
Specified by:
getParserForType in interface org.jetbrains.kotlin.protobuf.MessageLite
Overrides:
getParserForType in class org.jetbrains.kotlin.protobuf.GeneratedMessageLite

hasPackageFqName

public boolean hasPackageFqName()
required string package_fq_name = 1;

Specified by:
hasPackageFqName in interface JvmPackageTable.PackagePartsOrBuilder

getPackageFqName

public java.lang.String getPackageFqName()
required string package_fq_name = 1;

Specified by:
getPackageFqName in interface JvmPackageTable.PackagePartsOrBuilder

getPackageFqNameBytes

public org.jetbrains.kotlin.protobuf.ByteString getPackageFqNameBytes()
required string package_fq_name = 1;

Specified by:
getPackageFqNameBytes in interface JvmPackageTable.PackagePartsOrBuilder

getClassNameList

public org.jetbrains.kotlin.protobuf.ProtocolStringList getClassNameList()
repeated string class_name = 2;
 Short names of files, without extension, present in this package. Only single file facades and multi-file _parts_ are listed here
 (multi-file facades are not present in this list, they are defined below)
 

Specified by:
getClassNameList in interface JvmPackageTable.PackagePartsOrBuilder

getClassNameCount

public int getClassNameCount()
repeated string class_name = 2;
 Short names of files, without extension, present in this package. Only single file facades and multi-file _parts_ are listed here
 (multi-file facades are not present in this list, they are defined below)
 

Specified by:
getClassNameCount in interface JvmPackageTable.PackagePartsOrBuilder

getClassName

public java.lang.String getClassName(int index)
repeated string class_name = 2;
 Short names of files, without extension, present in this package. Only single file facades and multi-file _parts_ are listed here
 (multi-file facades are not present in this list, they are defined below)
 

Specified by:
getClassName in interface JvmPackageTable.PackagePartsOrBuilder

getClassNameBytes

public org.jetbrains.kotlin.protobuf.ByteString getClassNameBytes(int index)
repeated string class_name = 2;
 Short names of files, without extension, present in this package. Only single file facades and multi-file _parts_ are listed here
 (multi-file facades are not present in this list, they are defined below)
 

Specified by:
getClassNameBytes in interface JvmPackageTable.PackagePartsOrBuilder

getMultifileFacadeIdList

public java.util.List<java.lang.Integer> getMultifileFacadeIdList()
repeated int32 multifile_facade_id = 3 [packed = true];
 For each class name listed above, index of the name of the corresponding multi-file facade class in multifile_facade_name + 1,
 or 0 if the class is not a multi-file part. If there's no value in this list at some index, the value is assumed to be 0.
 (e.g. if there are no multi-file classes in the module, this list is not going to exist at all)
 

Specified by:
getMultifileFacadeIdList in interface JvmPackageTable.PackagePartsOrBuilder

getMultifileFacadeIdCount

public int getMultifileFacadeIdCount()
repeated int32 multifile_facade_id = 3 [packed = true];
 For each class name listed above, index of the name of the corresponding multi-file facade class in multifile_facade_name + 1,
 or 0 if the class is not a multi-file part. If there's no value in this list at some index, the value is assumed to be 0.
 (e.g. if there are no multi-file classes in the module, this list is not going to exist at all)
 

Specified by:
getMultifileFacadeIdCount in interface JvmPackageTable.PackagePartsOrBuilder

getMultifileFacadeId

public int getMultifileFacadeId(int index)
repeated int32 multifile_facade_id = 3 [packed = true];
 For each class name listed above, index of the name of the corresponding multi-file facade class in multifile_facade_name + 1,
 or 0 if the class is not a multi-file part. If there's no value in this list at some index, the value is assumed to be 0.
 (e.g. if there are no multi-file classes in the module, this list is not going to exist at all)
 

Specified by:
getMultifileFacadeId in interface JvmPackageTable.PackagePartsOrBuilder

getMultifileFacadeNameList

public org.jetbrains.kotlin.protobuf.ProtocolStringList getMultifileFacadeNameList()
repeated string multifile_facade_name = 4;
 Short names of multi-file facades, used in multifile_facade_id to store the part -> facade mapping.
 

Specified by:
getMultifileFacadeNameList in interface JvmPackageTable.PackagePartsOrBuilder

getMultifileFacadeNameCount

public int getMultifileFacadeNameCount()
repeated string multifile_facade_name = 4;
 Short names of multi-file facades, used in multifile_facade_id to store the part -> facade mapping.
 

Specified by:
getMultifileFacadeNameCount in interface JvmPackageTable.PackagePartsOrBuilder

getMultifileFacadeName

public java.lang.String getMultifileFacadeName(int index)
repeated string multifile_facade_name = 4;
 Short names of multi-file facades, used in multifile_facade_id to store the part -> facade mapping.
 

Specified by:
getMultifileFacadeName in interface JvmPackageTable.PackagePartsOrBuilder

getMultifileFacadeNameBytes

public org.jetbrains.kotlin.protobuf.ByteString getMultifileFacadeNameBytes(int index)
repeated string multifile_facade_name = 4;
 Short names of multi-file facades, used in multifile_facade_id to store the part -> facade mapping.
 

Specified by:
getMultifileFacadeNameBytes in interface JvmPackageTable.PackagePartsOrBuilder

isInitialized

public final boolean isInitialized()
Specified by:
isInitialized in interface org.jetbrains.kotlin.protobuf.MessageLiteOrBuilder

writeTo

public void writeTo(org.jetbrains.kotlin.protobuf.CodedOutputStream output)
             throws java.io.IOException
Specified by:
writeTo in interface org.jetbrains.kotlin.protobuf.MessageLite
Throws:
java.io.IOException

getSerializedSize

public int getSerializedSize()
Specified by:
getSerializedSize in interface org.jetbrains.kotlin.protobuf.MessageLite

writeReplace

protected java.lang.Object writeReplace()
                                 throws java.io.ObjectStreamException
Overrides:
writeReplace in class org.jetbrains.kotlin.protobuf.GeneratedMessageLite
Throws:
java.io.ObjectStreamException

parseFrom

public static JvmPackageTable.PackageParts parseFrom(org.jetbrains.kotlin.protobuf.ByteString data)
                                              throws org.jetbrains.kotlin.protobuf.InvalidProtocolBufferException
Throws:
org.jetbrains.kotlin.protobuf.InvalidProtocolBufferException

parseFrom

public static JvmPackageTable.PackageParts parseFrom(org.jetbrains.kotlin.protobuf.ByteString data,
                                                     org.jetbrains.kotlin.protobuf.ExtensionRegistryLite extensionRegistry)
                                              throws org.jetbrains.kotlin.protobuf.InvalidProtocolBufferException
Throws:
org.jetbrains.kotlin.protobuf.InvalidProtocolBufferException

parseFrom

public static JvmPackageTable.PackageParts parseFrom(byte[] data)
                                              throws org.jetbrains.kotlin.protobuf.InvalidProtocolBufferException
Throws:
org.jetbrains.kotlin.protobuf.InvalidProtocolBufferException

parseFrom

public static JvmPackageTable.PackageParts parseFrom(byte[] data,
                                                     org.jetbrains.kotlin.protobuf.ExtensionRegistryLite extensionRegistry)
                                              throws org.jetbrains.kotlin.protobuf.InvalidProtocolBufferException
Throws:
org.jetbrains.kotlin.protobuf.InvalidProtocolBufferException

parseFrom

public static JvmPackageTable.PackageParts parseFrom(java.io.InputStream input)
                                              throws java.io.IOException
Throws:
java.io.IOException

parseFrom

public static JvmPackageTable.PackageParts parseFrom(java.io.InputStream input,
                                                     org.jetbrains.kotlin.protobuf.ExtensionRegistryLite extensionRegistry)
                                              throws java.io.IOException
Throws:
java.io.IOException

parseDelimitedFrom

public static JvmPackageTable.PackageParts parseDelimitedFrom(java.io.InputStream input)
                                                       throws java.io.IOException
Throws:
java.io.IOException

parseDelimitedFrom

public static JvmPackageTable.PackageParts parseDelimitedFrom(java.io.InputStream input,
                                                              org.jetbrains.kotlin.protobuf.ExtensionRegistryLite extensionRegistry)
                                                       throws java.io.IOException
Throws:
java.io.IOException

parseFrom

public static JvmPackageTable.PackageParts parseFrom(org.jetbrains.kotlin.protobuf.CodedInputStream input)
                                              throws java.io.IOException
Throws:
java.io.IOException

parseFrom

public static JvmPackageTable.PackageParts parseFrom(org.jetbrains.kotlin.protobuf.CodedInputStream input,
                                                     org.jetbrains.kotlin.protobuf.ExtensionRegistryLite extensionRegistry)
                                              throws java.io.IOException
Throws:
java.io.IOException

newBuilder

public static JvmPackageTable.PackageParts.Builder newBuilder()

newBuilderForType

public JvmPackageTable.PackageParts.Builder newBuilderForType()
Specified by:
newBuilderForType in interface org.jetbrains.kotlin.protobuf.MessageLite

newBuilder

public static JvmPackageTable.PackageParts.Builder newBuilder(JvmPackageTable.PackageParts prototype)

toBuilder

public JvmPackageTable.PackageParts.Builder toBuilder()
Specified by:
toBuilder in interface org.jetbrains.kotlin.protobuf.MessageLite