All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.jetbrains.kotlin.serialization.ProtoBuf Maven / Gradle / Ivy

There is a newer version: 2.1.0-Beta1
Show newest version
// Generated by the protocol buffer compiler.  DO NOT EDIT!
// source: core/deserialization/src/descriptors.proto

package org.jetbrains.kotlin.serialization;

public final class ProtoBuf {
  private ProtoBuf() {}
  public static void registerAllExtensions(
      com.google.protobuf.ExtensionRegistryLite registry) {
  }
  /**
   * Protobuf enum {@code org.jetbrains.kotlin.serialization.Modality}
   */
  public enum Modality
      implements com.google.protobuf.Internal.EnumLite {
    /**
     * FINAL = 0;
     *
     * 
     * 2 bits
     * 
*/ FINAL(0, 0), /** * OPEN = 1; */ OPEN(1, 1), /** * ABSTRACT = 2; */ ABSTRACT(2, 2), /** * SEALED = 3; */ SEALED(3, 3), ; /** * FINAL = 0; * *
     * 2 bits
     * 
*/ public static final int FINAL_VALUE = 0; /** * OPEN = 1; */ public static final int OPEN_VALUE = 1; /** * ABSTRACT = 2; */ public static final int ABSTRACT_VALUE = 2; /** * SEALED = 3; */ public static final int SEALED_VALUE = 3; public final int getNumber() { return value; } public static Modality valueOf(int value) { switch (value) { case 0: return FINAL; case 1: return OPEN; case 2: return ABSTRACT; case 3: return SEALED; default: return null; } } public static com.google.protobuf.Internal.EnumLiteMap internalGetValueMap() { return internalValueMap; } private static com.google.protobuf.Internal.EnumLiteMap internalValueMap = new com.google.protobuf.Internal.EnumLiteMap() { public Modality findValueByNumber(int number) { return Modality.valueOf(number); } }; private final int value; private Modality(int index, int value) { this.value = value; } // @@protoc_insertion_point(enum_scope:org.jetbrains.kotlin.serialization.Modality) } /** * Protobuf enum {@code org.jetbrains.kotlin.serialization.Visibility} */ public enum Visibility implements com.google.protobuf.Internal.EnumLite { /** * INTERNAL = 0; * *
     * 3 bits
     * 
*/ INTERNAL(0, 0), /** * PRIVATE = 1; */ PRIVATE(1, 1), /** * PROTECTED = 2; */ PROTECTED(2, 2), /** * PUBLIC = 3; */ PUBLIC(3, 3), /** * PRIVATE_TO_THIS = 4; */ PRIVATE_TO_THIS(4, 4), /** * LOCAL = 5; */ LOCAL(5, 5), ; /** * INTERNAL = 0; * *
     * 3 bits
     * 
*/ public static final int INTERNAL_VALUE = 0; /** * PRIVATE = 1; */ public static final int PRIVATE_VALUE = 1; /** * PROTECTED = 2; */ public static final int PROTECTED_VALUE = 2; /** * PUBLIC = 3; */ public static final int PUBLIC_VALUE = 3; /** * PRIVATE_TO_THIS = 4; */ public static final int PRIVATE_TO_THIS_VALUE = 4; /** * LOCAL = 5; */ public static final int LOCAL_VALUE = 5; public final int getNumber() { return value; } public static Visibility valueOf(int value) { switch (value) { case 0: return INTERNAL; case 1: return PRIVATE; case 2: return PROTECTED; case 3: return PUBLIC; case 4: return PRIVATE_TO_THIS; case 5: return LOCAL; default: return null; } } public static com.google.protobuf.Internal.EnumLiteMap internalGetValueMap() { return internalValueMap; } private static com.google.protobuf.Internal.EnumLiteMap internalValueMap = new com.google.protobuf.Internal.EnumLiteMap() { public Visibility findValueByNumber(int number) { return Visibility.valueOf(number); } }; private final int value; private Visibility(int index, int value) { this.value = value; } // @@protoc_insertion_point(enum_scope:org.jetbrains.kotlin.serialization.Visibility) } /** * Protobuf enum {@code org.jetbrains.kotlin.serialization.MemberKind} */ public enum MemberKind implements com.google.protobuf.Internal.EnumLite { /** * DECLARATION = 0; * *
     * 2 bits
     * 
*/ DECLARATION(0, 0), /** * FAKE_OVERRIDE = 1; */ FAKE_OVERRIDE(1, 1), /** * DELEGATION = 2; */ DELEGATION(2, 2), /** * SYNTHESIZED = 3; */ SYNTHESIZED(3, 3), ; /** * DECLARATION = 0; * *
     * 2 bits
     * 
*/ public static final int DECLARATION_VALUE = 0; /** * FAKE_OVERRIDE = 1; */ public static final int FAKE_OVERRIDE_VALUE = 1; /** * DELEGATION = 2; */ public static final int DELEGATION_VALUE = 2; /** * SYNTHESIZED = 3; */ public static final int SYNTHESIZED_VALUE = 3; public final int getNumber() { return value; } public static MemberKind valueOf(int value) { switch (value) { case 0: return DECLARATION; case 1: return FAKE_OVERRIDE; case 2: return DELEGATION; case 3: return SYNTHESIZED; default: return null; } } public static com.google.protobuf.Internal.EnumLiteMap internalGetValueMap() { return internalValueMap; } private static com.google.protobuf.Internal.EnumLiteMap internalValueMap = new com.google.protobuf.Internal.EnumLiteMap() { public MemberKind findValueByNumber(int number) { return MemberKind.valueOf(number); } }; private final int value; private MemberKind(int index, int value) { this.value = value; } // @@protoc_insertion_point(enum_scope:org.jetbrains.kotlin.serialization.MemberKind) } public interface StringTableOrBuilder extends com.google.protobuf.MessageLiteOrBuilder { // repeated string string = 1; /** * repeated string string = 1; */ java.util.List getStringList(); /** * repeated string string = 1; */ int getStringCount(); /** * repeated string string = 1; */ java.lang.String getString(int index); /** * repeated string string = 1; */ com.google.protobuf.ByteString getStringBytes(int index); } /** * Protobuf type {@code org.jetbrains.kotlin.serialization.StringTable} */ public static final class StringTable extends com.google.protobuf.GeneratedMessageLite implements StringTableOrBuilder { // Use StringTable.newBuilder() to construct. private StringTable(com.google.protobuf.GeneratedMessageLite.Builder builder) { super(builder); } private StringTable(boolean noInit) {} private static final StringTable defaultInstance; public static StringTable getDefaultInstance() { return defaultInstance; } public StringTable getDefaultInstanceForType() { return defaultInstance; } private StringTable( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { initFields(); int mutable_bitField0_ = 0; try { boolean done = false; while (!done) { int tag = input.readTag(); switch (tag) { case 0: done = true; break; default: { if (!parseUnknownField(input, extensionRegistry, tag)) { done = true; } break; } case 10: { if (!((mutable_bitField0_ & 0x00000001) == 0x00000001)) { string_ = new com.google.protobuf.LazyStringArrayList(); mutable_bitField0_ |= 0x00000001; } string_.add(input.readBytes()); break; } } } } catch (com.google.protobuf.InvalidProtocolBufferException e) { throw e.setUnfinishedMessage(this); } catch (java.io.IOException e) { throw new com.google.protobuf.InvalidProtocolBufferException( e.getMessage()).setUnfinishedMessage(this); } finally { if (((mutable_bitField0_ & 0x00000001) == 0x00000001)) { string_ = new com.google.protobuf.UnmodifiableLazyStringList(string_); } makeExtensionsImmutable(); } } public static com.google.protobuf.Parser PARSER = new com.google.protobuf.AbstractParser() { public StringTable parsePartialFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return new StringTable(input, extensionRegistry); } }; @java.lang.Override public com.google.protobuf.Parser getParserForType() { return PARSER; } // repeated string string = 1; public static final int STRING_FIELD_NUMBER = 1; private com.google.protobuf.LazyStringList string_; /** * repeated string string = 1; */ public java.util.List getStringList() { return string_; } /** * repeated string string = 1; */ public int getStringCount() { return string_.size(); } /** * repeated string string = 1; */ public java.lang.String getString(int index) { return string_.get(index); } /** * repeated string string = 1; */ public com.google.protobuf.ByteString getStringBytes(int index) { return string_.getByteString(index); } private void initFields() { string_ = com.google.protobuf.LazyStringArrayList.EMPTY; } private byte memoizedIsInitialized = -1; public final boolean isInitialized() { byte isInitialized = memoizedIsInitialized; if (isInitialized != -1) return isInitialized == 1; memoizedIsInitialized = 1; return true; } public void writeTo(com.google.protobuf.CodedOutputStream output) throws java.io.IOException { getSerializedSize(); for (int i = 0; i < string_.size(); i++) { output.writeBytes(1, string_.getByteString(i)); } } private int memoizedSerializedSize = -1; public int getSerializedSize() { int size = memoizedSerializedSize; if (size != -1) return size; size = 0; { int dataSize = 0; for (int i = 0; i < string_.size(); i++) { dataSize += com.google.protobuf.CodedOutputStream .computeBytesSizeNoTag(string_.getByteString(i)); } size += dataSize; size += 1 * getStringList().size(); } memoizedSerializedSize = size; return size; } private static final long serialVersionUID = 0L; @java.lang.Override protected java.lang.Object writeReplace() throws java.io.ObjectStreamException { return super.writeReplace(); } public static org.jetbrains.kotlin.serialization.ProtoBuf.StringTable parseFrom( com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static org.jetbrains.kotlin.serialization.ProtoBuf.StringTable parseFrom( com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static org.jetbrains.kotlin.serialization.ProtoBuf.StringTable parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static org.jetbrains.kotlin.serialization.ProtoBuf.StringTable parseFrom( byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static org.jetbrains.kotlin.serialization.ProtoBuf.StringTable parseFrom(java.io.InputStream input) throws java.io.IOException { return PARSER.parseFrom(input); } public static org.jetbrains.kotlin.serialization.ProtoBuf.StringTable parseFrom( java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return PARSER.parseFrom(input, extensionRegistry); } public static org.jetbrains.kotlin.serialization.ProtoBuf.StringTable parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException { return PARSER.parseDelimitedFrom(input); } public static org.jetbrains.kotlin.serialization.ProtoBuf.StringTable parseDelimitedFrom( java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return PARSER.parseDelimitedFrom(input, extensionRegistry); } public static org.jetbrains.kotlin.serialization.ProtoBuf.StringTable parseFrom( com.google.protobuf.CodedInputStream input) throws java.io.IOException { return PARSER.parseFrom(input); } public static org.jetbrains.kotlin.serialization.ProtoBuf.StringTable parseFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return PARSER.parseFrom(input, extensionRegistry); } public static Builder newBuilder() { return Builder.create(); } public Builder newBuilderForType() { return newBuilder(); } public static Builder newBuilder(org.jetbrains.kotlin.serialization.ProtoBuf.StringTable prototype) { return newBuilder().mergeFrom(prototype); } public Builder toBuilder() { return newBuilder(this); } /** * Protobuf type {@code org.jetbrains.kotlin.serialization.StringTable} */ public static final class Builder extends com.google.protobuf.GeneratedMessageLite.Builder< org.jetbrains.kotlin.serialization.ProtoBuf.StringTable, Builder> implements org.jetbrains.kotlin.serialization.ProtoBuf.StringTableOrBuilder { // Construct using org.jetbrains.kotlin.serialization.ProtoBuf.StringTable.newBuilder() private Builder() { maybeForceBuilderInitialization(); } private void maybeForceBuilderInitialization() { } private static Builder create() { return new Builder(); } public Builder clear() { super.clear(); string_ = com.google.protobuf.LazyStringArrayList.EMPTY; bitField0_ = (bitField0_ & ~0x00000001); return this; } public Builder clone() { return create().mergeFrom(buildPartial()); } public org.jetbrains.kotlin.serialization.ProtoBuf.StringTable getDefaultInstanceForType() { return org.jetbrains.kotlin.serialization.ProtoBuf.StringTable.getDefaultInstance(); } public org.jetbrains.kotlin.serialization.ProtoBuf.StringTable build() { org.jetbrains.kotlin.serialization.ProtoBuf.StringTable result = buildPartial(); if (!result.isInitialized()) { throw newUninitializedMessageException(result); } return result; } public org.jetbrains.kotlin.serialization.ProtoBuf.StringTable buildPartial() { org.jetbrains.kotlin.serialization.ProtoBuf.StringTable result = new org.jetbrains.kotlin.serialization.ProtoBuf.StringTable(this); int from_bitField0_ = bitField0_; if (((bitField0_ & 0x00000001) == 0x00000001)) { string_ = new com.google.protobuf.UnmodifiableLazyStringList( string_); bitField0_ = (bitField0_ & ~0x00000001); } result.string_ = string_; return result; } public Builder mergeFrom(org.jetbrains.kotlin.serialization.ProtoBuf.StringTable other) { if (other == org.jetbrains.kotlin.serialization.ProtoBuf.StringTable.getDefaultInstance()) return this; if (!other.string_.isEmpty()) { if (string_.isEmpty()) { string_ = other.string_; bitField0_ = (bitField0_ & ~0x00000001); } else { ensureStringIsMutable(); string_.addAll(other.string_); } } return this; } public final boolean isInitialized() { return true; } public Builder mergeFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { org.jetbrains.kotlin.serialization.ProtoBuf.StringTable parsedMessage = null; try { parsedMessage = PARSER.parsePartialFrom(input, extensionRegistry); } catch (com.google.protobuf.InvalidProtocolBufferException e) { parsedMessage = (org.jetbrains.kotlin.serialization.ProtoBuf.StringTable) e.getUnfinishedMessage(); throw e; } finally { if (parsedMessage != null) { mergeFrom(parsedMessage); } } return this; } private int bitField0_; // repeated string string = 1; private com.google.protobuf.LazyStringList string_ = com.google.protobuf.LazyStringArrayList.EMPTY; private void ensureStringIsMutable() { if (!((bitField0_ & 0x00000001) == 0x00000001)) { string_ = new com.google.protobuf.LazyStringArrayList(string_); bitField0_ |= 0x00000001; } } /** * repeated string string = 1; */ public java.util.List getStringList() { return java.util.Collections.unmodifiableList(string_); } /** * repeated string string = 1; */ public int getStringCount() { return string_.size(); } /** * repeated string string = 1; */ public java.lang.String getString(int index) { return string_.get(index); } /** * repeated string string = 1; */ public com.google.protobuf.ByteString getStringBytes(int index) { return string_.getByteString(index); } /** * repeated string string = 1; */ public Builder setString( int index, java.lang.String value) { if (value == null) { throw new NullPointerException(); } ensureStringIsMutable(); string_.set(index, value); return this; } /** * repeated string string = 1; */ public Builder addString( java.lang.String value) { if (value == null) { throw new NullPointerException(); } ensureStringIsMutable(); string_.add(value); return this; } /** * repeated string string = 1; */ public Builder addAllString( java.lang.Iterable values) { ensureStringIsMutable(); super.addAll(values, string_); return this; } /** * repeated string string = 1; */ public Builder clearString() { string_ = com.google.protobuf.LazyStringArrayList.EMPTY; bitField0_ = (bitField0_ & ~0x00000001); return this; } /** * repeated string string = 1; */ public Builder addStringBytes( com.google.protobuf.ByteString value) { if (value == null) { throw new NullPointerException(); } ensureStringIsMutable(); string_.add(value); return this; } // @@protoc_insertion_point(builder_scope:org.jetbrains.kotlin.serialization.StringTable) } static { defaultInstance = new StringTable(true); defaultInstance.initFields(); } // @@protoc_insertion_point(class_scope:org.jetbrains.kotlin.serialization.StringTable) } public interface QualifiedNameTableOrBuilder extends com.google.protobuf.MessageLiteOrBuilder { // repeated .org.jetbrains.kotlin.serialization.QualifiedNameTable.QualifiedName qualified_name = 1; /** * repeated .org.jetbrains.kotlin.serialization.QualifiedNameTable.QualifiedName qualified_name = 1; */ java.util.List getQualifiedNameList(); /** * repeated .org.jetbrains.kotlin.serialization.QualifiedNameTable.QualifiedName qualified_name = 1; */ org.jetbrains.kotlin.serialization.ProtoBuf.QualifiedNameTable.QualifiedName getQualifiedName(int index); /** * repeated .org.jetbrains.kotlin.serialization.QualifiedNameTable.QualifiedName qualified_name = 1; */ int getQualifiedNameCount(); } /** * Protobuf type {@code org.jetbrains.kotlin.serialization.QualifiedNameTable} */ public static final class QualifiedNameTable extends com.google.protobuf.GeneratedMessageLite implements QualifiedNameTableOrBuilder { // Use QualifiedNameTable.newBuilder() to construct. private QualifiedNameTable(com.google.protobuf.GeneratedMessageLite.Builder builder) { super(builder); } private QualifiedNameTable(boolean noInit) {} private static final QualifiedNameTable defaultInstance; public static QualifiedNameTable getDefaultInstance() { return defaultInstance; } public QualifiedNameTable getDefaultInstanceForType() { return defaultInstance; } private QualifiedNameTable( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { initFields(); int mutable_bitField0_ = 0; try { boolean done = false; while (!done) { int tag = input.readTag(); switch (tag) { case 0: done = true; break; default: { if (!parseUnknownField(input, extensionRegistry, tag)) { done = true; } break; } case 10: { if (!((mutable_bitField0_ & 0x00000001) == 0x00000001)) { qualifiedName_ = new java.util.ArrayList(); mutable_bitField0_ |= 0x00000001; } qualifiedName_.add(input.readMessage(org.jetbrains.kotlin.serialization.ProtoBuf.QualifiedNameTable.QualifiedName.PARSER, extensionRegistry)); break; } } } } catch (com.google.protobuf.InvalidProtocolBufferException e) { throw e.setUnfinishedMessage(this); } catch (java.io.IOException e) { throw new com.google.protobuf.InvalidProtocolBufferException( e.getMessage()).setUnfinishedMessage(this); } finally { if (((mutable_bitField0_ & 0x00000001) == 0x00000001)) { qualifiedName_ = java.util.Collections.unmodifiableList(qualifiedName_); } makeExtensionsImmutable(); } } public static com.google.protobuf.Parser PARSER = new com.google.protobuf.AbstractParser() { public QualifiedNameTable parsePartialFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return new QualifiedNameTable(input, extensionRegistry); } }; @java.lang.Override public com.google.protobuf.Parser getParserForType() { return PARSER; } public interface QualifiedNameOrBuilder extends com.google.protobuf.MessageLiteOrBuilder { // optional int32 parent_qualified_name = 1 [default = -1]; /** * optional int32 parent_qualified_name = 1 [default = -1]; */ boolean hasParentQualifiedName(); /** * optional int32 parent_qualified_name = 1 [default = -1]; */ int getParentQualifiedName(); // required int32 short_name = 2; /** * required int32 short_name = 2; * *
       * id in the StringTable
       * 
*/ boolean hasShortName(); /** * required int32 short_name = 2; * *
       * id in the StringTable
       * 
*/ int getShortName(); // optional .org.jetbrains.kotlin.serialization.QualifiedNameTable.QualifiedName.Kind kind = 3 [default = PACKAGE]; /** * optional .org.jetbrains.kotlin.serialization.QualifiedNameTable.QualifiedName.Kind kind = 3 [default = PACKAGE]; */ boolean hasKind(); /** * optional .org.jetbrains.kotlin.serialization.QualifiedNameTable.QualifiedName.Kind kind = 3 [default = PACKAGE]; */ org.jetbrains.kotlin.serialization.ProtoBuf.QualifiedNameTable.QualifiedName.Kind getKind(); } /** * Protobuf type {@code org.jetbrains.kotlin.serialization.QualifiedNameTable.QualifiedName} */ public static final class QualifiedName extends com.google.protobuf.GeneratedMessageLite implements QualifiedNameOrBuilder { // Use QualifiedName.newBuilder() to construct. private QualifiedName(com.google.protobuf.GeneratedMessageLite.Builder builder) { super(builder); } private QualifiedName(boolean noInit) {} private static final QualifiedName defaultInstance; public static QualifiedName getDefaultInstance() { return defaultInstance; } public QualifiedName getDefaultInstanceForType() { return defaultInstance; } private QualifiedName( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { initFields(); int mutable_bitField0_ = 0; try { boolean done = false; while (!done) { int tag = input.readTag(); switch (tag) { case 0: done = true; break; default: { if (!parseUnknownField(input, extensionRegistry, tag)) { done = true; } break; } case 8: { bitField0_ |= 0x00000001; parentQualifiedName_ = input.readInt32(); break; } case 16: { bitField0_ |= 0x00000002; shortName_ = input.readInt32(); break; } case 24: { int rawValue = input.readEnum(); org.jetbrains.kotlin.serialization.ProtoBuf.QualifiedNameTable.QualifiedName.Kind value = org.jetbrains.kotlin.serialization.ProtoBuf.QualifiedNameTable.QualifiedName.Kind.valueOf(rawValue); if (value != null) { bitField0_ |= 0x00000004; kind_ = value; } break; } } } } catch (com.google.protobuf.InvalidProtocolBufferException e) { throw e.setUnfinishedMessage(this); } catch (java.io.IOException e) { throw new com.google.protobuf.InvalidProtocolBufferException( e.getMessage()).setUnfinishedMessage(this); } finally { makeExtensionsImmutable(); } } public static com.google.protobuf.Parser PARSER = new com.google.protobuf.AbstractParser() { public QualifiedName parsePartialFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return new QualifiedName(input, extensionRegistry); } }; @java.lang.Override public com.google.protobuf.Parser getParserForType() { return PARSER; } /** * Protobuf enum {@code org.jetbrains.kotlin.serialization.QualifiedNameTable.QualifiedName.Kind} */ public enum Kind implements com.google.protobuf.Internal.EnumLite { /** * CLASS = 0; */ CLASS(0, 0), /** * PACKAGE = 1; */ PACKAGE(1, 1), /** * LOCAL = 2; */ LOCAL(2, 2), ; /** * CLASS = 0; */ public static final int CLASS_VALUE = 0; /** * PACKAGE = 1; */ public static final int PACKAGE_VALUE = 1; /** * LOCAL = 2; */ public static final int LOCAL_VALUE = 2; public final int getNumber() { return value; } public static Kind valueOf(int value) { switch (value) { case 0: return CLASS; case 1: return PACKAGE; case 2: return LOCAL; default: return null; } } public static com.google.protobuf.Internal.EnumLiteMap internalGetValueMap() { return internalValueMap; } private static com.google.protobuf.Internal.EnumLiteMap internalValueMap = new com.google.protobuf.Internal.EnumLiteMap() { public Kind findValueByNumber(int number) { return Kind.valueOf(number); } }; private final int value; private Kind(int index, int value) { this.value = value; } // @@protoc_insertion_point(enum_scope:org.jetbrains.kotlin.serialization.QualifiedNameTable.QualifiedName.Kind) } private int bitField0_; // optional int32 parent_qualified_name = 1 [default = -1]; public static final int PARENT_QUALIFIED_NAME_FIELD_NUMBER = 1; private int parentQualifiedName_; /** * optional int32 parent_qualified_name = 1 [default = -1]; */ public boolean hasParentQualifiedName() { return ((bitField0_ & 0x00000001) == 0x00000001); } /** * optional int32 parent_qualified_name = 1 [default = -1]; */ public int getParentQualifiedName() { return parentQualifiedName_; } // required int32 short_name = 2; public static final int SHORT_NAME_FIELD_NUMBER = 2; private int shortName_; /** * required int32 short_name = 2; * *
       * id in the StringTable
       * 
*/ public boolean hasShortName() { return ((bitField0_ & 0x00000002) == 0x00000002); } /** * required int32 short_name = 2; * *
       * id in the StringTable
       * 
*/ public int getShortName() { return shortName_; } // optional .org.jetbrains.kotlin.serialization.QualifiedNameTable.QualifiedName.Kind kind = 3 [default = PACKAGE]; public static final int KIND_FIELD_NUMBER = 3; private org.jetbrains.kotlin.serialization.ProtoBuf.QualifiedNameTable.QualifiedName.Kind kind_; /** * optional .org.jetbrains.kotlin.serialization.QualifiedNameTable.QualifiedName.Kind kind = 3 [default = PACKAGE]; */ public boolean hasKind() { return ((bitField0_ & 0x00000004) == 0x00000004); } /** * optional .org.jetbrains.kotlin.serialization.QualifiedNameTable.QualifiedName.Kind kind = 3 [default = PACKAGE]; */ public org.jetbrains.kotlin.serialization.ProtoBuf.QualifiedNameTable.QualifiedName.Kind getKind() { return kind_; } private void initFields() { parentQualifiedName_ = -1; shortName_ = 0; kind_ = org.jetbrains.kotlin.serialization.ProtoBuf.QualifiedNameTable.QualifiedName.Kind.PACKAGE; } private byte memoizedIsInitialized = -1; public final boolean isInitialized() { byte isInitialized = memoizedIsInitialized; if (isInitialized != -1) return isInitialized == 1; if (!hasShortName()) { memoizedIsInitialized = 0; return false; } memoizedIsInitialized = 1; return true; } public void writeTo(com.google.protobuf.CodedOutputStream output) throws java.io.IOException { getSerializedSize(); if (((bitField0_ & 0x00000001) == 0x00000001)) { output.writeInt32(1, parentQualifiedName_); } if (((bitField0_ & 0x00000002) == 0x00000002)) { output.writeInt32(2, shortName_); } if (((bitField0_ & 0x00000004) == 0x00000004)) { output.writeEnum(3, kind_.getNumber()); } } private int memoizedSerializedSize = -1; public int getSerializedSize() { int size = memoizedSerializedSize; if (size != -1) return size; size = 0; if (((bitField0_ & 0x00000001) == 0x00000001)) { size += com.google.protobuf.CodedOutputStream .computeInt32Size(1, parentQualifiedName_); } if (((bitField0_ & 0x00000002) == 0x00000002)) { size += com.google.protobuf.CodedOutputStream .computeInt32Size(2, shortName_); } if (((bitField0_ & 0x00000004) == 0x00000004)) { size += com.google.protobuf.CodedOutputStream .computeEnumSize(3, kind_.getNumber()); } memoizedSerializedSize = size; return size; } private static final long serialVersionUID = 0L; @java.lang.Override protected java.lang.Object writeReplace() throws java.io.ObjectStreamException { return super.writeReplace(); } public static org.jetbrains.kotlin.serialization.ProtoBuf.QualifiedNameTable.QualifiedName parseFrom( com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static org.jetbrains.kotlin.serialization.ProtoBuf.QualifiedNameTable.QualifiedName parseFrom( com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static org.jetbrains.kotlin.serialization.ProtoBuf.QualifiedNameTable.QualifiedName parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static org.jetbrains.kotlin.serialization.ProtoBuf.QualifiedNameTable.QualifiedName parseFrom( byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static org.jetbrains.kotlin.serialization.ProtoBuf.QualifiedNameTable.QualifiedName parseFrom(java.io.InputStream input) throws java.io.IOException { return PARSER.parseFrom(input); } public static org.jetbrains.kotlin.serialization.ProtoBuf.QualifiedNameTable.QualifiedName parseFrom( java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return PARSER.parseFrom(input, extensionRegistry); } public static org.jetbrains.kotlin.serialization.ProtoBuf.QualifiedNameTable.QualifiedName parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException { return PARSER.parseDelimitedFrom(input); } public static org.jetbrains.kotlin.serialization.ProtoBuf.QualifiedNameTable.QualifiedName parseDelimitedFrom( java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return PARSER.parseDelimitedFrom(input, extensionRegistry); } public static org.jetbrains.kotlin.serialization.ProtoBuf.QualifiedNameTable.QualifiedName parseFrom( com.google.protobuf.CodedInputStream input) throws java.io.IOException { return PARSER.parseFrom(input); } public static org.jetbrains.kotlin.serialization.ProtoBuf.QualifiedNameTable.QualifiedName parseFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return PARSER.parseFrom(input, extensionRegistry); } public static Builder newBuilder() { return Builder.create(); } public Builder newBuilderForType() { return newBuilder(); } public static Builder newBuilder(org.jetbrains.kotlin.serialization.ProtoBuf.QualifiedNameTable.QualifiedName prototype) { return newBuilder().mergeFrom(prototype); } public Builder toBuilder() { return newBuilder(this); } /** * Protobuf type {@code org.jetbrains.kotlin.serialization.QualifiedNameTable.QualifiedName} */ public static final class Builder extends com.google.protobuf.GeneratedMessageLite.Builder< org.jetbrains.kotlin.serialization.ProtoBuf.QualifiedNameTable.QualifiedName, Builder> implements org.jetbrains.kotlin.serialization.ProtoBuf.QualifiedNameTable.QualifiedNameOrBuilder { // Construct using org.jetbrains.kotlin.serialization.ProtoBuf.QualifiedNameTable.QualifiedName.newBuilder() private Builder() { maybeForceBuilderInitialization(); } private void maybeForceBuilderInitialization() { } private static Builder create() { return new Builder(); } public Builder clear() { super.clear(); parentQualifiedName_ = -1; bitField0_ = (bitField0_ & ~0x00000001); shortName_ = 0; bitField0_ = (bitField0_ & ~0x00000002); kind_ = org.jetbrains.kotlin.serialization.ProtoBuf.QualifiedNameTable.QualifiedName.Kind.PACKAGE; bitField0_ = (bitField0_ & ~0x00000004); return this; } public Builder clone() { return create().mergeFrom(buildPartial()); } public org.jetbrains.kotlin.serialization.ProtoBuf.QualifiedNameTable.QualifiedName getDefaultInstanceForType() { return org.jetbrains.kotlin.serialization.ProtoBuf.QualifiedNameTable.QualifiedName.getDefaultInstance(); } public org.jetbrains.kotlin.serialization.ProtoBuf.QualifiedNameTable.QualifiedName build() { org.jetbrains.kotlin.serialization.ProtoBuf.QualifiedNameTable.QualifiedName result = buildPartial(); if (!result.isInitialized()) { throw newUninitializedMessageException(result); } return result; } public org.jetbrains.kotlin.serialization.ProtoBuf.QualifiedNameTable.QualifiedName buildPartial() { org.jetbrains.kotlin.serialization.ProtoBuf.QualifiedNameTable.QualifiedName result = new org.jetbrains.kotlin.serialization.ProtoBuf.QualifiedNameTable.QualifiedName(this); int from_bitField0_ = bitField0_; int to_bitField0_ = 0; if (((from_bitField0_ & 0x00000001) == 0x00000001)) { to_bitField0_ |= 0x00000001; } result.parentQualifiedName_ = parentQualifiedName_; if (((from_bitField0_ & 0x00000002) == 0x00000002)) { to_bitField0_ |= 0x00000002; } result.shortName_ = shortName_; if (((from_bitField0_ & 0x00000004) == 0x00000004)) { to_bitField0_ |= 0x00000004; } result.kind_ = kind_; result.bitField0_ = to_bitField0_; return result; } public Builder mergeFrom(org.jetbrains.kotlin.serialization.ProtoBuf.QualifiedNameTable.QualifiedName other) { if (other == org.jetbrains.kotlin.serialization.ProtoBuf.QualifiedNameTable.QualifiedName.getDefaultInstance()) return this; if (other.hasParentQualifiedName()) { setParentQualifiedName(other.getParentQualifiedName()); } if (other.hasShortName()) { setShortName(other.getShortName()); } if (other.hasKind()) { setKind(other.getKind()); } return this; } public final boolean isInitialized() { if (!hasShortName()) { return false; } return true; } public Builder mergeFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { org.jetbrains.kotlin.serialization.ProtoBuf.QualifiedNameTable.QualifiedName parsedMessage = null; try { parsedMessage = PARSER.parsePartialFrom(input, extensionRegistry); } catch (com.google.protobuf.InvalidProtocolBufferException e) { parsedMessage = (org.jetbrains.kotlin.serialization.ProtoBuf.QualifiedNameTable.QualifiedName) e.getUnfinishedMessage(); throw e; } finally { if (parsedMessage != null) { mergeFrom(parsedMessage); } } return this; } private int bitField0_; // optional int32 parent_qualified_name = 1 [default = -1]; private int parentQualifiedName_ = -1; /** * optional int32 parent_qualified_name = 1 [default = -1]; */ public boolean hasParentQualifiedName() { return ((bitField0_ & 0x00000001) == 0x00000001); } /** * optional int32 parent_qualified_name = 1 [default = -1]; */ public int getParentQualifiedName() { return parentQualifiedName_; } /** * optional int32 parent_qualified_name = 1 [default = -1]; */ public Builder setParentQualifiedName(int value) { bitField0_ |= 0x00000001; parentQualifiedName_ = value; return this; } /** * optional int32 parent_qualified_name = 1 [default = -1]; */ public Builder clearParentQualifiedName() { bitField0_ = (bitField0_ & ~0x00000001); parentQualifiedName_ = -1; return this; } // required int32 short_name = 2; private int shortName_ ; /** * required int32 short_name = 2; * *
         * id in the StringTable
         * 
*/ public boolean hasShortName() { return ((bitField0_ & 0x00000002) == 0x00000002); } /** * required int32 short_name = 2; * *
         * id in the StringTable
         * 
*/ public int getShortName() { return shortName_; } /** * required int32 short_name = 2; * *
         * id in the StringTable
         * 
*/ public Builder setShortName(int value) { bitField0_ |= 0x00000002; shortName_ = value; return this; } /** * required int32 short_name = 2; * *
         * id in the StringTable
         * 
*/ public Builder clearShortName() { bitField0_ = (bitField0_ & ~0x00000002); shortName_ = 0; return this; } // optional .org.jetbrains.kotlin.serialization.QualifiedNameTable.QualifiedName.Kind kind = 3 [default = PACKAGE]; private org.jetbrains.kotlin.serialization.ProtoBuf.QualifiedNameTable.QualifiedName.Kind kind_ = org.jetbrains.kotlin.serialization.ProtoBuf.QualifiedNameTable.QualifiedName.Kind.PACKAGE; /** * optional .org.jetbrains.kotlin.serialization.QualifiedNameTable.QualifiedName.Kind kind = 3 [default = PACKAGE]; */ public boolean hasKind() { return ((bitField0_ & 0x00000004) == 0x00000004); } /** * optional .org.jetbrains.kotlin.serialization.QualifiedNameTable.QualifiedName.Kind kind = 3 [default = PACKAGE]; */ public org.jetbrains.kotlin.serialization.ProtoBuf.QualifiedNameTable.QualifiedName.Kind getKind() { return kind_; } /** * optional .org.jetbrains.kotlin.serialization.QualifiedNameTable.QualifiedName.Kind kind = 3 [default = PACKAGE]; */ public Builder setKind(org.jetbrains.kotlin.serialization.ProtoBuf.QualifiedNameTable.QualifiedName.Kind value) { if (value == null) { throw new NullPointerException(); } bitField0_ |= 0x00000004; kind_ = value; return this; } /** * optional .org.jetbrains.kotlin.serialization.QualifiedNameTable.QualifiedName.Kind kind = 3 [default = PACKAGE]; */ public Builder clearKind() { bitField0_ = (bitField0_ & ~0x00000004); kind_ = org.jetbrains.kotlin.serialization.ProtoBuf.QualifiedNameTable.QualifiedName.Kind.PACKAGE; return this; } // @@protoc_insertion_point(builder_scope:org.jetbrains.kotlin.serialization.QualifiedNameTable.QualifiedName) } static { defaultInstance = new QualifiedName(true); defaultInstance.initFields(); } // @@protoc_insertion_point(class_scope:org.jetbrains.kotlin.serialization.QualifiedNameTable.QualifiedName) } // repeated .org.jetbrains.kotlin.serialization.QualifiedNameTable.QualifiedName qualified_name = 1; public static final int QUALIFIED_NAME_FIELD_NUMBER = 1; private java.util.List qualifiedName_; /** * repeated .org.jetbrains.kotlin.serialization.QualifiedNameTable.QualifiedName qualified_name = 1; */ public java.util.List getQualifiedNameList() { return qualifiedName_; } /** * repeated .org.jetbrains.kotlin.serialization.QualifiedNameTable.QualifiedName qualified_name = 1; */ public java.util.List getQualifiedNameOrBuilderList() { return qualifiedName_; } /** * repeated .org.jetbrains.kotlin.serialization.QualifiedNameTable.QualifiedName qualified_name = 1; */ public int getQualifiedNameCount() { return qualifiedName_.size(); } /** * repeated .org.jetbrains.kotlin.serialization.QualifiedNameTable.QualifiedName qualified_name = 1; */ public org.jetbrains.kotlin.serialization.ProtoBuf.QualifiedNameTable.QualifiedName getQualifiedName(int index) { return qualifiedName_.get(index); } /** * repeated .org.jetbrains.kotlin.serialization.QualifiedNameTable.QualifiedName qualified_name = 1; */ public org.jetbrains.kotlin.serialization.ProtoBuf.QualifiedNameTable.QualifiedNameOrBuilder getQualifiedNameOrBuilder( int index) { return qualifiedName_.get(index); } private void initFields() { qualifiedName_ = java.util.Collections.emptyList(); } private byte memoizedIsInitialized = -1; public final boolean isInitialized() { byte isInitialized = memoizedIsInitialized; if (isInitialized != -1) return isInitialized == 1; for (int i = 0; i < getQualifiedNameCount(); i++) { if (!getQualifiedName(i).isInitialized()) { memoizedIsInitialized = 0; return false; } } memoizedIsInitialized = 1; return true; } public void writeTo(com.google.protobuf.CodedOutputStream output) throws java.io.IOException { getSerializedSize(); for (int i = 0; i < qualifiedName_.size(); i++) { output.writeMessage(1, qualifiedName_.get(i)); } } private int memoizedSerializedSize = -1; public int getSerializedSize() { int size = memoizedSerializedSize; if (size != -1) return size; size = 0; for (int i = 0; i < qualifiedName_.size(); i++) { size += com.google.protobuf.CodedOutputStream .computeMessageSize(1, qualifiedName_.get(i)); } memoizedSerializedSize = size; return size; } private static final long serialVersionUID = 0L; @java.lang.Override protected java.lang.Object writeReplace() throws java.io.ObjectStreamException { return super.writeReplace(); } public static org.jetbrains.kotlin.serialization.ProtoBuf.QualifiedNameTable parseFrom( com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static org.jetbrains.kotlin.serialization.ProtoBuf.QualifiedNameTable parseFrom( com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static org.jetbrains.kotlin.serialization.ProtoBuf.QualifiedNameTable parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static org.jetbrains.kotlin.serialization.ProtoBuf.QualifiedNameTable parseFrom( byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static org.jetbrains.kotlin.serialization.ProtoBuf.QualifiedNameTable parseFrom(java.io.InputStream input) throws java.io.IOException { return PARSER.parseFrom(input); } public static org.jetbrains.kotlin.serialization.ProtoBuf.QualifiedNameTable parseFrom( java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return PARSER.parseFrom(input, extensionRegistry); } public static org.jetbrains.kotlin.serialization.ProtoBuf.QualifiedNameTable parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException { return PARSER.parseDelimitedFrom(input); } public static org.jetbrains.kotlin.serialization.ProtoBuf.QualifiedNameTable parseDelimitedFrom( java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return PARSER.parseDelimitedFrom(input, extensionRegistry); } public static org.jetbrains.kotlin.serialization.ProtoBuf.QualifiedNameTable parseFrom( com.google.protobuf.CodedInputStream input) throws java.io.IOException { return PARSER.parseFrom(input); } public static org.jetbrains.kotlin.serialization.ProtoBuf.QualifiedNameTable parseFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return PARSER.parseFrom(input, extensionRegistry); } public static Builder newBuilder() { return Builder.create(); } public Builder newBuilderForType() { return newBuilder(); } public static Builder newBuilder(org.jetbrains.kotlin.serialization.ProtoBuf.QualifiedNameTable prototype) { return newBuilder().mergeFrom(prototype); } public Builder toBuilder() { return newBuilder(this); } /** * Protobuf type {@code org.jetbrains.kotlin.serialization.QualifiedNameTable} */ public static final class Builder extends com.google.protobuf.GeneratedMessageLite.Builder< org.jetbrains.kotlin.serialization.ProtoBuf.QualifiedNameTable, Builder> implements org.jetbrains.kotlin.serialization.ProtoBuf.QualifiedNameTableOrBuilder { // Construct using org.jetbrains.kotlin.serialization.ProtoBuf.QualifiedNameTable.newBuilder() private Builder() { maybeForceBuilderInitialization(); } private void maybeForceBuilderInitialization() { } private static Builder create() { return new Builder(); } public Builder clear() { super.clear(); qualifiedName_ = java.util.Collections.emptyList(); bitField0_ = (bitField0_ & ~0x00000001); return this; } public Builder clone() { return create().mergeFrom(buildPartial()); } public org.jetbrains.kotlin.serialization.ProtoBuf.QualifiedNameTable getDefaultInstanceForType() { return org.jetbrains.kotlin.serialization.ProtoBuf.QualifiedNameTable.getDefaultInstance(); } public org.jetbrains.kotlin.serialization.ProtoBuf.QualifiedNameTable build() { org.jetbrains.kotlin.serialization.ProtoBuf.QualifiedNameTable result = buildPartial(); if (!result.isInitialized()) { throw newUninitializedMessageException(result); } return result; } public org.jetbrains.kotlin.serialization.ProtoBuf.QualifiedNameTable buildPartial() { org.jetbrains.kotlin.serialization.ProtoBuf.QualifiedNameTable result = new org.jetbrains.kotlin.serialization.ProtoBuf.QualifiedNameTable(this); int from_bitField0_ = bitField0_; if (((bitField0_ & 0x00000001) == 0x00000001)) { qualifiedName_ = java.util.Collections.unmodifiableList(qualifiedName_); bitField0_ = (bitField0_ & ~0x00000001); } result.qualifiedName_ = qualifiedName_; return result; } public Builder mergeFrom(org.jetbrains.kotlin.serialization.ProtoBuf.QualifiedNameTable other) { if (other == org.jetbrains.kotlin.serialization.ProtoBuf.QualifiedNameTable.getDefaultInstance()) return this; if (!other.qualifiedName_.isEmpty()) { if (qualifiedName_.isEmpty()) { qualifiedName_ = other.qualifiedName_; bitField0_ = (bitField0_ & ~0x00000001); } else { ensureQualifiedNameIsMutable(); qualifiedName_.addAll(other.qualifiedName_); } } return this; } public final boolean isInitialized() { for (int i = 0; i < getQualifiedNameCount(); i++) { if (!getQualifiedName(i).isInitialized()) { return false; } } return true; } public Builder mergeFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { org.jetbrains.kotlin.serialization.ProtoBuf.QualifiedNameTable parsedMessage = null; try { parsedMessage = PARSER.parsePartialFrom(input, extensionRegistry); } catch (com.google.protobuf.InvalidProtocolBufferException e) { parsedMessage = (org.jetbrains.kotlin.serialization.ProtoBuf.QualifiedNameTable) e.getUnfinishedMessage(); throw e; } finally { if (parsedMessage != null) { mergeFrom(parsedMessage); } } return this; } private int bitField0_; // repeated .org.jetbrains.kotlin.serialization.QualifiedNameTable.QualifiedName qualified_name = 1; private java.util.List qualifiedName_ = java.util.Collections.emptyList(); private void ensureQualifiedNameIsMutable() { if (!((bitField0_ & 0x00000001) == 0x00000001)) { qualifiedName_ = new java.util.ArrayList(qualifiedName_); bitField0_ |= 0x00000001; } } /** * repeated .org.jetbrains.kotlin.serialization.QualifiedNameTable.QualifiedName qualified_name = 1; */ public java.util.List getQualifiedNameList() { return java.util.Collections.unmodifiableList(qualifiedName_); } /** * repeated .org.jetbrains.kotlin.serialization.QualifiedNameTable.QualifiedName qualified_name = 1; */ public int getQualifiedNameCount() { return qualifiedName_.size(); } /** * repeated .org.jetbrains.kotlin.serialization.QualifiedNameTable.QualifiedName qualified_name = 1; */ public org.jetbrains.kotlin.serialization.ProtoBuf.QualifiedNameTable.QualifiedName getQualifiedName(int index) { return qualifiedName_.get(index); } /** * repeated .org.jetbrains.kotlin.serialization.QualifiedNameTable.QualifiedName qualified_name = 1; */ public Builder setQualifiedName( int index, org.jetbrains.kotlin.serialization.ProtoBuf.QualifiedNameTable.QualifiedName value) { if (value == null) { throw new NullPointerException(); } ensureQualifiedNameIsMutable(); qualifiedName_.set(index, value); return this; } /** * repeated .org.jetbrains.kotlin.serialization.QualifiedNameTable.QualifiedName qualified_name = 1; */ public Builder setQualifiedName( int index, org.jetbrains.kotlin.serialization.ProtoBuf.QualifiedNameTable.QualifiedName.Builder builderForValue) { ensureQualifiedNameIsMutable(); qualifiedName_.set(index, builderForValue.build()); return this; } /** * repeated .org.jetbrains.kotlin.serialization.QualifiedNameTable.QualifiedName qualified_name = 1; */ public Builder addQualifiedName(org.jetbrains.kotlin.serialization.ProtoBuf.QualifiedNameTable.QualifiedName value) { if (value == null) { throw new NullPointerException(); } ensureQualifiedNameIsMutable(); qualifiedName_.add(value); return this; } /** * repeated .org.jetbrains.kotlin.serialization.QualifiedNameTable.QualifiedName qualified_name = 1; */ public Builder addQualifiedName( int index, org.jetbrains.kotlin.serialization.ProtoBuf.QualifiedNameTable.QualifiedName value) { if (value == null) { throw new NullPointerException(); } ensureQualifiedNameIsMutable(); qualifiedName_.add(index, value); return this; } /** * repeated .org.jetbrains.kotlin.serialization.QualifiedNameTable.QualifiedName qualified_name = 1; */ public Builder addQualifiedName( org.jetbrains.kotlin.serialization.ProtoBuf.QualifiedNameTable.QualifiedName.Builder builderForValue) { ensureQualifiedNameIsMutable(); qualifiedName_.add(builderForValue.build()); return this; } /** * repeated .org.jetbrains.kotlin.serialization.QualifiedNameTable.QualifiedName qualified_name = 1; */ public Builder addQualifiedName( int index, org.jetbrains.kotlin.serialization.ProtoBuf.QualifiedNameTable.QualifiedName.Builder builderForValue) { ensureQualifiedNameIsMutable(); qualifiedName_.add(index, builderForValue.build()); return this; } /** * repeated .org.jetbrains.kotlin.serialization.QualifiedNameTable.QualifiedName qualified_name = 1; */ public Builder addAllQualifiedName( java.lang.Iterable values) { ensureQualifiedNameIsMutable(); super.addAll(values, qualifiedName_); return this; } /** * repeated .org.jetbrains.kotlin.serialization.QualifiedNameTable.QualifiedName qualified_name = 1; */ public Builder clearQualifiedName() { qualifiedName_ = java.util.Collections.emptyList(); bitField0_ = (bitField0_ & ~0x00000001); return this; } /** * repeated .org.jetbrains.kotlin.serialization.QualifiedNameTable.QualifiedName qualified_name = 1; */ public Builder removeQualifiedName(int index) { ensureQualifiedNameIsMutable(); qualifiedName_.remove(index); return this; } // @@protoc_insertion_point(builder_scope:org.jetbrains.kotlin.serialization.QualifiedNameTable) } static { defaultInstance = new QualifiedNameTable(true); defaultInstance.initFields(); } // @@protoc_insertion_point(class_scope:org.jetbrains.kotlin.serialization.QualifiedNameTable) } public interface AnnotationOrBuilder extends com.google.protobuf.MessageLiteOrBuilder { // required int32 id = 1; /** * required int32 id = 1; */ boolean hasId(); /** * required int32 id = 1; */ int getId(); // repeated .org.jetbrains.kotlin.serialization.Annotation.Argument argument = 2; /** * repeated .org.jetbrains.kotlin.serialization.Annotation.Argument argument = 2; */ java.util.List getArgumentList(); /** * repeated .org.jetbrains.kotlin.serialization.Annotation.Argument argument = 2; */ org.jetbrains.kotlin.serialization.ProtoBuf.Annotation.Argument getArgument(int index); /** * repeated .org.jetbrains.kotlin.serialization.Annotation.Argument argument = 2; */ int getArgumentCount(); } /** * Protobuf type {@code org.jetbrains.kotlin.serialization.Annotation} */ public static final class Annotation extends com.google.protobuf.GeneratedMessageLite implements AnnotationOrBuilder { // Use Annotation.newBuilder() to construct. private Annotation(com.google.protobuf.GeneratedMessageLite.Builder builder) { super(builder); } private Annotation(boolean noInit) {} private static final Annotation defaultInstance; public static Annotation getDefaultInstance() { return defaultInstance; } public Annotation getDefaultInstanceForType() { return defaultInstance; } private Annotation( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { initFields(); int mutable_bitField0_ = 0; try { boolean done = false; while (!done) { int tag = input.readTag(); switch (tag) { case 0: done = true; break; default: { if (!parseUnknownField(input, extensionRegistry, tag)) { done = true; } break; } case 8: { bitField0_ |= 0x00000001; id_ = input.readInt32(); break; } case 18: { if (!((mutable_bitField0_ & 0x00000002) == 0x00000002)) { argument_ = new java.util.ArrayList(); mutable_bitField0_ |= 0x00000002; } argument_.add(input.readMessage(org.jetbrains.kotlin.serialization.ProtoBuf.Annotation.Argument.PARSER, extensionRegistry)); break; } } } } catch (com.google.protobuf.InvalidProtocolBufferException e) { throw e.setUnfinishedMessage(this); } catch (java.io.IOException e) { throw new com.google.protobuf.InvalidProtocolBufferException( e.getMessage()).setUnfinishedMessage(this); } finally { if (((mutable_bitField0_ & 0x00000002) == 0x00000002)) { argument_ = java.util.Collections.unmodifiableList(argument_); } makeExtensionsImmutable(); } } public static com.google.protobuf.Parser PARSER = new com.google.protobuf.AbstractParser() { public Annotation parsePartialFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return new Annotation(input, extensionRegistry); } }; @java.lang.Override public com.google.protobuf.Parser getParserForType() { return PARSER; } public interface ArgumentOrBuilder extends com.google.protobuf.MessageLiteOrBuilder { // required int32 name_id = 1; /** * required int32 name_id = 1; */ boolean hasNameId(); /** * required int32 name_id = 1; */ int getNameId(); // required .org.jetbrains.kotlin.serialization.Annotation.Argument.Value value = 2; /** * required .org.jetbrains.kotlin.serialization.Annotation.Argument.Value value = 2; */ boolean hasValue(); /** * required .org.jetbrains.kotlin.serialization.Annotation.Argument.Value value = 2; */ org.jetbrains.kotlin.serialization.ProtoBuf.Annotation.Argument.Value getValue(); } /** * Protobuf type {@code org.jetbrains.kotlin.serialization.Annotation.Argument} */ public static final class Argument extends com.google.protobuf.GeneratedMessageLite implements ArgumentOrBuilder { // Use Argument.newBuilder() to construct. private Argument(com.google.protobuf.GeneratedMessageLite.Builder builder) { super(builder); } private Argument(boolean noInit) {} private static final Argument defaultInstance; public static Argument getDefaultInstance() { return defaultInstance; } public Argument getDefaultInstanceForType() { return defaultInstance; } private Argument( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { initFields(); int mutable_bitField0_ = 0; try { boolean done = false; while (!done) { int tag = input.readTag(); switch (tag) { case 0: done = true; break; default: { if (!parseUnknownField(input, extensionRegistry, tag)) { done = true; } break; } case 8: { bitField0_ |= 0x00000001; nameId_ = input.readInt32(); break; } case 18: { org.jetbrains.kotlin.serialization.ProtoBuf.Annotation.Argument.Value.Builder subBuilder = null; if (((bitField0_ & 0x00000002) == 0x00000002)) { subBuilder = value_.toBuilder(); } value_ = input.readMessage(org.jetbrains.kotlin.serialization.ProtoBuf.Annotation.Argument.Value.PARSER, extensionRegistry); if (subBuilder != null) { subBuilder.mergeFrom(value_); value_ = subBuilder.buildPartial(); } bitField0_ |= 0x00000002; break; } } } } catch (com.google.protobuf.InvalidProtocolBufferException e) { throw e.setUnfinishedMessage(this); } catch (java.io.IOException e) { throw new com.google.protobuf.InvalidProtocolBufferException( e.getMessage()).setUnfinishedMessage(this); } finally { makeExtensionsImmutable(); } } public static com.google.protobuf.Parser PARSER = new com.google.protobuf.AbstractParser() { public Argument parsePartialFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return new Argument(input, extensionRegistry); } }; @java.lang.Override public com.google.protobuf.Parser getParserForType() { return PARSER; } public interface ValueOrBuilder extends com.google.protobuf.MessageLiteOrBuilder { // optional .org.jetbrains.kotlin.serialization.Annotation.Argument.Value.Type type = 1; /** * optional .org.jetbrains.kotlin.serialization.Annotation.Argument.Value.Type type = 1; * *
         * Note: a *Value* has a Type, not an Argument! This is done for future language features which may involve using arrays
         * of elements of different types. Such entries are allowed in the constant pool of JVM class files.
         * However, to save space, this field is optional: in case of homogeneous arrays, only the type of the first element is required
         * 
*/ boolean hasType(); /** * optional .org.jetbrains.kotlin.serialization.Annotation.Argument.Value.Type type = 1; * *
         * Note: a *Value* has a Type, not an Argument! This is done for future language features which may involve using arrays
         * of elements of different types. Such entries are allowed in the constant pool of JVM class files.
         * However, to save space, this field is optional: in case of homogeneous arrays, only the type of the first element is required
         * 
*/ org.jetbrains.kotlin.serialization.ProtoBuf.Annotation.Argument.Value.Type getType(); // optional sint64 int_value = 2; /** * optional sint64 int_value = 2; */ boolean hasIntValue(); /** * optional sint64 int_value = 2; */ long getIntValue(); // optional float float_value = 3; /** * optional float float_value = 3; */ boolean hasFloatValue(); /** * optional float float_value = 3; */ float getFloatValue(); // optional double double_value = 4; /** * optional double double_value = 4; */ boolean hasDoubleValue(); /** * optional double double_value = 4; */ double getDoubleValue(); // optional int32 string_value = 5; /** * optional int32 string_value = 5; */ boolean hasStringValue(); /** * optional int32 string_value = 5; */ int getStringValue(); // optional int32 class_id = 6; /** * optional int32 class_id = 6; * *
         * If type = CLASS, FQ name of the referenced class; if type = ENUM, FQ name of the enum class
         * 
*/ boolean hasClassId(); /** * optional int32 class_id = 6; * *
         * If type = CLASS, FQ name of the referenced class; if type = ENUM, FQ name of the enum class
         * 
*/ int getClassId(); // optional int32 enum_value_id = 7; /** * optional int32 enum_value_id = 7; */ boolean hasEnumValueId(); /** * optional int32 enum_value_id = 7; */ int getEnumValueId(); // optional .org.jetbrains.kotlin.serialization.Annotation annotation = 8; /** * optional .org.jetbrains.kotlin.serialization.Annotation annotation = 8; */ boolean hasAnnotation(); /** * optional .org.jetbrains.kotlin.serialization.Annotation annotation = 8; */ org.jetbrains.kotlin.serialization.ProtoBuf.Annotation getAnnotation(); // repeated .org.jetbrains.kotlin.serialization.Annotation.Argument.Value array_element = 9; /** * repeated .org.jetbrains.kotlin.serialization.Annotation.Argument.Value array_element = 9; */ java.util.List getArrayElementList(); /** * repeated .org.jetbrains.kotlin.serialization.Annotation.Argument.Value array_element = 9; */ org.jetbrains.kotlin.serialization.ProtoBuf.Annotation.Argument.Value getArrayElement(int index); /** * repeated .org.jetbrains.kotlin.serialization.Annotation.Argument.Value array_element = 9; */ int getArrayElementCount(); } /** * Protobuf type {@code org.jetbrains.kotlin.serialization.Annotation.Argument.Value} */ public static final class Value extends com.google.protobuf.GeneratedMessageLite implements ValueOrBuilder { // Use Value.newBuilder() to construct. private Value(com.google.protobuf.GeneratedMessageLite.Builder builder) { super(builder); } private Value(boolean noInit) {} private static final Value defaultInstance; public static Value getDefaultInstance() { return defaultInstance; } public Value getDefaultInstanceForType() { return defaultInstance; } private Value( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { initFields(); int mutable_bitField0_ = 0; try { boolean done = false; while (!done) { int tag = input.readTag(); switch (tag) { case 0: done = true; break; default: { if (!parseUnknownField(input, extensionRegistry, tag)) { done = true; } break; } case 8: { int rawValue = input.readEnum(); org.jetbrains.kotlin.serialization.ProtoBuf.Annotation.Argument.Value.Type value = org.jetbrains.kotlin.serialization.ProtoBuf.Annotation.Argument.Value.Type.valueOf(rawValue); if (value != null) { bitField0_ |= 0x00000001; type_ = value; } break; } case 16: { bitField0_ |= 0x00000002; intValue_ = input.readSInt64(); break; } case 29: { bitField0_ |= 0x00000004; floatValue_ = input.readFloat(); break; } case 33: { bitField0_ |= 0x00000008; doubleValue_ = input.readDouble(); break; } case 40: { bitField0_ |= 0x00000010; stringValue_ = input.readInt32(); break; } case 48: { bitField0_ |= 0x00000020; classId_ = input.readInt32(); break; } case 56: { bitField0_ |= 0x00000040; enumValueId_ = input.readInt32(); break; } case 66: { org.jetbrains.kotlin.serialization.ProtoBuf.Annotation.Builder subBuilder = null; if (((bitField0_ & 0x00000080) == 0x00000080)) { subBuilder = annotation_.toBuilder(); } annotation_ = input.readMessage(org.jetbrains.kotlin.serialization.ProtoBuf.Annotation.PARSER, extensionRegistry); if (subBuilder != null) { subBuilder.mergeFrom(annotation_); annotation_ = subBuilder.buildPartial(); } bitField0_ |= 0x00000080; break; } case 74: { if (!((mutable_bitField0_ & 0x00000100) == 0x00000100)) { arrayElement_ = new java.util.ArrayList(); mutable_bitField0_ |= 0x00000100; } arrayElement_.add(input.readMessage(org.jetbrains.kotlin.serialization.ProtoBuf.Annotation.Argument.Value.PARSER, extensionRegistry)); break; } } } } catch (com.google.protobuf.InvalidProtocolBufferException e) { throw e.setUnfinishedMessage(this); } catch (java.io.IOException e) { throw new com.google.protobuf.InvalidProtocolBufferException( e.getMessage()).setUnfinishedMessage(this); } finally { if (((mutable_bitField0_ & 0x00000100) == 0x00000100)) { arrayElement_ = java.util.Collections.unmodifiableList(arrayElement_); } makeExtensionsImmutable(); } } public static com.google.protobuf.Parser PARSER = new com.google.protobuf.AbstractParser() { public Value parsePartialFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return new Value(input, extensionRegistry); } }; @java.lang.Override public com.google.protobuf.Parser getParserForType() { return PARSER; } /** * Protobuf enum {@code org.jetbrains.kotlin.serialization.Annotation.Argument.Value.Type} */ public enum Type implements com.google.protobuf.Internal.EnumLite { /** * BYTE = 0; */ BYTE(0, 0), /** * CHAR = 1; */ CHAR(1, 1), /** * SHORT = 2; */ SHORT(2, 2), /** * INT = 3; */ INT(3, 3), /** * LONG = 4; */ LONG(4, 4), /** * FLOAT = 5; */ FLOAT(5, 5), /** * DOUBLE = 6; */ DOUBLE(6, 6), /** * BOOLEAN = 7; */ BOOLEAN(7, 7), /** * STRING = 8; */ STRING(8, 8), /** * CLASS = 9; */ CLASS(9, 9), /** * ENUM = 10; */ ENUM(10, 10), /** * ANNOTATION = 11; */ ANNOTATION(11, 11), /** * ARRAY = 12; */ ARRAY(12, 12), ; /** * BYTE = 0; */ public static final int BYTE_VALUE = 0; /** * CHAR = 1; */ public static final int CHAR_VALUE = 1; /** * SHORT = 2; */ public static final int SHORT_VALUE = 2; /** * INT = 3; */ public static final int INT_VALUE = 3; /** * LONG = 4; */ public static final int LONG_VALUE = 4; /** * FLOAT = 5; */ public static final int FLOAT_VALUE = 5; /** * DOUBLE = 6; */ public static final int DOUBLE_VALUE = 6; /** * BOOLEAN = 7; */ public static final int BOOLEAN_VALUE = 7; /** * STRING = 8; */ public static final int STRING_VALUE = 8; /** * CLASS = 9; */ public static final int CLASS_VALUE = 9; /** * ENUM = 10; */ public static final int ENUM_VALUE = 10; /** * ANNOTATION = 11; */ public static final int ANNOTATION_VALUE = 11; /** * ARRAY = 12; */ public static final int ARRAY_VALUE = 12; public final int getNumber() { return value; } public static Type valueOf(int value) { switch (value) { case 0: return BYTE; case 1: return CHAR; case 2: return SHORT; case 3: return INT; case 4: return LONG; case 5: return FLOAT; case 6: return DOUBLE; case 7: return BOOLEAN; case 8: return STRING; case 9: return CLASS; case 10: return ENUM; case 11: return ANNOTATION; case 12: return ARRAY; default: return null; } } public static com.google.protobuf.Internal.EnumLiteMap internalGetValueMap() { return internalValueMap; } private static com.google.protobuf.Internal.EnumLiteMap internalValueMap = new com.google.protobuf.Internal.EnumLiteMap() { public Type findValueByNumber(int number) { return Type.valueOf(number); } }; private final int value; private Type(int index, int value) { this.value = value; } // @@protoc_insertion_point(enum_scope:org.jetbrains.kotlin.serialization.Annotation.Argument.Value.Type) } private int bitField0_; // optional .org.jetbrains.kotlin.serialization.Annotation.Argument.Value.Type type = 1; public static final int TYPE_FIELD_NUMBER = 1; private org.jetbrains.kotlin.serialization.ProtoBuf.Annotation.Argument.Value.Type type_; /** * optional .org.jetbrains.kotlin.serialization.Annotation.Argument.Value.Type type = 1; * *
         * Note: a *Value* has a Type, not an Argument! This is done for future language features which may involve using arrays
         * of elements of different types. Such entries are allowed in the constant pool of JVM class files.
         * However, to save space, this field is optional: in case of homogeneous arrays, only the type of the first element is required
         * 
*/ public boolean hasType() { return ((bitField0_ & 0x00000001) == 0x00000001); } /** * optional .org.jetbrains.kotlin.serialization.Annotation.Argument.Value.Type type = 1; * *
         * Note: a *Value* has a Type, not an Argument! This is done for future language features which may involve using arrays
         * of elements of different types. Such entries are allowed in the constant pool of JVM class files.
         * However, to save space, this field is optional: in case of homogeneous arrays, only the type of the first element is required
         * 
*/ public org.jetbrains.kotlin.serialization.ProtoBuf.Annotation.Argument.Value.Type getType() { return type_; } // optional sint64 int_value = 2; public static final int INT_VALUE_FIELD_NUMBER = 2; private long intValue_; /** * optional sint64 int_value = 2; */ public boolean hasIntValue() { return ((bitField0_ & 0x00000002) == 0x00000002); } /** * optional sint64 int_value = 2; */ public long getIntValue() { return intValue_; } // optional float float_value = 3; public static final int FLOAT_VALUE_FIELD_NUMBER = 3; private float floatValue_; /** * optional float float_value = 3; */ public boolean hasFloatValue() { return ((bitField0_ & 0x00000004) == 0x00000004); } /** * optional float float_value = 3; */ public float getFloatValue() { return floatValue_; } // optional double double_value = 4; public static final int DOUBLE_VALUE_FIELD_NUMBER = 4; private double doubleValue_; /** * optional double double_value = 4; */ public boolean hasDoubleValue() { return ((bitField0_ & 0x00000008) == 0x00000008); } /** * optional double double_value = 4; */ public double getDoubleValue() { return doubleValue_; } // optional int32 string_value = 5; public static final int STRING_VALUE_FIELD_NUMBER = 5; private int stringValue_; /** * optional int32 string_value = 5; */ public boolean hasStringValue() { return ((bitField0_ & 0x00000010) == 0x00000010); } /** * optional int32 string_value = 5; */ public int getStringValue() { return stringValue_; } // optional int32 class_id = 6; public static final int CLASS_ID_FIELD_NUMBER = 6; private int classId_; /** * optional int32 class_id = 6; * *
         * If type = CLASS, FQ name of the referenced class; if type = ENUM, FQ name of the enum class
         * 
*/ public boolean hasClassId() { return ((bitField0_ & 0x00000020) == 0x00000020); } /** * optional int32 class_id = 6; * *
         * If type = CLASS, FQ name of the referenced class; if type = ENUM, FQ name of the enum class
         * 
*/ public int getClassId() { return classId_; } // optional int32 enum_value_id = 7; public static final int ENUM_VALUE_ID_FIELD_NUMBER = 7; private int enumValueId_; /** * optional int32 enum_value_id = 7; */ public boolean hasEnumValueId() { return ((bitField0_ & 0x00000040) == 0x00000040); } /** * optional int32 enum_value_id = 7; */ public int getEnumValueId() { return enumValueId_; } // optional .org.jetbrains.kotlin.serialization.Annotation annotation = 8; public static final int ANNOTATION_FIELD_NUMBER = 8; private org.jetbrains.kotlin.serialization.ProtoBuf.Annotation annotation_; /** * optional .org.jetbrains.kotlin.serialization.Annotation annotation = 8; */ public boolean hasAnnotation() { return ((bitField0_ & 0x00000080) == 0x00000080); } /** * optional .org.jetbrains.kotlin.serialization.Annotation annotation = 8; */ public org.jetbrains.kotlin.serialization.ProtoBuf.Annotation getAnnotation() { return annotation_; } // repeated .org.jetbrains.kotlin.serialization.Annotation.Argument.Value array_element = 9; public static final int ARRAY_ELEMENT_FIELD_NUMBER = 9; private java.util.List arrayElement_; /** * repeated .org.jetbrains.kotlin.serialization.Annotation.Argument.Value array_element = 9; */ public java.util.List getArrayElementList() { return arrayElement_; } /** * repeated .org.jetbrains.kotlin.serialization.Annotation.Argument.Value array_element = 9; */ public java.util.List getArrayElementOrBuilderList() { return arrayElement_; } /** * repeated .org.jetbrains.kotlin.serialization.Annotation.Argument.Value array_element = 9; */ public int getArrayElementCount() { return arrayElement_.size(); } /** * repeated .org.jetbrains.kotlin.serialization.Annotation.Argument.Value array_element = 9; */ public org.jetbrains.kotlin.serialization.ProtoBuf.Annotation.Argument.Value getArrayElement(int index) { return arrayElement_.get(index); } /** * repeated .org.jetbrains.kotlin.serialization.Annotation.Argument.Value array_element = 9; */ public org.jetbrains.kotlin.serialization.ProtoBuf.Annotation.Argument.ValueOrBuilder getArrayElementOrBuilder( int index) { return arrayElement_.get(index); } private void initFields() { type_ = org.jetbrains.kotlin.serialization.ProtoBuf.Annotation.Argument.Value.Type.BYTE; intValue_ = 0L; floatValue_ = 0F; doubleValue_ = 0D; stringValue_ = 0; classId_ = 0; enumValueId_ = 0; annotation_ = org.jetbrains.kotlin.serialization.ProtoBuf.Annotation.getDefaultInstance(); arrayElement_ = java.util.Collections.emptyList(); } private byte memoizedIsInitialized = -1; public final boolean isInitialized() { byte isInitialized = memoizedIsInitialized; if (isInitialized != -1) return isInitialized == 1; if (hasAnnotation()) { if (!getAnnotation().isInitialized()) { memoizedIsInitialized = 0; return false; } } for (int i = 0; i < getArrayElementCount(); i++) { if (!getArrayElement(i).isInitialized()) { memoizedIsInitialized = 0; return false; } } memoizedIsInitialized = 1; return true; } public void writeTo(com.google.protobuf.CodedOutputStream output) throws java.io.IOException { getSerializedSize(); if (((bitField0_ & 0x00000001) == 0x00000001)) { output.writeEnum(1, type_.getNumber()); } if (((bitField0_ & 0x00000002) == 0x00000002)) { output.writeSInt64(2, intValue_); } if (((bitField0_ & 0x00000004) == 0x00000004)) { output.writeFloat(3, floatValue_); } if (((bitField0_ & 0x00000008) == 0x00000008)) { output.writeDouble(4, doubleValue_); } if (((bitField0_ & 0x00000010) == 0x00000010)) { output.writeInt32(5, stringValue_); } if (((bitField0_ & 0x00000020) == 0x00000020)) { output.writeInt32(6, classId_); } if (((bitField0_ & 0x00000040) == 0x00000040)) { output.writeInt32(7, enumValueId_); } if (((bitField0_ & 0x00000080) == 0x00000080)) { output.writeMessage(8, annotation_); } for (int i = 0; i < arrayElement_.size(); i++) { output.writeMessage(9, arrayElement_.get(i)); } } private int memoizedSerializedSize = -1; public int getSerializedSize() { int size = memoizedSerializedSize; if (size != -1) return size; size = 0; if (((bitField0_ & 0x00000001) == 0x00000001)) { size += com.google.protobuf.CodedOutputStream .computeEnumSize(1, type_.getNumber()); } if (((bitField0_ & 0x00000002) == 0x00000002)) { size += com.google.protobuf.CodedOutputStream .computeSInt64Size(2, intValue_); } if (((bitField0_ & 0x00000004) == 0x00000004)) { size += com.google.protobuf.CodedOutputStream .computeFloatSize(3, floatValue_); } if (((bitField0_ & 0x00000008) == 0x00000008)) { size += com.google.protobuf.CodedOutputStream .computeDoubleSize(4, doubleValue_); } if (((bitField0_ & 0x00000010) == 0x00000010)) { size += com.google.protobuf.CodedOutputStream .computeInt32Size(5, stringValue_); } if (((bitField0_ & 0x00000020) == 0x00000020)) { size += com.google.protobuf.CodedOutputStream .computeInt32Size(6, classId_); } if (((bitField0_ & 0x00000040) == 0x00000040)) { size += com.google.protobuf.CodedOutputStream .computeInt32Size(7, enumValueId_); } if (((bitField0_ & 0x00000080) == 0x00000080)) { size += com.google.protobuf.CodedOutputStream .computeMessageSize(8, annotation_); } for (int i = 0; i < arrayElement_.size(); i++) { size += com.google.protobuf.CodedOutputStream .computeMessageSize(9, arrayElement_.get(i)); } memoizedSerializedSize = size; return size; } private static final long serialVersionUID = 0L; @java.lang.Override protected java.lang.Object writeReplace() throws java.io.ObjectStreamException { return super.writeReplace(); } public static org.jetbrains.kotlin.serialization.ProtoBuf.Annotation.Argument.Value parseFrom( com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static org.jetbrains.kotlin.serialization.ProtoBuf.Annotation.Argument.Value parseFrom( com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static org.jetbrains.kotlin.serialization.ProtoBuf.Annotation.Argument.Value parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static org.jetbrains.kotlin.serialization.ProtoBuf.Annotation.Argument.Value parseFrom( byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static org.jetbrains.kotlin.serialization.ProtoBuf.Annotation.Argument.Value parseFrom(java.io.InputStream input) throws java.io.IOException { return PARSER.parseFrom(input); } public static org.jetbrains.kotlin.serialization.ProtoBuf.Annotation.Argument.Value parseFrom( java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return PARSER.parseFrom(input, extensionRegistry); } public static org.jetbrains.kotlin.serialization.ProtoBuf.Annotation.Argument.Value parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException { return PARSER.parseDelimitedFrom(input); } public static org.jetbrains.kotlin.serialization.ProtoBuf.Annotation.Argument.Value parseDelimitedFrom( java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return PARSER.parseDelimitedFrom(input, extensionRegistry); } public static org.jetbrains.kotlin.serialization.ProtoBuf.Annotation.Argument.Value parseFrom( com.google.protobuf.CodedInputStream input) throws java.io.IOException { return PARSER.parseFrom(input); } public static org.jetbrains.kotlin.serialization.ProtoBuf.Annotation.Argument.Value parseFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return PARSER.parseFrom(input, extensionRegistry); } public static Builder newBuilder() { return Builder.create(); } public Builder newBuilderForType() { return newBuilder(); } public static Builder newBuilder(org.jetbrains.kotlin.serialization.ProtoBuf.Annotation.Argument.Value prototype) { return newBuilder().mergeFrom(prototype); } public Builder toBuilder() { return newBuilder(this); } /** * Protobuf type {@code org.jetbrains.kotlin.serialization.Annotation.Argument.Value} */ public static final class Builder extends com.google.protobuf.GeneratedMessageLite.Builder< org.jetbrains.kotlin.serialization.ProtoBuf.Annotation.Argument.Value, Builder> implements org.jetbrains.kotlin.serialization.ProtoBuf.Annotation.Argument.ValueOrBuilder { // Construct using org.jetbrains.kotlin.serialization.ProtoBuf.Annotation.Argument.Value.newBuilder() private Builder() { maybeForceBuilderInitialization(); } private void maybeForceBuilderInitialization() { } private static Builder create() { return new Builder(); } public Builder clear() { super.clear(); type_ = org.jetbrains.kotlin.serialization.ProtoBuf.Annotation.Argument.Value.Type.BYTE; bitField0_ = (bitField0_ & ~0x00000001); intValue_ = 0L; bitField0_ = (bitField0_ & ~0x00000002); floatValue_ = 0F; bitField0_ = (bitField0_ & ~0x00000004); doubleValue_ = 0D; bitField0_ = (bitField0_ & ~0x00000008); stringValue_ = 0; bitField0_ = (bitField0_ & ~0x00000010); classId_ = 0; bitField0_ = (bitField0_ & ~0x00000020); enumValueId_ = 0; bitField0_ = (bitField0_ & ~0x00000040); annotation_ = org.jetbrains.kotlin.serialization.ProtoBuf.Annotation.getDefaultInstance(); bitField0_ = (bitField0_ & ~0x00000080); arrayElement_ = java.util.Collections.emptyList(); bitField0_ = (bitField0_ & ~0x00000100); return this; } public Builder clone() { return create().mergeFrom(buildPartial()); } public org.jetbrains.kotlin.serialization.ProtoBuf.Annotation.Argument.Value getDefaultInstanceForType() { return org.jetbrains.kotlin.serialization.ProtoBuf.Annotation.Argument.Value.getDefaultInstance(); } public org.jetbrains.kotlin.serialization.ProtoBuf.Annotation.Argument.Value build() { org.jetbrains.kotlin.serialization.ProtoBuf.Annotation.Argument.Value result = buildPartial(); if (!result.isInitialized()) { throw newUninitializedMessageException(result); } return result; } public org.jetbrains.kotlin.serialization.ProtoBuf.Annotation.Argument.Value buildPartial() { org.jetbrains.kotlin.serialization.ProtoBuf.Annotation.Argument.Value result = new org.jetbrains.kotlin.serialization.ProtoBuf.Annotation.Argument.Value(this); int from_bitField0_ = bitField0_; int to_bitField0_ = 0; if (((from_bitField0_ & 0x00000001) == 0x00000001)) { to_bitField0_ |= 0x00000001; } result.type_ = type_; if (((from_bitField0_ & 0x00000002) == 0x00000002)) { to_bitField0_ |= 0x00000002; } result.intValue_ = intValue_; if (((from_bitField0_ & 0x00000004) == 0x00000004)) { to_bitField0_ |= 0x00000004; } result.floatValue_ = floatValue_; if (((from_bitField0_ & 0x00000008) == 0x00000008)) { to_bitField0_ |= 0x00000008; } result.doubleValue_ = doubleValue_; if (((from_bitField0_ & 0x00000010) == 0x00000010)) { to_bitField0_ |= 0x00000010; } result.stringValue_ = stringValue_; if (((from_bitField0_ & 0x00000020) == 0x00000020)) { to_bitField0_ |= 0x00000020; } result.classId_ = classId_; if (((from_bitField0_ & 0x00000040) == 0x00000040)) { to_bitField0_ |= 0x00000040; } result.enumValueId_ = enumValueId_; if (((from_bitField0_ & 0x00000080) == 0x00000080)) { to_bitField0_ |= 0x00000080; } result.annotation_ = annotation_; if (((bitField0_ & 0x00000100) == 0x00000100)) { arrayElement_ = java.util.Collections.unmodifiableList(arrayElement_); bitField0_ = (bitField0_ & ~0x00000100); } result.arrayElement_ = arrayElement_; result.bitField0_ = to_bitField0_; return result; } public Builder mergeFrom(org.jetbrains.kotlin.serialization.ProtoBuf.Annotation.Argument.Value other) { if (other == org.jetbrains.kotlin.serialization.ProtoBuf.Annotation.Argument.Value.getDefaultInstance()) return this; if (other.hasType()) { setType(other.getType()); } if (other.hasIntValue()) { setIntValue(other.getIntValue()); } if (other.hasFloatValue()) { setFloatValue(other.getFloatValue()); } if (other.hasDoubleValue()) { setDoubleValue(other.getDoubleValue()); } if (other.hasStringValue()) { setStringValue(other.getStringValue()); } if (other.hasClassId()) { setClassId(other.getClassId()); } if (other.hasEnumValueId()) { setEnumValueId(other.getEnumValueId()); } if (other.hasAnnotation()) { mergeAnnotation(other.getAnnotation()); } if (!other.arrayElement_.isEmpty()) { if (arrayElement_.isEmpty()) { arrayElement_ = other.arrayElement_; bitField0_ = (bitField0_ & ~0x00000100); } else { ensureArrayElementIsMutable(); arrayElement_.addAll(other.arrayElement_); } } return this; } public final boolean isInitialized() { if (hasAnnotation()) { if (!getAnnotation().isInitialized()) { return false; } } for (int i = 0; i < getArrayElementCount(); i++) { if (!getArrayElement(i).isInitialized()) { return false; } } return true; } public Builder mergeFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { org.jetbrains.kotlin.serialization.ProtoBuf.Annotation.Argument.Value parsedMessage = null; try { parsedMessage = PARSER.parsePartialFrom(input, extensionRegistry); } catch (com.google.protobuf.InvalidProtocolBufferException e) { parsedMessage = (org.jetbrains.kotlin.serialization.ProtoBuf.Annotation.Argument.Value) e.getUnfinishedMessage(); throw e; } finally { if (parsedMessage != null) { mergeFrom(parsedMessage); } } return this; } private int bitField0_; // optional .org.jetbrains.kotlin.serialization.Annotation.Argument.Value.Type type = 1; private org.jetbrains.kotlin.serialization.ProtoBuf.Annotation.Argument.Value.Type type_ = org.jetbrains.kotlin.serialization.ProtoBuf.Annotation.Argument.Value.Type.BYTE; /** * optional .org.jetbrains.kotlin.serialization.Annotation.Argument.Value.Type type = 1; * *
           * Note: a *Value* has a Type, not an Argument! This is done for future language features which may involve using arrays
           * of elements of different types. Such entries are allowed in the constant pool of JVM class files.
           * However, to save space, this field is optional: in case of homogeneous arrays, only the type of the first element is required
           * 
*/ public boolean hasType() { return ((bitField0_ & 0x00000001) == 0x00000001); } /** * optional .org.jetbrains.kotlin.serialization.Annotation.Argument.Value.Type type = 1; * *
           * Note: a *Value* has a Type, not an Argument! This is done for future language features which may involve using arrays
           * of elements of different types. Such entries are allowed in the constant pool of JVM class files.
           * However, to save space, this field is optional: in case of homogeneous arrays, only the type of the first element is required
           * 
*/ public org.jetbrains.kotlin.serialization.ProtoBuf.Annotation.Argument.Value.Type getType() { return type_; } /** * optional .org.jetbrains.kotlin.serialization.Annotation.Argument.Value.Type type = 1; * *
           * Note: a *Value* has a Type, not an Argument! This is done for future language features which may involve using arrays
           * of elements of different types. Such entries are allowed in the constant pool of JVM class files.
           * However, to save space, this field is optional: in case of homogeneous arrays, only the type of the first element is required
           * 
*/ public Builder setType(org.jetbrains.kotlin.serialization.ProtoBuf.Annotation.Argument.Value.Type value) { if (value == null) { throw new NullPointerException(); } bitField0_ |= 0x00000001; type_ = value; return this; } /** * optional .org.jetbrains.kotlin.serialization.Annotation.Argument.Value.Type type = 1; * *
           * Note: a *Value* has a Type, not an Argument! This is done for future language features which may involve using arrays
           * of elements of different types. Such entries are allowed in the constant pool of JVM class files.
           * However, to save space, this field is optional: in case of homogeneous arrays, only the type of the first element is required
           * 
*/ public Builder clearType() { bitField0_ = (bitField0_ & ~0x00000001); type_ = org.jetbrains.kotlin.serialization.ProtoBuf.Annotation.Argument.Value.Type.BYTE; return this; } // optional sint64 int_value = 2; private long intValue_ ; /** * optional sint64 int_value = 2; */ public boolean hasIntValue() { return ((bitField0_ & 0x00000002) == 0x00000002); } /** * optional sint64 int_value = 2; */ public long getIntValue() { return intValue_; } /** * optional sint64 int_value = 2; */ public Builder setIntValue(long value) { bitField0_ |= 0x00000002; intValue_ = value; return this; } /** * optional sint64 int_value = 2; */ public Builder clearIntValue() { bitField0_ = (bitField0_ & ~0x00000002); intValue_ = 0L; return this; } // optional float float_value = 3; private float floatValue_ ; /** * optional float float_value = 3; */ public boolean hasFloatValue() { return ((bitField0_ & 0x00000004) == 0x00000004); } /** * optional float float_value = 3; */ public float getFloatValue() { return floatValue_; } /** * optional float float_value = 3; */ public Builder setFloatValue(float value) { bitField0_ |= 0x00000004; floatValue_ = value; return this; } /** * optional float float_value = 3; */ public Builder clearFloatValue() { bitField0_ = (bitField0_ & ~0x00000004); floatValue_ = 0F; return this; } // optional double double_value = 4; private double doubleValue_ ; /** * optional double double_value = 4; */ public boolean hasDoubleValue() { return ((bitField0_ & 0x00000008) == 0x00000008); } /** * optional double double_value = 4; */ public double getDoubleValue() { return doubleValue_; } /** * optional double double_value = 4; */ public Builder setDoubleValue(double value) { bitField0_ |= 0x00000008; doubleValue_ = value; return this; } /** * optional double double_value = 4; */ public Builder clearDoubleValue() { bitField0_ = (bitField0_ & ~0x00000008); doubleValue_ = 0D; return this; } // optional int32 string_value = 5; private int stringValue_ ; /** * optional int32 string_value = 5; */ public boolean hasStringValue() { return ((bitField0_ & 0x00000010) == 0x00000010); } /** * optional int32 string_value = 5; */ public int getStringValue() { return stringValue_; } /** * optional int32 string_value = 5; */ public Builder setStringValue(int value) { bitField0_ |= 0x00000010; stringValue_ = value; return this; } /** * optional int32 string_value = 5; */ public Builder clearStringValue() { bitField0_ = (bitField0_ & ~0x00000010); stringValue_ = 0; return this; } // optional int32 class_id = 6; private int classId_ ; /** * optional int32 class_id = 6; * *
           * If type = CLASS, FQ name of the referenced class; if type = ENUM, FQ name of the enum class
           * 
*/ public boolean hasClassId() { return ((bitField0_ & 0x00000020) == 0x00000020); } /** * optional int32 class_id = 6; * *
           * If type = CLASS, FQ name of the referenced class; if type = ENUM, FQ name of the enum class
           * 
*/ public int getClassId() { return classId_; } /** * optional int32 class_id = 6; * *
           * If type = CLASS, FQ name of the referenced class; if type = ENUM, FQ name of the enum class
           * 
*/ public Builder setClassId(int value) { bitField0_ |= 0x00000020; classId_ = value; return this; } /** * optional int32 class_id = 6; * *
           * If type = CLASS, FQ name of the referenced class; if type = ENUM, FQ name of the enum class
           * 
*/ public Builder clearClassId() { bitField0_ = (bitField0_ & ~0x00000020); classId_ = 0; return this; } // optional int32 enum_value_id = 7; private int enumValueId_ ; /** * optional int32 enum_value_id = 7; */ public boolean hasEnumValueId() { return ((bitField0_ & 0x00000040) == 0x00000040); } /** * optional int32 enum_value_id = 7; */ public int getEnumValueId() { return enumValueId_; } /** * optional int32 enum_value_id = 7; */ public Builder setEnumValueId(int value) { bitField0_ |= 0x00000040; enumValueId_ = value; return this; } /** * optional int32 enum_value_id = 7; */ public Builder clearEnumValueId() { bitField0_ = (bitField0_ & ~0x00000040); enumValueId_ = 0; return this; } // optional .org.jetbrains.kotlin.serialization.Annotation annotation = 8; private org.jetbrains.kotlin.serialization.ProtoBuf.Annotation annotation_ = org.jetbrains.kotlin.serialization.ProtoBuf.Annotation.getDefaultInstance(); /** * optional .org.jetbrains.kotlin.serialization.Annotation annotation = 8; */ public boolean hasAnnotation() { return ((bitField0_ & 0x00000080) == 0x00000080); } /** * optional .org.jetbrains.kotlin.serialization.Annotation annotation = 8; */ public org.jetbrains.kotlin.serialization.ProtoBuf.Annotation getAnnotation() { return annotation_; } /** * optional .org.jetbrains.kotlin.serialization.Annotation annotation = 8; */ public Builder setAnnotation(org.jetbrains.kotlin.serialization.ProtoBuf.Annotation value) { if (value == null) { throw new NullPointerException(); } annotation_ = value; bitField0_ |= 0x00000080; return this; } /** * optional .org.jetbrains.kotlin.serialization.Annotation annotation = 8; */ public Builder setAnnotation( org.jetbrains.kotlin.serialization.ProtoBuf.Annotation.Builder builderForValue) { annotation_ = builderForValue.build(); bitField0_ |= 0x00000080; return this; } /** * optional .org.jetbrains.kotlin.serialization.Annotation annotation = 8; */ public Builder mergeAnnotation(org.jetbrains.kotlin.serialization.ProtoBuf.Annotation value) { if (((bitField0_ & 0x00000080) == 0x00000080) && annotation_ != org.jetbrains.kotlin.serialization.ProtoBuf.Annotation.getDefaultInstance()) { annotation_ = org.jetbrains.kotlin.serialization.ProtoBuf.Annotation.newBuilder(annotation_).mergeFrom(value).buildPartial(); } else { annotation_ = value; } bitField0_ |= 0x00000080; return this; } /** * optional .org.jetbrains.kotlin.serialization.Annotation annotation = 8; */ public Builder clearAnnotation() { annotation_ = org.jetbrains.kotlin.serialization.ProtoBuf.Annotation.getDefaultInstance(); bitField0_ = (bitField0_ & ~0x00000080); return this; } // repeated .org.jetbrains.kotlin.serialization.Annotation.Argument.Value array_element = 9; private java.util.List arrayElement_ = java.util.Collections.emptyList(); private void ensureArrayElementIsMutable() { if (!((bitField0_ & 0x00000100) == 0x00000100)) { arrayElement_ = new java.util.ArrayList(arrayElement_); bitField0_ |= 0x00000100; } } /** * repeated .org.jetbrains.kotlin.serialization.Annotation.Argument.Value array_element = 9; */ public java.util.List getArrayElementList() { return java.util.Collections.unmodifiableList(arrayElement_); } /** * repeated .org.jetbrains.kotlin.serialization.Annotation.Argument.Value array_element = 9; */ public int getArrayElementCount() { return arrayElement_.size(); } /** * repeated .org.jetbrains.kotlin.serialization.Annotation.Argument.Value array_element = 9; */ public org.jetbrains.kotlin.serialization.ProtoBuf.Annotation.Argument.Value getArrayElement(int index) { return arrayElement_.get(index); } /** * repeated .org.jetbrains.kotlin.serialization.Annotation.Argument.Value array_element = 9; */ public Builder setArrayElement( int index, org.jetbrains.kotlin.serialization.ProtoBuf.Annotation.Argument.Value value) { if (value == null) { throw new NullPointerException(); } ensureArrayElementIsMutable(); arrayElement_.set(index, value); return this; } /** * repeated .org.jetbrains.kotlin.serialization.Annotation.Argument.Value array_element = 9; */ public Builder setArrayElement( int index, org.jetbrains.kotlin.serialization.ProtoBuf.Annotation.Argument.Value.Builder builderForValue) { ensureArrayElementIsMutable(); arrayElement_.set(index, builderForValue.build()); return this; } /** * repeated .org.jetbrains.kotlin.serialization.Annotation.Argument.Value array_element = 9; */ public Builder addArrayElement(org.jetbrains.kotlin.serialization.ProtoBuf.Annotation.Argument.Value value) { if (value == null) { throw new NullPointerException(); } ensureArrayElementIsMutable(); arrayElement_.add(value); return this; } /** * repeated .org.jetbrains.kotlin.serialization.Annotation.Argument.Value array_element = 9; */ public Builder addArrayElement( int index, org.jetbrains.kotlin.serialization.ProtoBuf.Annotation.Argument.Value value) { if (value == null) { throw new NullPointerException(); } ensureArrayElementIsMutable(); arrayElement_.add(index, value); return this; } /** * repeated .org.jetbrains.kotlin.serialization.Annotation.Argument.Value array_element = 9; */ public Builder addArrayElement( org.jetbrains.kotlin.serialization.ProtoBuf.Annotation.Argument.Value.Builder builderForValue) { ensureArrayElementIsMutable(); arrayElement_.add(builderForValue.build()); return this; } /** * repeated .org.jetbrains.kotlin.serialization.Annotation.Argument.Value array_element = 9; */ public Builder addArrayElement( int index, org.jetbrains.kotlin.serialization.ProtoBuf.Annotation.Argument.Value.Builder builderForValue) { ensureArrayElementIsMutable(); arrayElement_.add(index, builderForValue.build()); return this; } /** * repeated .org.jetbrains.kotlin.serialization.Annotation.Argument.Value array_element = 9; */ public Builder addAllArrayElement( java.lang.Iterable values) { ensureArrayElementIsMutable(); super.addAll(values, arrayElement_); return this; } /** * repeated .org.jetbrains.kotlin.serialization.Annotation.Argument.Value array_element = 9; */ public Builder clearArrayElement() { arrayElement_ = java.util.Collections.emptyList(); bitField0_ = (bitField0_ & ~0x00000100); return this; } /** * repeated .org.jetbrains.kotlin.serialization.Annotation.Argument.Value array_element = 9; */ public Builder removeArrayElement(int index) { ensureArrayElementIsMutable(); arrayElement_.remove(index); return this; } // @@protoc_insertion_point(builder_scope:org.jetbrains.kotlin.serialization.Annotation.Argument.Value) } static { defaultInstance = new Value(true); defaultInstance.initFields(); } // @@protoc_insertion_point(class_scope:org.jetbrains.kotlin.serialization.Annotation.Argument.Value) } private int bitField0_; // required int32 name_id = 1; public static final int NAME_ID_FIELD_NUMBER = 1; private int nameId_; /** * required int32 name_id = 1; */ public boolean hasNameId() { return ((bitField0_ & 0x00000001) == 0x00000001); } /** * required int32 name_id = 1; */ public int getNameId() { return nameId_; } // required .org.jetbrains.kotlin.serialization.Annotation.Argument.Value value = 2; public static final int VALUE_FIELD_NUMBER = 2; private org.jetbrains.kotlin.serialization.ProtoBuf.Annotation.Argument.Value value_; /** * required .org.jetbrains.kotlin.serialization.Annotation.Argument.Value value = 2; */ public boolean hasValue() { return ((bitField0_ & 0x00000002) == 0x00000002); } /** * required .org.jetbrains.kotlin.serialization.Annotation.Argument.Value value = 2; */ public org.jetbrains.kotlin.serialization.ProtoBuf.Annotation.Argument.Value getValue() { return value_; } private void initFields() { nameId_ = 0; value_ = org.jetbrains.kotlin.serialization.ProtoBuf.Annotation.Argument.Value.getDefaultInstance(); } private byte memoizedIsInitialized = -1; public final boolean isInitialized() { byte isInitialized = memoizedIsInitialized; if (isInitialized != -1) return isInitialized == 1; if (!hasNameId()) { memoizedIsInitialized = 0; return false; } if (!hasValue()) { memoizedIsInitialized = 0; return false; } if (!getValue().isInitialized()) { memoizedIsInitialized = 0; return false; } memoizedIsInitialized = 1; return true; } public void writeTo(com.google.protobuf.CodedOutputStream output) throws java.io.IOException { getSerializedSize(); if (((bitField0_ & 0x00000001) == 0x00000001)) { output.writeInt32(1, nameId_); } if (((bitField0_ & 0x00000002) == 0x00000002)) { output.writeMessage(2, value_); } } private int memoizedSerializedSize = -1; public int getSerializedSize() { int size = memoizedSerializedSize; if (size != -1) return size; size = 0; if (((bitField0_ & 0x00000001) == 0x00000001)) { size += com.google.protobuf.CodedOutputStream .computeInt32Size(1, nameId_); } if (((bitField0_ & 0x00000002) == 0x00000002)) { size += com.google.protobuf.CodedOutputStream .computeMessageSize(2, value_); } memoizedSerializedSize = size; return size; } private static final long serialVersionUID = 0L; @java.lang.Override protected java.lang.Object writeReplace() throws java.io.ObjectStreamException { return super.writeReplace(); } public static org.jetbrains.kotlin.serialization.ProtoBuf.Annotation.Argument parseFrom( com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static org.jetbrains.kotlin.serialization.ProtoBuf.Annotation.Argument parseFrom( com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static org.jetbrains.kotlin.serialization.ProtoBuf.Annotation.Argument parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static org.jetbrains.kotlin.serialization.ProtoBuf.Annotation.Argument parseFrom( byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static org.jetbrains.kotlin.serialization.ProtoBuf.Annotation.Argument parseFrom(java.io.InputStream input) throws java.io.IOException { return PARSER.parseFrom(input); } public static org.jetbrains.kotlin.serialization.ProtoBuf.Annotation.Argument parseFrom( java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return PARSER.parseFrom(input, extensionRegistry); } public static org.jetbrains.kotlin.serialization.ProtoBuf.Annotation.Argument parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException { return PARSER.parseDelimitedFrom(input); } public static org.jetbrains.kotlin.serialization.ProtoBuf.Annotation.Argument parseDelimitedFrom( java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return PARSER.parseDelimitedFrom(input, extensionRegistry); } public static org.jetbrains.kotlin.serialization.ProtoBuf.Annotation.Argument parseFrom( com.google.protobuf.CodedInputStream input) throws java.io.IOException { return PARSER.parseFrom(input); } public static org.jetbrains.kotlin.serialization.ProtoBuf.Annotation.Argument parseFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return PARSER.parseFrom(input, extensionRegistry); } public static Builder newBuilder() { return Builder.create(); } public Builder newBuilderForType() { return newBuilder(); } public static Builder newBuilder(org.jetbrains.kotlin.serialization.ProtoBuf.Annotation.Argument prototype) { return newBuilder().mergeFrom(prototype); } public Builder toBuilder() { return newBuilder(this); } /** * Protobuf type {@code org.jetbrains.kotlin.serialization.Annotation.Argument} */ public static final class Builder extends com.google.protobuf.GeneratedMessageLite.Builder< org.jetbrains.kotlin.serialization.ProtoBuf.Annotation.Argument, Builder> implements org.jetbrains.kotlin.serialization.ProtoBuf.Annotation.ArgumentOrBuilder { // Construct using org.jetbrains.kotlin.serialization.ProtoBuf.Annotation.Argument.newBuilder() private Builder() { maybeForceBuilderInitialization(); } private void maybeForceBuilderInitialization() { } private static Builder create() { return new Builder(); } public Builder clear() { super.clear(); nameId_ = 0; bitField0_ = (bitField0_ & ~0x00000001); value_ = org.jetbrains.kotlin.serialization.ProtoBuf.Annotation.Argument.Value.getDefaultInstance(); bitField0_ = (bitField0_ & ~0x00000002); return this; } public Builder clone() { return create().mergeFrom(buildPartial()); } public org.jetbrains.kotlin.serialization.ProtoBuf.Annotation.Argument getDefaultInstanceForType() { return org.jetbrains.kotlin.serialization.ProtoBuf.Annotation.Argument.getDefaultInstance(); } public org.jetbrains.kotlin.serialization.ProtoBuf.Annotation.Argument build() { org.jetbrains.kotlin.serialization.ProtoBuf.Annotation.Argument result = buildPartial(); if (!result.isInitialized()) { throw newUninitializedMessageException(result); } return result; } public org.jetbrains.kotlin.serialization.ProtoBuf.Annotation.Argument buildPartial() { org.jetbrains.kotlin.serialization.ProtoBuf.Annotation.Argument result = new org.jetbrains.kotlin.serialization.ProtoBuf.Annotation.Argument(this); int from_bitField0_ = bitField0_; int to_bitField0_ = 0; if (((from_bitField0_ & 0x00000001) == 0x00000001)) { to_bitField0_ |= 0x00000001; } result.nameId_ = nameId_; if (((from_bitField0_ & 0x00000002) == 0x00000002)) { to_bitField0_ |= 0x00000002; } result.value_ = value_; result.bitField0_ = to_bitField0_; return result; } public Builder mergeFrom(org.jetbrains.kotlin.serialization.ProtoBuf.Annotation.Argument other) { if (other == org.jetbrains.kotlin.serialization.ProtoBuf.Annotation.Argument.getDefaultInstance()) return this; if (other.hasNameId()) { setNameId(other.getNameId()); } if (other.hasValue()) { mergeValue(other.getValue()); } return this; } public final boolean isInitialized() { if (!hasNameId()) { return false; } if (!hasValue()) { return false; } if (!getValue().isInitialized()) { return false; } return true; } public Builder mergeFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { org.jetbrains.kotlin.serialization.ProtoBuf.Annotation.Argument parsedMessage = null; try { parsedMessage = PARSER.parsePartialFrom(input, extensionRegistry); } catch (com.google.protobuf.InvalidProtocolBufferException e) { parsedMessage = (org.jetbrains.kotlin.serialization.ProtoBuf.Annotation.Argument) e.getUnfinishedMessage(); throw e; } finally { if (parsedMessage != null) { mergeFrom(parsedMessage); } } return this; } private int bitField0_; // required int32 name_id = 1; private int nameId_ ; /** * required int32 name_id = 1; */ public boolean hasNameId() { return ((bitField0_ & 0x00000001) == 0x00000001); } /** * required int32 name_id = 1; */ public int getNameId() { return nameId_; } /** * required int32 name_id = 1; */ public Builder setNameId(int value) { bitField0_ |= 0x00000001; nameId_ = value; return this; } /** * required int32 name_id = 1; */ public Builder clearNameId() { bitField0_ = (bitField0_ & ~0x00000001); nameId_ = 0; return this; } // required .org.jetbrains.kotlin.serialization.Annotation.Argument.Value value = 2; private org.jetbrains.kotlin.serialization.ProtoBuf.Annotation.Argument.Value value_ = org.jetbrains.kotlin.serialization.ProtoBuf.Annotation.Argument.Value.getDefaultInstance(); /** * required .org.jetbrains.kotlin.serialization.Annotation.Argument.Value value = 2; */ public boolean hasValue() { return ((bitField0_ & 0x00000002) == 0x00000002); } /** * required .org.jetbrains.kotlin.serialization.Annotation.Argument.Value value = 2; */ public org.jetbrains.kotlin.serialization.ProtoBuf.Annotation.Argument.Value getValue() { return value_; } /** * required .org.jetbrains.kotlin.serialization.Annotation.Argument.Value value = 2; */ public Builder setValue(org.jetbrains.kotlin.serialization.ProtoBuf.Annotation.Argument.Value value) { if (value == null) { throw new NullPointerException(); } value_ = value; bitField0_ |= 0x00000002; return this; } /** * required .org.jetbrains.kotlin.serialization.Annotation.Argument.Value value = 2; */ public Builder setValue( org.jetbrains.kotlin.serialization.ProtoBuf.Annotation.Argument.Value.Builder builderForValue) { value_ = builderForValue.build(); bitField0_ |= 0x00000002; return this; } /** * required .org.jetbrains.kotlin.serialization.Annotation.Argument.Value value = 2; */ public Builder mergeValue(org.jetbrains.kotlin.serialization.ProtoBuf.Annotation.Argument.Value value) { if (((bitField0_ & 0x00000002) == 0x00000002) && value_ != org.jetbrains.kotlin.serialization.ProtoBuf.Annotation.Argument.Value.getDefaultInstance()) { value_ = org.jetbrains.kotlin.serialization.ProtoBuf.Annotation.Argument.Value.newBuilder(value_).mergeFrom(value).buildPartial(); } else { value_ = value; } bitField0_ |= 0x00000002; return this; } /** * required .org.jetbrains.kotlin.serialization.Annotation.Argument.Value value = 2; */ public Builder clearValue() { value_ = org.jetbrains.kotlin.serialization.ProtoBuf.Annotation.Argument.Value.getDefaultInstance(); bitField0_ = (bitField0_ & ~0x00000002); return this; } // @@protoc_insertion_point(builder_scope:org.jetbrains.kotlin.serialization.Annotation.Argument) } static { defaultInstance = new Argument(true); defaultInstance.initFields(); } // @@protoc_insertion_point(class_scope:org.jetbrains.kotlin.serialization.Annotation.Argument) } private int bitField0_; // required int32 id = 1; public static final int ID_FIELD_NUMBER = 1; private int id_; /** * required int32 id = 1; */ public boolean hasId() { return ((bitField0_ & 0x00000001) == 0x00000001); } /** * required int32 id = 1; */ public int getId() { return id_; } // repeated .org.jetbrains.kotlin.serialization.Annotation.Argument argument = 2; public static final int ARGUMENT_FIELD_NUMBER = 2; private java.util.List argument_; /** * repeated .org.jetbrains.kotlin.serialization.Annotation.Argument argument = 2; */ public java.util.List getArgumentList() { return argument_; } /** * repeated .org.jetbrains.kotlin.serialization.Annotation.Argument argument = 2; */ public java.util.List getArgumentOrBuilderList() { return argument_; } /** * repeated .org.jetbrains.kotlin.serialization.Annotation.Argument argument = 2; */ public int getArgumentCount() { return argument_.size(); } /** * repeated .org.jetbrains.kotlin.serialization.Annotation.Argument argument = 2; */ public org.jetbrains.kotlin.serialization.ProtoBuf.Annotation.Argument getArgument(int index) { return argument_.get(index); } /** * repeated .org.jetbrains.kotlin.serialization.Annotation.Argument argument = 2; */ public org.jetbrains.kotlin.serialization.ProtoBuf.Annotation.ArgumentOrBuilder getArgumentOrBuilder( int index) { return argument_.get(index); } private void initFields() { id_ = 0; argument_ = java.util.Collections.emptyList(); } private byte memoizedIsInitialized = -1; public final boolean isInitialized() { byte isInitialized = memoizedIsInitialized; if (isInitialized != -1) return isInitialized == 1; if (!hasId()) { memoizedIsInitialized = 0; return false; } for (int i = 0; i < getArgumentCount(); i++) { if (!getArgument(i).isInitialized()) { memoizedIsInitialized = 0; return false; } } memoizedIsInitialized = 1; return true; } public void writeTo(com.google.protobuf.CodedOutputStream output) throws java.io.IOException { getSerializedSize(); if (((bitField0_ & 0x00000001) == 0x00000001)) { output.writeInt32(1, id_); } for (int i = 0; i < argument_.size(); i++) { output.writeMessage(2, argument_.get(i)); } } private int memoizedSerializedSize = -1; public int getSerializedSize() { int size = memoizedSerializedSize; if (size != -1) return size; size = 0; if (((bitField0_ & 0x00000001) == 0x00000001)) { size += com.google.protobuf.CodedOutputStream .computeInt32Size(1, id_); } for (int i = 0; i < argument_.size(); i++) { size += com.google.protobuf.CodedOutputStream .computeMessageSize(2, argument_.get(i)); } memoizedSerializedSize = size; return size; } private static final long serialVersionUID = 0L; @java.lang.Override protected java.lang.Object writeReplace() throws java.io.ObjectStreamException { return super.writeReplace(); } public static org.jetbrains.kotlin.serialization.ProtoBuf.Annotation parseFrom( com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static org.jetbrains.kotlin.serialization.ProtoBuf.Annotation parseFrom( com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static org.jetbrains.kotlin.serialization.ProtoBuf.Annotation parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static org.jetbrains.kotlin.serialization.ProtoBuf.Annotation parseFrom( byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static org.jetbrains.kotlin.serialization.ProtoBuf.Annotation parseFrom(java.io.InputStream input) throws java.io.IOException { return PARSER.parseFrom(input); } public static org.jetbrains.kotlin.serialization.ProtoBuf.Annotation parseFrom( java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return PARSER.parseFrom(input, extensionRegistry); } public static org.jetbrains.kotlin.serialization.ProtoBuf.Annotation parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException { return PARSER.parseDelimitedFrom(input); } public static org.jetbrains.kotlin.serialization.ProtoBuf.Annotation parseDelimitedFrom( java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return PARSER.parseDelimitedFrom(input, extensionRegistry); } public static org.jetbrains.kotlin.serialization.ProtoBuf.Annotation parseFrom( com.google.protobuf.CodedInputStream input) throws java.io.IOException { return PARSER.parseFrom(input); } public static org.jetbrains.kotlin.serialization.ProtoBuf.Annotation parseFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return PARSER.parseFrom(input, extensionRegistry); } public static Builder newBuilder() { return Builder.create(); } public Builder newBuilderForType() { return newBuilder(); } public static Builder newBuilder(org.jetbrains.kotlin.serialization.ProtoBuf.Annotation prototype) { return newBuilder().mergeFrom(prototype); } public Builder toBuilder() { return newBuilder(this); } /** * Protobuf type {@code org.jetbrains.kotlin.serialization.Annotation} */ public static final class Builder extends com.google.protobuf.GeneratedMessageLite.Builder< org.jetbrains.kotlin.serialization.ProtoBuf.Annotation, Builder> implements org.jetbrains.kotlin.serialization.ProtoBuf.AnnotationOrBuilder { // Construct using org.jetbrains.kotlin.serialization.ProtoBuf.Annotation.newBuilder() private Builder() { maybeForceBuilderInitialization(); } private void maybeForceBuilderInitialization() { } private static Builder create() { return new Builder(); } public Builder clear() { super.clear(); id_ = 0; bitField0_ = (bitField0_ & ~0x00000001); argument_ = java.util.Collections.emptyList(); bitField0_ = (bitField0_ & ~0x00000002); return this; } public Builder clone() { return create().mergeFrom(buildPartial()); } public org.jetbrains.kotlin.serialization.ProtoBuf.Annotation getDefaultInstanceForType() { return org.jetbrains.kotlin.serialization.ProtoBuf.Annotation.getDefaultInstance(); } public org.jetbrains.kotlin.serialization.ProtoBuf.Annotation build() { org.jetbrains.kotlin.serialization.ProtoBuf.Annotation result = buildPartial(); if (!result.isInitialized()) { throw newUninitializedMessageException(result); } return result; } public org.jetbrains.kotlin.serialization.ProtoBuf.Annotation buildPartial() { org.jetbrains.kotlin.serialization.ProtoBuf.Annotation result = new org.jetbrains.kotlin.serialization.ProtoBuf.Annotation(this); int from_bitField0_ = bitField0_; int to_bitField0_ = 0; if (((from_bitField0_ & 0x00000001) == 0x00000001)) { to_bitField0_ |= 0x00000001; } result.id_ = id_; if (((bitField0_ & 0x00000002) == 0x00000002)) { argument_ = java.util.Collections.unmodifiableList(argument_); bitField0_ = (bitField0_ & ~0x00000002); } result.argument_ = argument_; result.bitField0_ = to_bitField0_; return result; } public Builder mergeFrom(org.jetbrains.kotlin.serialization.ProtoBuf.Annotation other) { if (other == org.jetbrains.kotlin.serialization.ProtoBuf.Annotation.getDefaultInstance()) return this; if (other.hasId()) { setId(other.getId()); } if (!other.argument_.isEmpty()) { if (argument_.isEmpty()) { argument_ = other.argument_; bitField0_ = (bitField0_ & ~0x00000002); } else { ensureArgumentIsMutable(); argument_.addAll(other.argument_); } } return this; } public final boolean isInitialized() { if (!hasId()) { return false; } for (int i = 0; i < getArgumentCount(); i++) { if (!getArgument(i).isInitialized()) { return false; } } return true; } public Builder mergeFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { org.jetbrains.kotlin.serialization.ProtoBuf.Annotation parsedMessage = null; try { parsedMessage = PARSER.parsePartialFrom(input, extensionRegistry); } catch (com.google.protobuf.InvalidProtocolBufferException e) { parsedMessage = (org.jetbrains.kotlin.serialization.ProtoBuf.Annotation) e.getUnfinishedMessage(); throw e; } finally { if (parsedMessage != null) { mergeFrom(parsedMessage); } } return this; } private int bitField0_; // required int32 id = 1; private int id_ ; /** * required int32 id = 1; */ public boolean hasId() { return ((bitField0_ & 0x00000001) == 0x00000001); } /** * required int32 id = 1; */ public int getId() { return id_; } /** * required int32 id = 1; */ public Builder setId(int value) { bitField0_ |= 0x00000001; id_ = value; return this; } /** * required int32 id = 1; */ public Builder clearId() { bitField0_ = (bitField0_ & ~0x00000001); id_ = 0; return this; } // repeated .org.jetbrains.kotlin.serialization.Annotation.Argument argument = 2; private java.util.List argument_ = java.util.Collections.emptyList(); private void ensureArgumentIsMutable() { if (!((bitField0_ & 0x00000002) == 0x00000002)) { argument_ = new java.util.ArrayList(argument_); bitField0_ |= 0x00000002; } } /** * repeated .org.jetbrains.kotlin.serialization.Annotation.Argument argument = 2; */ public java.util.List getArgumentList() { return java.util.Collections.unmodifiableList(argument_); } /** * repeated .org.jetbrains.kotlin.serialization.Annotation.Argument argument = 2; */ public int getArgumentCount() { return argument_.size(); } /** * repeated .org.jetbrains.kotlin.serialization.Annotation.Argument argument = 2; */ public org.jetbrains.kotlin.serialization.ProtoBuf.Annotation.Argument getArgument(int index) { return argument_.get(index); } /** * repeated .org.jetbrains.kotlin.serialization.Annotation.Argument argument = 2; */ public Builder setArgument( int index, org.jetbrains.kotlin.serialization.ProtoBuf.Annotation.Argument value) { if (value == null) { throw new NullPointerException(); } ensureArgumentIsMutable(); argument_.set(index, value); return this; } /** * repeated .org.jetbrains.kotlin.serialization.Annotation.Argument argument = 2; */ public Builder setArgument( int index, org.jetbrains.kotlin.serialization.ProtoBuf.Annotation.Argument.Builder builderForValue) { ensureArgumentIsMutable(); argument_.set(index, builderForValue.build()); return this; } /** * repeated .org.jetbrains.kotlin.serialization.Annotation.Argument argument = 2; */ public Builder addArgument(org.jetbrains.kotlin.serialization.ProtoBuf.Annotation.Argument value) { if (value == null) { throw new NullPointerException(); } ensureArgumentIsMutable(); argument_.add(value); return this; } /** * repeated .org.jetbrains.kotlin.serialization.Annotation.Argument argument = 2; */ public Builder addArgument( int index, org.jetbrains.kotlin.serialization.ProtoBuf.Annotation.Argument value) { if (value == null) { throw new NullPointerException(); } ensureArgumentIsMutable(); argument_.add(index, value); return this; } /** * repeated .org.jetbrains.kotlin.serialization.Annotation.Argument argument = 2; */ public Builder addArgument( org.jetbrains.kotlin.serialization.ProtoBuf.Annotation.Argument.Builder builderForValue) { ensureArgumentIsMutable(); argument_.add(builderForValue.build()); return this; } /** * repeated .org.jetbrains.kotlin.serialization.Annotation.Argument argument = 2; */ public Builder addArgument( int index, org.jetbrains.kotlin.serialization.ProtoBuf.Annotation.Argument.Builder builderForValue) { ensureArgumentIsMutable(); argument_.add(index, builderForValue.build()); return this; } /** * repeated .org.jetbrains.kotlin.serialization.Annotation.Argument argument = 2; */ public Builder addAllArgument( java.lang.Iterable values) { ensureArgumentIsMutable(); super.addAll(values, argument_); return this; } /** * repeated .org.jetbrains.kotlin.serialization.Annotation.Argument argument = 2; */ public Builder clearArgument() { argument_ = java.util.Collections.emptyList(); bitField0_ = (bitField0_ & ~0x00000002); return this; } /** * repeated .org.jetbrains.kotlin.serialization.Annotation.Argument argument = 2; */ public Builder removeArgument(int index) { ensureArgumentIsMutable(); argument_.remove(index); return this; } // @@protoc_insertion_point(builder_scope:org.jetbrains.kotlin.serialization.Annotation) } static { defaultInstance = new Annotation(true); defaultInstance.initFields(); } // @@protoc_insertion_point(class_scope:org.jetbrains.kotlin.serialization.Annotation) } public interface TypeOrBuilder extends com.google.protobuf.GeneratedMessageLite. ExtendableMessageOrBuilder { // repeated .org.jetbrains.kotlin.serialization.Type.Argument argument = 2; /** * repeated .org.jetbrains.kotlin.serialization.Type.Argument argument = 2; */ java.util.List getArgumentList(); /** * repeated .org.jetbrains.kotlin.serialization.Type.Argument argument = 2; */ org.jetbrains.kotlin.serialization.ProtoBuf.Type.Argument getArgument(int index); /** * repeated .org.jetbrains.kotlin.serialization.Type.Argument argument = 2; */ int getArgumentCount(); // optional bool nullable = 3 [default = false]; /** * optional bool nullable = 3 [default = false]; */ boolean hasNullable(); /** * optional bool nullable = 3 [default = false]; */ boolean getNullable(); // optional int32 flexible_type_capabilities_id = 4; /** * optional int32 flexible_type_capabilities_id = 4; * *
     * If this field is set, the type is flexible.
     * All the other fields and extensions represent its lower bound, and flexible_upper_bound must be set and represents its upper bound.
     * 
*/ boolean hasFlexibleTypeCapabilitiesId(); /** * optional int32 flexible_type_capabilities_id = 4; * *
     * If this field is set, the type is flexible.
     * All the other fields and extensions represent its lower bound, and flexible_upper_bound must be set and represents its upper bound.
     * 
*/ int getFlexibleTypeCapabilitiesId(); // optional .org.jetbrains.kotlin.serialization.Type flexible_upper_bound = 5; /** * optional .org.jetbrains.kotlin.serialization.Type flexible_upper_bound = 5; */ boolean hasFlexibleUpperBound(); /** * optional .org.jetbrains.kotlin.serialization.Type flexible_upper_bound = 5; */ org.jetbrains.kotlin.serialization.ProtoBuf.Type getFlexibleUpperBound(); // optional int32 flexible_upper_bound_id = 8; /** * optional int32 flexible_upper_bound_id = 8; */ boolean hasFlexibleUpperBoundId(); /** * optional int32 flexible_upper_bound_id = 8; */ int getFlexibleUpperBoundId(); // optional int32 class_name = 6; /** * optional int32 class_name = 6; */ boolean hasClassName(); /** * optional int32 class_name = 6; */ int getClassName(); // optional int32 type_parameter = 7; /** * optional int32 type_parameter = 7; * *
     * id of the type parameter
     * 
*/ boolean hasTypeParameter(); /** * optional int32 type_parameter = 7; * *
     * id of the type parameter
     * 
*/ int getTypeParameter(); // optional int32 type_parameter_name = 9; /** * optional int32 type_parameter_name = 9; * *
     * Name of the type parameter in the immediate owner
     * 
*/ boolean hasTypeParameterName(); /** * optional int32 type_parameter_name = 9; * *
     * Name of the type parameter in the immediate owner
     * 
*/ int getTypeParameterName(); // optional .org.jetbrains.kotlin.serialization.Type outer_type = 10; /** * optional .org.jetbrains.kotlin.serialization.Type outer_type = 10; */ boolean hasOuterType(); /** * optional .org.jetbrains.kotlin.serialization.Type outer_type = 10; */ org.jetbrains.kotlin.serialization.ProtoBuf.Type getOuterType(); // optional int32 outer_type_id = 11; /** * optional int32 outer_type_id = 11; */ boolean hasOuterTypeId(); /** * optional int32 outer_type_id = 11; */ int getOuterTypeId(); } /** * Protobuf type {@code org.jetbrains.kotlin.serialization.Type} */ public static final class Type extends com.google.protobuf.GeneratedMessageLite.ExtendableMessage< Type> implements TypeOrBuilder { // Use Type.newBuilder() to construct. private Type(com.google.protobuf.GeneratedMessageLite.ExtendableBuilder builder) { super(builder); } private Type(boolean noInit) {} private static final Type defaultInstance; public static Type getDefaultInstance() { return defaultInstance; } public Type getDefaultInstanceForType() { return defaultInstance; } private Type( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { initFields(); int mutable_bitField0_ = 0; try { boolean done = false; while (!done) { int tag = input.readTag(); switch (tag) { case 0: done = true; break; default: { if (!parseUnknownField(input, extensionRegistry, tag)) { done = true; } break; } case 18: { if (!((mutable_bitField0_ & 0x00000001) == 0x00000001)) { argument_ = new java.util.ArrayList(); mutable_bitField0_ |= 0x00000001; } argument_.add(input.readMessage(org.jetbrains.kotlin.serialization.ProtoBuf.Type.Argument.PARSER, extensionRegistry)); break; } case 24: { bitField0_ |= 0x00000001; nullable_ = input.readBool(); break; } case 32: { bitField0_ |= 0x00000002; flexibleTypeCapabilitiesId_ = input.readInt32(); break; } case 42: { org.jetbrains.kotlin.serialization.ProtoBuf.Type.Builder subBuilder = null; if (((bitField0_ & 0x00000004) == 0x00000004)) { subBuilder = flexibleUpperBound_.toBuilder(); } flexibleUpperBound_ = input.readMessage(org.jetbrains.kotlin.serialization.ProtoBuf.Type.PARSER, extensionRegistry); if (subBuilder != null) { subBuilder.mergeFrom(flexibleUpperBound_); flexibleUpperBound_ = subBuilder.buildPartial(); } bitField0_ |= 0x00000004; break; } case 48: { bitField0_ |= 0x00000010; className_ = input.readInt32(); break; } case 56: { bitField0_ |= 0x00000020; typeParameter_ = input.readInt32(); break; } case 64: { bitField0_ |= 0x00000008; flexibleUpperBoundId_ = input.readInt32(); break; } case 72: { bitField0_ |= 0x00000040; typeParameterName_ = input.readInt32(); break; } case 82: { org.jetbrains.kotlin.serialization.ProtoBuf.Type.Builder subBuilder = null; if (((bitField0_ & 0x00000080) == 0x00000080)) { subBuilder = outerType_.toBuilder(); } outerType_ = input.readMessage(org.jetbrains.kotlin.serialization.ProtoBuf.Type.PARSER, extensionRegistry); if (subBuilder != null) { subBuilder.mergeFrom(outerType_); outerType_ = subBuilder.buildPartial(); } bitField0_ |= 0x00000080; break; } case 88: { bitField0_ |= 0x00000100; outerTypeId_ = input.readInt32(); break; } } } } catch (com.google.protobuf.InvalidProtocolBufferException e) { throw e.setUnfinishedMessage(this); } catch (java.io.IOException e) { throw new com.google.protobuf.InvalidProtocolBufferException( e.getMessage()).setUnfinishedMessage(this); } finally { if (((mutable_bitField0_ & 0x00000001) == 0x00000001)) { argument_ = java.util.Collections.unmodifiableList(argument_); } makeExtensionsImmutable(); } } public static com.google.protobuf.Parser PARSER = new com.google.protobuf.AbstractParser() { public Type parsePartialFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return new Type(input, extensionRegistry); } }; @java.lang.Override public com.google.protobuf.Parser getParserForType() { return PARSER; } public interface ArgumentOrBuilder extends com.google.protobuf.MessageLiteOrBuilder { // optional .org.jetbrains.kotlin.serialization.Type.Argument.Projection projection = 1 [default = INV]; /** * optional .org.jetbrains.kotlin.serialization.Type.Argument.Projection projection = 1 [default = INV]; */ boolean hasProjection(); /** * optional .org.jetbrains.kotlin.serialization.Type.Argument.Projection projection = 1 [default = INV]; */ org.jetbrains.kotlin.serialization.ProtoBuf.Type.Argument.Projection getProjection(); // optional .org.jetbrains.kotlin.serialization.Type type = 2; /** * optional .org.jetbrains.kotlin.serialization.Type type = 2; * *
       * When projection is STAR, no type is written, otherwise type must be specified
       * 
*/ boolean hasType(); /** * optional .org.jetbrains.kotlin.serialization.Type type = 2; * *
       * When projection is STAR, no type is written, otherwise type must be specified
       * 
*/ org.jetbrains.kotlin.serialization.ProtoBuf.Type getType(); // optional int32 type_id = 3; /** * optional int32 type_id = 3; */ boolean hasTypeId(); /** * optional int32 type_id = 3; */ int getTypeId(); } /** * Protobuf type {@code org.jetbrains.kotlin.serialization.Type.Argument} */ public static final class Argument extends com.google.protobuf.GeneratedMessageLite implements ArgumentOrBuilder { // Use Argument.newBuilder() to construct. private Argument(com.google.protobuf.GeneratedMessageLite.Builder builder) { super(builder); } private Argument(boolean noInit) {} private static final Argument defaultInstance; public static Argument getDefaultInstance() { return defaultInstance; } public Argument getDefaultInstanceForType() { return defaultInstance; } private Argument( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { initFields(); int mutable_bitField0_ = 0; try { boolean done = false; while (!done) { int tag = input.readTag(); switch (tag) { case 0: done = true; break; default: { if (!parseUnknownField(input, extensionRegistry, tag)) { done = true; } break; } case 8: { int rawValue = input.readEnum(); org.jetbrains.kotlin.serialization.ProtoBuf.Type.Argument.Projection value = org.jetbrains.kotlin.serialization.ProtoBuf.Type.Argument.Projection.valueOf(rawValue); if (value != null) { bitField0_ |= 0x00000001; projection_ = value; } break; } case 18: { org.jetbrains.kotlin.serialization.ProtoBuf.Type.Builder subBuilder = null; if (((bitField0_ & 0x00000002) == 0x00000002)) { subBuilder = type_.toBuilder(); } type_ = input.readMessage(org.jetbrains.kotlin.serialization.ProtoBuf.Type.PARSER, extensionRegistry); if (subBuilder != null) { subBuilder.mergeFrom(type_); type_ = subBuilder.buildPartial(); } bitField0_ |= 0x00000002; break; } case 24: { bitField0_ |= 0x00000004; typeId_ = input.readInt32(); break; } } } } catch (com.google.protobuf.InvalidProtocolBufferException e) { throw e.setUnfinishedMessage(this); } catch (java.io.IOException e) { throw new com.google.protobuf.InvalidProtocolBufferException( e.getMessage()).setUnfinishedMessage(this); } finally { makeExtensionsImmutable(); } } public static com.google.protobuf.Parser PARSER = new com.google.protobuf.AbstractParser() { public Argument parsePartialFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return new Argument(input, extensionRegistry); } }; @java.lang.Override public com.google.protobuf.Parser getParserForType() { return PARSER; } /** * Protobuf enum {@code org.jetbrains.kotlin.serialization.Type.Argument.Projection} */ public enum Projection implements com.google.protobuf.Internal.EnumLite { /** * IN = 0; */ IN(0, 0), /** * OUT = 1; */ OUT(1, 1), /** * INV = 2; */ INV(2, 2), /** * STAR = 3; */ STAR(3, 3), ; /** * IN = 0; */ public static final int IN_VALUE = 0; /** * OUT = 1; */ public static final int OUT_VALUE = 1; /** * INV = 2; */ public static final int INV_VALUE = 2; /** * STAR = 3; */ public static final int STAR_VALUE = 3; public final int getNumber() { return value; } public static Projection valueOf(int value) { switch (value) { case 0: return IN; case 1: return OUT; case 2: return INV; case 3: return STAR; default: return null; } } public static com.google.protobuf.Internal.EnumLiteMap internalGetValueMap() { return internalValueMap; } private static com.google.protobuf.Internal.EnumLiteMap internalValueMap = new com.google.protobuf.Internal.EnumLiteMap() { public Projection findValueByNumber(int number) { return Projection.valueOf(number); } }; private final int value; private Projection(int index, int value) { this.value = value; } // @@protoc_insertion_point(enum_scope:org.jetbrains.kotlin.serialization.Type.Argument.Projection) } private int bitField0_; // optional .org.jetbrains.kotlin.serialization.Type.Argument.Projection projection = 1 [default = INV]; public static final int PROJECTION_FIELD_NUMBER = 1; private org.jetbrains.kotlin.serialization.ProtoBuf.Type.Argument.Projection projection_; /** * optional .org.jetbrains.kotlin.serialization.Type.Argument.Projection projection = 1 [default = INV]; */ public boolean hasProjection() { return ((bitField0_ & 0x00000001) == 0x00000001); } /** * optional .org.jetbrains.kotlin.serialization.Type.Argument.Projection projection = 1 [default = INV]; */ public org.jetbrains.kotlin.serialization.ProtoBuf.Type.Argument.Projection getProjection() { return projection_; } // optional .org.jetbrains.kotlin.serialization.Type type = 2; public static final int TYPE_FIELD_NUMBER = 2; private org.jetbrains.kotlin.serialization.ProtoBuf.Type type_; /** * optional .org.jetbrains.kotlin.serialization.Type type = 2; * *
       * When projection is STAR, no type is written, otherwise type must be specified
       * 
*/ public boolean hasType() { return ((bitField0_ & 0x00000002) == 0x00000002); } /** * optional .org.jetbrains.kotlin.serialization.Type type = 2; * *
       * When projection is STAR, no type is written, otherwise type must be specified
       * 
*/ public org.jetbrains.kotlin.serialization.ProtoBuf.Type getType() { return type_; } // optional int32 type_id = 3; public static final int TYPE_ID_FIELD_NUMBER = 3; private int typeId_; /** * optional int32 type_id = 3; */ public boolean hasTypeId() { return ((bitField0_ & 0x00000004) == 0x00000004); } /** * optional int32 type_id = 3; */ public int getTypeId() { return typeId_; } private void initFields() { projection_ = org.jetbrains.kotlin.serialization.ProtoBuf.Type.Argument.Projection.INV; type_ = org.jetbrains.kotlin.serialization.ProtoBuf.Type.getDefaultInstance(); typeId_ = 0; } private byte memoizedIsInitialized = -1; public final boolean isInitialized() { byte isInitialized = memoizedIsInitialized; if (isInitialized != -1) return isInitialized == 1; if (hasType()) { if (!getType().isInitialized()) { memoizedIsInitialized = 0; return false; } } memoizedIsInitialized = 1; return true; } public void writeTo(com.google.protobuf.CodedOutputStream output) throws java.io.IOException { getSerializedSize(); if (((bitField0_ & 0x00000001) == 0x00000001)) { output.writeEnum(1, projection_.getNumber()); } if (((bitField0_ & 0x00000002) == 0x00000002)) { output.writeMessage(2, type_); } if (((bitField0_ & 0x00000004) == 0x00000004)) { output.writeInt32(3, typeId_); } } private int memoizedSerializedSize = -1; public int getSerializedSize() { int size = memoizedSerializedSize; if (size != -1) return size; size = 0; if (((bitField0_ & 0x00000001) == 0x00000001)) { size += com.google.protobuf.CodedOutputStream .computeEnumSize(1, projection_.getNumber()); } if (((bitField0_ & 0x00000002) == 0x00000002)) { size += com.google.protobuf.CodedOutputStream .computeMessageSize(2, type_); } if (((bitField0_ & 0x00000004) == 0x00000004)) { size += com.google.protobuf.CodedOutputStream .computeInt32Size(3, typeId_); } memoizedSerializedSize = size; return size; } private static final long serialVersionUID = 0L; @java.lang.Override protected java.lang.Object writeReplace() throws java.io.ObjectStreamException { return super.writeReplace(); } public static org.jetbrains.kotlin.serialization.ProtoBuf.Type.Argument parseFrom( com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static org.jetbrains.kotlin.serialization.ProtoBuf.Type.Argument parseFrom( com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static org.jetbrains.kotlin.serialization.ProtoBuf.Type.Argument parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static org.jetbrains.kotlin.serialization.ProtoBuf.Type.Argument parseFrom( byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static org.jetbrains.kotlin.serialization.ProtoBuf.Type.Argument parseFrom(java.io.InputStream input) throws java.io.IOException { return PARSER.parseFrom(input); } public static org.jetbrains.kotlin.serialization.ProtoBuf.Type.Argument parseFrom( java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return PARSER.parseFrom(input, extensionRegistry); } public static org.jetbrains.kotlin.serialization.ProtoBuf.Type.Argument parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException { return PARSER.parseDelimitedFrom(input); } public static org.jetbrains.kotlin.serialization.ProtoBuf.Type.Argument parseDelimitedFrom( java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return PARSER.parseDelimitedFrom(input, extensionRegistry); } public static org.jetbrains.kotlin.serialization.ProtoBuf.Type.Argument parseFrom( com.google.protobuf.CodedInputStream input) throws java.io.IOException { return PARSER.parseFrom(input); } public static org.jetbrains.kotlin.serialization.ProtoBuf.Type.Argument parseFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return PARSER.parseFrom(input, extensionRegistry); } public static Builder newBuilder() { return Builder.create(); } public Builder newBuilderForType() { return newBuilder(); } public static Builder newBuilder(org.jetbrains.kotlin.serialization.ProtoBuf.Type.Argument prototype) { return newBuilder().mergeFrom(prototype); } public Builder toBuilder() { return newBuilder(this); } /** * Protobuf type {@code org.jetbrains.kotlin.serialization.Type.Argument} */ public static final class Builder extends com.google.protobuf.GeneratedMessageLite.Builder< org.jetbrains.kotlin.serialization.ProtoBuf.Type.Argument, Builder> implements org.jetbrains.kotlin.serialization.ProtoBuf.Type.ArgumentOrBuilder { // Construct using org.jetbrains.kotlin.serialization.ProtoBuf.Type.Argument.newBuilder() private Builder() { maybeForceBuilderInitialization(); } private void maybeForceBuilderInitialization() { } private static Builder create() { return new Builder(); } public Builder clear() { super.clear(); projection_ = org.jetbrains.kotlin.serialization.ProtoBuf.Type.Argument.Projection.INV; bitField0_ = (bitField0_ & ~0x00000001); type_ = org.jetbrains.kotlin.serialization.ProtoBuf.Type.getDefaultInstance(); bitField0_ = (bitField0_ & ~0x00000002); typeId_ = 0; bitField0_ = (bitField0_ & ~0x00000004); return this; } public Builder clone() { return create().mergeFrom(buildPartial()); } public org.jetbrains.kotlin.serialization.ProtoBuf.Type.Argument getDefaultInstanceForType() { return org.jetbrains.kotlin.serialization.ProtoBuf.Type.Argument.getDefaultInstance(); } public org.jetbrains.kotlin.serialization.ProtoBuf.Type.Argument build() { org.jetbrains.kotlin.serialization.ProtoBuf.Type.Argument result = buildPartial(); if (!result.isInitialized()) { throw newUninitializedMessageException(result); } return result; } public org.jetbrains.kotlin.serialization.ProtoBuf.Type.Argument buildPartial() { org.jetbrains.kotlin.serialization.ProtoBuf.Type.Argument result = new org.jetbrains.kotlin.serialization.ProtoBuf.Type.Argument(this); int from_bitField0_ = bitField0_; int to_bitField0_ = 0; if (((from_bitField0_ & 0x00000001) == 0x00000001)) { to_bitField0_ |= 0x00000001; } result.projection_ = projection_; if (((from_bitField0_ & 0x00000002) == 0x00000002)) { to_bitField0_ |= 0x00000002; } result.type_ = type_; if (((from_bitField0_ & 0x00000004) == 0x00000004)) { to_bitField0_ |= 0x00000004; } result.typeId_ = typeId_; result.bitField0_ = to_bitField0_; return result; } public Builder mergeFrom(org.jetbrains.kotlin.serialization.ProtoBuf.Type.Argument other) { if (other == org.jetbrains.kotlin.serialization.ProtoBuf.Type.Argument.getDefaultInstance()) return this; if (other.hasProjection()) { setProjection(other.getProjection()); } if (other.hasType()) { mergeType(other.getType()); } if (other.hasTypeId()) { setTypeId(other.getTypeId()); } return this; } public final boolean isInitialized() { if (hasType()) { if (!getType().isInitialized()) { return false; } } return true; } public Builder mergeFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { org.jetbrains.kotlin.serialization.ProtoBuf.Type.Argument parsedMessage = null; try { parsedMessage = PARSER.parsePartialFrom(input, extensionRegistry); } catch (com.google.protobuf.InvalidProtocolBufferException e) { parsedMessage = (org.jetbrains.kotlin.serialization.ProtoBuf.Type.Argument) e.getUnfinishedMessage(); throw e; } finally { if (parsedMessage != null) { mergeFrom(parsedMessage); } } return this; } private int bitField0_; // optional .org.jetbrains.kotlin.serialization.Type.Argument.Projection projection = 1 [default = INV]; private org.jetbrains.kotlin.serialization.ProtoBuf.Type.Argument.Projection projection_ = org.jetbrains.kotlin.serialization.ProtoBuf.Type.Argument.Projection.INV; /** * optional .org.jetbrains.kotlin.serialization.Type.Argument.Projection projection = 1 [default = INV]; */ public boolean hasProjection() { return ((bitField0_ & 0x00000001) == 0x00000001); } /** * optional .org.jetbrains.kotlin.serialization.Type.Argument.Projection projection = 1 [default = INV]; */ public org.jetbrains.kotlin.serialization.ProtoBuf.Type.Argument.Projection getProjection() { return projection_; } /** * optional .org.jetbrains.kotlin.serialization.Type.Argument.Projection projection = 1 [default = INV]; */ public Builder setProjection(org.jetbrains.kotlin.serialization.ProtoBuf.Type.Argument.Projection value) { if (value == null) { throw new NullPointerException(); } bitField0_ |= 0x00000001; projection_ = value; return this; } /** * optional .org.jetbrains.kotlin.serialization.Type.Argument.Projection projection = 1 [default = INV]; */ public Builder clearProjection() { bitField0_ = (bitField0_ & ~0x00000001); projection_ = org.jetbrains.kotlin.serialization.ProtoBuf.Type.Argument.Projection.INV; return this; } // optional .org.jetbrains.kotlin.serialization.Type type = 2; private org.jetbrains.kotlin.serialization.ProtoBuf.Type type_ = org.jetbrains.kotlin.serialization.ProtoBuf.Type.getDefaultInstance(); /** * optional .org.jetbrains.kotlin.serialization.Type type = 2; * *
         * When projection is STAR, no type is written, otherwise type must be specified
         * 
*/ public boolean hasType() { return ((bitField0_ & 0x00000002) == 0x00000002); } /** * optional .org.jetbrains.kotlin.serialization.Type type = 2; * *
         * When projection is STAR, no type is written, otherwise type must be specified
         * 
*/ public org.jetbrains.kotlin.serialization.ProtoBuf.Type getType() { return type_; } /** * optional .org.jetbrains.kotlin.serialization.Type type = 2; * *
         * When projection is STAR, no type is written, otherwise type must be specified
         * 
*/ public Builder setType(org.jetbrains.kotlin.serialization.ProtoBuf.Type value) { if (value == null) { throw new NullPointerException(); } type_ = value; bitField0_ |= 0x00000002; return this; } /** * optional .org.jetbrains.kotlin.serialization.Type type = 2; * *
         * When projection is STAR, no type is written, otherwise type must be specified
         * 
*/ public Builder setType( org.jetbrains.kotlin.serialization.ProtoBuf.Type.Builder builderForValue) { type_ = builderForValue.build(); bitField0_ |= 0x00000002; return this; } /** * optional .org.jetbrains.kotlin.serialization.Type type = 2; * *
         * When projection is STAR, no type is written, otherwise type must be specified
         * 
*/ public Builder mergeType(org.jetbrains.kotlin.serialization.ProtoBuf.Type value) { if (((bitField0_ & 0x00000002) == 0x00000002) && type_ != org.jetbrains.kotlin.serialization.ProtoBuf.Type.getDefaultInstance()) { type_ = org.jetbrains.kotlin.serialization.ProtoBuf.Type.newBuilder(type_).mergeFrom(value).buildPartial(); } else { type_ = value; } bitField0_ |= 0x00000002; return this; } /** * optional .org.jetbrains.kotlin.serialization.Type type = 2; * *
         * When projection is STAR, no type is written, otherwise type must be specified
         * 
*/ public Builder clearType() { type_ = org.jetbrains.kotlin.serialization.ProtoBuf.Type.getDefaultInstance(); bitField0_ = (bitField0_ & ~0x00000002); return this; } // optional int32 type_id = 3; private int typeId_ ; /** * optional int32 type_id = 3; */ public boolean hasTypeId() { return ((bitField0_ & 0x00000004) == 0x00000004); } /** * optional int32 type_id = 3; */ public int getTypeId() { return typeId_; } /** * optional int32 type_id = 3; */ public Builder setTypeId(int value) { bitField0_ |= 0x00000004; typeId_ = value; return this; } /** * optional int32 type_id = 3; */ public Builder clearTypeId() { bitField0_ = (bitField0_ & ~0x00000004); typeId_ = 0; return this; } // @@protoc_insertion_point(builder_scope:org.jetbrains.kotlin.serialization.Type.Argument) } static { defaultInstance = new Argument(true); defaultInstance.initFields(); } // @@protoc_insertion_point(class_scope:org.jetbrains.kotlin.serialization.Type.Argument) } private int bitField0_; // repeated .org.jetbrains.kotlin.serialization.Type.Argument argument = 2; public static final int ARGUMENT_FIELD_NUMBER = 2; private java.util.List argument_; /** * repeated .org.jetbrains.kotlin.serialization.Type.Argument argument = 2; */ public java.util.List getArgumentList() { return argument_; } /** * repeated .org.jetbrains.kotlin.serialization.Type.Argument argument = 2; */ public java.util.List getArgumentOrBuilderList() { return argument_; } /** * repeated .org.jetbrains.kotlin.serialization.Type.Argument argument = 2; */ public int getArgumentCount() { return argument_.size(); } /** * repeated .org.jetbrains.kotlin.serialization.Type.Argument argument = 2; */ public org.jetbrains.kotlin.serialization.ProtoBuf.Type.Argument getArgument(int index) { return argument_.get(index); } /** * repeated .org.jetbrains.kotlin.serialization.Type.Argument argument = 2; */ public org.jetbrains.kotlin.serialization.ProtoBuf.Type.ArgumentOrBuilder getArgumentOrBuilder( int index) { return argument_.get(index); } // optional bool nullable = 3 [default = false]; public static final int NULLABLE_FIELD_NUMBER = 3; private boolean nullable_; /** * optional bool nullable = 3 [default = false]; */ public boolean hasNullable() { return ((bitField0_ & 0x00000001) == 0x00000001); } /** * optional bool nullable = 3 [default = false]; */ public boolean getNullable() { return nullable_; } // optional int32 flexible_type_capabilities_id = 4; public static final int FLEXIBLE_TYPE_CAPABILITIES_ID_FIELD_NUMBER = 4; private int flexibleTypeCapabilitiesId_; /** * optional int32 flexible_type_capabilities_id = 4; * *
     * If this field is set, the type is flexible.
     * All the other fields and extensions represent its lower bound, and flexible_upper_bound must be set and represents its upper bound.
     * 
*/ public boolean hasFlexibleTypeCapabilitiesId() { return ((bitField0_ & 0x00000002) == 0x00000002); } /** * optional int32 flexible_type_capabilities_id = 4; * *
     * If this field is set, the type is flexible.
     * All the other fields and extensions represent its lower bound, and flexible_upper_bound must be set and represents its upper bound.
     * 
*/ public int getFlexibleTypeCapabilitiesId() { return flexibleTypeCapabilitiesId_; } // optional .org.jetbrains.kotlin.serialization.Type flexible_upper_bound = 5; public static final int FLEXIBLE_UPPER_BOUND_FIELD_NUMBER = 5; private org.jetbrains.kotlin.serialization.ProtoBuf.Type flexibleUpperBound_; /** * optional .org.jetbrains.kotlin.serialization.Type flexible_upper_bound = 5; */ public boolean hasFlexibleUpperBound() { return ((bitField0_ & 0x00000004) == 0x00000004); } /** * optional .org.jetbrains.kotlin.serialization.Type flexible_upper_bound = 5; */ public org.jetbrains.kotlin.serialization.ProtoBuf.Type getFlexibleUpperBound() { return flexibleUpperBound_; } // optional int32 flexible_upper_bound_id = 8; public static final int FLEXIBLE_UPPER_BOUND_ID_FIELD_NUMBER = 8; private int flexibleUpperBoundId_; /** * optional int32 flexible_upper_bound_id = 8; */ public boolean hasFlexibleUpperBoundId() { return ((bitField0_ & 0x00000008) == 0x00000008); } /** * optional int32 flexible_upper_bound_id = 8; */ public int getFlexibleUpperBoundId() { return flexibleUpperBoundId_; } // optional int32 class_name = 6; public static final int CLASS_NAME_FIELD_NUMBER = 6; private int className_; /** * optional int32 class_name = 6; */ public boolean hasClassName() { return ((bitField0_ & 0x00000010) == 0x00000010); } /** * optional int32 class_name = 6; */ public int getClassName() { return className_; } // optional int32 type_parameter = 7; public static final int TYPE_PARAMETER_FIELD_NUMBER = 7; private int typeParameter_; /** * optional int32 type_parameter = 7; * *
     * id of the type parameter
     * 
*/ public boolean hasTypeParameter() { return ((bitField0_ & 0x00000020) == 0x00000020); } /** * optional int32 type_parameter = 7; * *
     * id of the type parameter
     * 
*/ public int getTypeParameter() { return typeParameter_; } // optional int32 type_parameter_name = 9; public static final int TYPE_PARAMETER_NAME_FIELD_NUMBER = 9; private int typeParameterName_; /** * optional int32 type_parameter_name = 9; * *
     * Name of the type parameter in the immediate owner
     * 
*/ public boolean hasTypeParameterName() { return ((bitField0_ & 0x00000040) == 0x00000040); } /** * optional int32 type_parameter_name = 9; * *
     * Name of the type parameter in the immediate owner
     * 
*/ public int getTypeParameterName() { return typeParameterName_; } // optional .org.jetbrains.kotlin.serialization.Type outer_type = 10; public static final int OUTER_TYPE_FIELD_NUMBER = 10; private org.jetbrains.kotlin.serialization.ProtoBuf.Type outerType_; /** * optional .org.jetbrains.kotlin.serialization.Type outer_type = 10; */ public boolean hasOuterType() { return ((bitField0_ & 0x00000080) == 0x00000080); } /** * optional .org.jetbrains.kotlin.serialization.Type outer_type = 10; */ public org.jetbrains.kotlin.serialization.ProtoBuf.Type getOuterType() { return outerType_; } // optional int32 outer_type_id = 11; public static final int OUTER_TYPE_ID_FIELD_NUMBER = 11; private int outerTypeId_; /** * optional int32 outer_type_id = 11; */ public boolean hasOuterTypeId() { return ((bitField0_ & 0x00000100) == 0x00000100); } /** * optional int32 outer_type_id = 11; */ public int getOuterTypeId() { return outerTypeId_; } private void initFields() { argument_ = java.util.Collections.emptyList(); nullable_ = false; flexibleTypeCapabilitiesId_ = 0; flexibleUpperBound_ = org.jetbrains.kotlin.serialization.ProtoBuf.Type.getDefaultInstance(); flexibleUpperBoundId_ = 0; className_ = 0; typeParameter_ = 0; typeParameterName_ = 0; outerType_ = org.jetbrains.kotlin.serialization.ProtoBuf.Type.getDefaultInstance(); outerTypeId_ = 0; } private byte memoizedIsInitialized = -1; public final boolean isInitialized() { byte isInitialized = memoizedIsInitialized; if (isInitialized != -1) return isInitialized == 1; for (int i = 0; i < getArgumentCount(); i++) { if (!getArgument(i).isInitialized()) { memoizedIsInitialized = 0; return false; } } if (hasFlexibleUpperBound()) { if (!getFlexibleUpperBound().isInitialized()) { memoizedIsInitialized = 0; return false; } } if (hasOuterType()) { if (!getOuterType().isInitialized()) { memoizedIsInitialized = 0; return false; } } if (!extensionsAreInitialized()) { memoizedIsInitialized = 0; return false; } memoizedIsInitialized = 1; return true; } public void writeTo(com.google.protobuf.CodedOutputStream output) throws java.io.IOException { getSerializedSize(); com.google.protobuf.GeneratedMessageLite .ExtendableMessage.ExtensionWriter extensionWriter = newExtensionWriter(); for (int i = 0; i < argument_.size(); i++) { output.writeMessage(2, argument_.get(i)); } if (((bitField0_ & 0x00000001) == 0x00000001)) { output.writeBool(3, nullable_); } if (((bitField0_ & 0x00000002) == 0x00000002)) { output.writeInt32(4, flexibleTypeCapabilitiesId_); } if (((bitField0_ & 0x00000004) == 0x00000004)) { output.writeMessage(5, flexibleUpperBound_); } if (((bitField0_ & 0x00000010) == 0x00000010)) { output.writeInt32(6, className_); } if (((bitField0_ & 0x00000020) == 0x00000020)) { output.writeInt32(7, typeParameter_); } if (((bitField0_ & 0x00000008) == 0x00000008)) { output.writeInt32(8, flexibleUpperBoundId_); } if (((bitField0_ & 0x00000040) == 0x00000040)) { output.writeInt32(9, typeParameterName_); } if (((bitField0_ & 0x00000080) == 0x00000080)) { output.writeMessage(10, outerType_); } if (((bitField0_ & 0x00000100) == 0x00000100)) { output.writeInt32(11, outerTypeId_); } extensionWriter.writeUntil(200, output); } private int memoizedSerializedSize = -1; public int getSerializedSize() { int size = memoizedSerializedSize; if (size != -1) return size; size = 0; for (int i = 0; i < argument_.size(); i++) { size += com.google.protobuf.CodedOutputStream .computeMessageSize(2, argument_.get(i)); } if (((bitField0_ & 0x00000001) == 0x00000001)) { size += com.google.protobuf.CodedOutputStream .computeBoolSize(3, nullable_); } if (((bitField0_ & 0x00000002) == 0x00000002)) { size += com.google.protobuf.CodedOutputStream .computeInt32Size(4, flexibleTypeCapabilitiesId_); } if (((bitField0_ & 0x00000004) == 0x00000004)) { size += com.google.protobuf.CodedOutputStream .computeMessageSize(5, flexibleUpperBound_); } if (((bitField0_ & 0x00000010) == 0x00000010)) { size += com.google.protobuf.CodedOutputStream .computeInt32Size(6, className_); } if (((bitField0_ & 0x00000020) == 0x00000020)) { size += com.google.protobuf.CodedOutputStream .computeInt32Size(7, typeParameter_); } if (((bitField0_ & 0x00000008) == 0x00000008)) { size += com.google.protobuf.CodedOutputStream .computeInt32Size(8, flexibleUpperBoundId_); } if (((bitField0_ & 0x00000040) == 0x00000040)) { size += com.google.protobuf.CodedOutputStream .computeInt32Size(9, typeParameterName_); } if (((bitField0_ & 0x00000080) == 0x00000080)) { size += com.google.protobuf.CodedOutputStream .computeMessageSize(10, outerType_); } if (((bitField0_ & 0x00000100) == 0x00000100)) { size += com.google.protobuf.CodedOutputStream .computeInt32Size(11, outerTypeId_); } size += extensionsSerializedSize(); memoizedSerializedSize = size; return size; } private static final long serialVersionUID = 0L; @java.lang.Override protected java.lang.Object writeReplace() throws java.io.ObjectStreamException { return super.writeReplace(); } public static org.jetbrains.kotlin.serialization.ProtoBuf.Type parseFrom( com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static org.jetbrains.kotlin.serialization.ProtoBuf.Type parseFrom( com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static org.jetbrains.kotlin.serialization.ProtoBuf.Type parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static org.jetbrains.kotlin.serialization.ProtoBuf.Type parseFrom( byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static org.jetbrains.kotlin.serialization.ProtoBuf.Type parseFrom(java.io.InputStream input) throws java.io.IOException { return PARSER.parseFrom(input); } public static org.jetbrains.kotlin.serialization.ProtoBuf.Type parseFrom( java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return PARSER.parseFrom(input, extensionRegistry); } public static org.jetbrains.kotlin.serialization.ProtoBuf.Type parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException { return PARSER.parseDelimitedFrom(input); } public static org.jetbrains.kotlin.serialization.ProtoBuf.Type parseDelimitedFrom( java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return PARSER.parseDelimitedFrom(input, extensionRegistry); } public static org.jetbrains.kotlin.serialization.ProtoBuf.Type parseFrom( com.google.protobuf.CodedInputStream input) throws java.io.IOException { return PARSER.parseFrom(input); } public static org.jetbrains.kotlin.serialization.ProtoBuf.Type parseFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return PARSER.parseFrom(input, extensionRegistry); } public static Builder newBuilder() { return Builder.create(); } public Builder newBuilderForType() { return newBuilder(); } public static Builder newBuilder(org.jetbrains.kotlin.serialization.ProtoBuf.Type prototype) { return newBuilder().mergeFrom(prototype); } public Builder toBuilder() { return newBuilder(this); } /** * Protobuf type {@code org.jetbrains.kotlin.serialization.Type} */ public static final class Builder extends com.google.protobuf.GeneratedMessageLite.ExtendableBuilder< org.jetbrains.kotlin.serialization.ProtoBuf.Type, Builder> implements org.jetbrains.kotlin.serialization.ProtoBuf.TypeOrBuilder { // Construct using org.jetbrains.kotlin.serialization.ProtoBuf.Type.newBuilder() private Builder() { maybeForceBuilderInitialization(); } private void maybeForceBuilderInitialization() { } private static Builder create() { return new Builder(); } public Builder clear() { super.clear(); argument_ = java.util.Collections.emptyList(); bitField0_ = (bitField0_ & ~0x00000001); nullable_ = false; bitField0_ = (bitField0_ & ~0x00000002); flexibleTypeCapabilitiesId_ = 0; bitField0_ = (bitField0_ & ~0x00000004); flexibleUpperBound_ = org.jetbrains.kotlin.serialization.ProtoBuf.Type.getDefaultInstance(); bitField0_ = (bitField0_ & ~0x00000008); flexibleUpperBoundId_ = 0; bitField0_ = (bitField0_ & ~0x00000010); className_ = 0; bitField0_ = (bitField0_ & ~0x00000020); typeParameter_ = 0; bitField0_ = (bitField0_ & ~0x00000040); typeParameterName_ = 0; bitField0_ = (bitField0_ & ~0x00000080); outerType_ = org.jetbrains.kotlin.serialization.ProtoBuf.Type.getDefaultInstance(); bitField0_ = (bitField0_ & ~0x00000100); outerTypeId_ = 0; bitField0_ = (bitField0_ & ~0x00000200); return this; } public Builder clone() { return create().mergeFrom(buildPartial()); } public org.jetbrains.kotlin.serialization.ProtoBuf.Type getDefaultInstanceForType() { return org.jetbrains.kotlin.serialization.ProtoBuf.Type.getDefaultInstance(); } public org.jetbrains.kotlin.serialization.ProtoBuf.Type build() { org.jetbrains.kotlin.serialization.ProtoBuf.Type result = buildPartial(); if (!result.isInitialized()) { throw newUninitializedMessageException(result); } return result; } public org.jetbrains.kotlin.serialization.ProtoBuf.Type buildPartial() { org.jetbrains.kotlin.serialization.ProtoBuf.Type result = new org.jetbrains.kotlin.serialization.ProtoBuf.Type(this); int from_bitField0_ = bitField0_; int to_bitField0_ = 0; if (((bitField0_ & 0x00000001) == 0x00000001)) { argument_ = java.util.Collections.unmodifiableList(argument_); bitField0_ = (bitField0_ & ~0x00000001); } result.argument_ = argument_; if (((from_bitField0_ & 0x00000002) == 0x00000002)) { to_bitField0_ |= 0x00000001; } result.nullable_ = nullable_; if (((from_bitField0_ & 0x00000004) == 0x00000004)) { to_bitField0_ |= 0x00000002; } result.flexibleTypeCapabilitiesId_ = flexibleTypeCapabilitiesId_; if (((from_bitField0_ & 0x00000008) == 0x00000008)) { to_bitField0_ |= 0x00000004; } result.flexibleUpperBound_ = flexibleUpperBound_; if (((from_bitField0_ & 0x00000010) == 0x00000010)) { to_bitField0_ |= 0x00000008; } result.flexibleUpperBoundId_ = flexibleUpperBoundId_; if (((from_bitField0_ & 0x00000020) == 0x00000020)) { to_bitField0_ |= 0x00000010; } result.className_ = className_; if (((from_bitField0_ & 0x00000040) == 0x00000040)) { to_bitField0_ |= 0x00000020; } result.typeParameter_ = typeParameter_; if (((from_bitField0_ & 0x00000080) == 0x00000080)) { to_bitField0_ |= 0x00000040; } result.typeParameterName_ = typeParameterName_; if (((from_bitField0_ & 0x00000100) == 0x00000100)) { to_bitField0_ |= 0x00000080; } result.outerType_ = outerType_; if (((from_bitField0_ & 0x00000200) == 0x00000200)) { to_bitField0_ |= 0x00000100; } result.outerTypeId_ = outerTypeId_; result.bitField0_ = to_bitField0_; return result; } public Builder mergeFrom(org.jetbrains.kotlin.serialization.ProtoBuf.Type other) { if (other == org.jetbrains.kotlin.serialization.ProtoBuf.Type.getDefaultInstance()) return this; if (!other.argument_.isEmpty()) { if (argument_.isEmpty()) { argument_ = other.argument_; bitField0_ = (bitField0_ & ~0x00000001); } else { ensureArgumentIsMutable(); argument_.addAll(other.argument_); } } if (other.hasNullable()) { setNullable(other.getNullable()); } if (other.hasFlexibleTypeCapabilitiesId()) { setFlexibleTypeCapabilitiesId(other.getFlexibleTypeCapabilitiesId()); } if (other.hasFlexibleUpperBound()) { mergeFlexibleUpperBound(other.getFlexibleUpperBound()); } if (other.hasFlexibleUpperBoundId()) { setFlexibleUpperBoundId(other.getFlexibleUpperBoundId()); } if (other.hasClassName()) { setClassName(other.getClassName()); } if (other.hasTypeParameter()) { setTypeParameter(other.getTypeParameter()); } if (other.hasTypeParameterName()) { setTypeParameterName(other.getTypeParameterName()); } if (other.hasOuterType()) { mergeOuterType(other.getOuterType()); } if (other.hasOuterTypeId()) { setOuterTypeId(other.getOuterTypeId()); } this.mergeExtensionFields(other); return this; } public final boolean isInitialized() { for (int i = 0; i < getArgumentCount(); i++) { if (!getArgument(i).isInitialized()) { return false; } } if (hasFlexibleUpperBound()) { if (!getFlexibleUpperBound().isInitialized()) { return false; } } if (hasOuterType()) { if (!getOuterType().isInitialized()) { return false; } } if (!extensionsAreInitialized()) { return false; } return true; } public Builder mergeFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { org.jetbrains.kotlin.serialization.ProtoBuf.Type parsedMessage = null; try { parsedMessage = PARSER.parsePartialFrom(input, extensionRegistry); } catch (com.google.protobuf.InvalidProtocolBufferException e) { parsedMessage = (org.jetbrains.kotlin.serialization.ProtoBuf.Type) e.getUnfinishedMessage(); throw e; } finally { if (parsedMessage != null) { mergeFrom(parsedMessage); } } return this; } private int bitField0_; // repeated .org.jetbrains.kotlin.serialization.Type.Argument argument = 2; private java.util.List argument_ = java.util.Collections.emptyList(); private void ensureArgumentIsMutable() { if (!((bitField0_ & 0x00000001) == 0x00000001)) { argument_ = new java.util.ArrayList(argument_); bitField0_ |= 0x00000001; } } /** * repeated .org.jetbrains.kotlin.serialization.Type.Argument argument = 2; */ public java.util.List getArgumentList() { return java.util.Collections.unmodifiableList(argument_); } /** * repeated .org.jetbrains.kotlin.serialization.Type.Argument argument = 2; */ public int getArgumentCount() { return argument_.size(); } /** * repeated .org.jetbrains.kotlin.serialization.Type.Argument argument = 2; */ public org.jetbrains.kotlin.serialization.ProtoBuf.Type.Argument getArgument(int index) { return argument_.get(index); } /** * repeated .org.jetbrains.kotlin.serialization.Type.Argument argument = 2; */ public Builder setArgument( int index, org.jetbrains.kotlin.serialization.ProtoBuf.Type.Argument value) { if (value == null) { throw new NullPointerException(); } ensureArgumentIsMutable(); argument_.set(index, value); return this; } /** * repeated .org.jetbrains.kotlin.serialization.Type.Argument argument = 2; */ public Builder setArgument( int index, org.jetbrains.kotlin.serialization.ProtoBuf.Type.Argument.Builder builderForValue) { ensureArgumentIsMutable(); argument_.set(index, builderForValue.build()); return this; } /** * repeated .org.jetbrains.kotlin.serialization.Type.Argument argument = 2; */ public Builder addArgument(org.jetbrains.kotlin.serialization.ProtoBuf.Type.Argument value) { if (value == null) { throw new NullPointerException(); } ensureArgumentIsMutable(); argument_.add(value); return this; } /** * repeated .org.jetbrains.kotlin.serialization.Type.Argument argument = 2; */ public Builder addArgument( int index, org.jetbrains.kotlin.serialization.ProtoBuf.Type.Argument value) { if (value == null) { throw new NullPointerException(); } ensureArgumentIsMutable(); argument_.add(index, value); return this; } /** * repeated .org.jetbrains.kotlin.serialization.Type.Argument argument = 2; */ public Builder addArgument( org.jetbrains.kotlin.serialization.ProtoBuf.Type.Argument.Builder builderForValue) { ensureArgumentIsMutable(); argument_.add(builderForValue.build()); return this; } /** * repeated .org.jetbrains.kotlin.serialization.Type.Argument argument = 2; */ public Builder addArgument( int index, org.jetbrains.kotlin.serialization.ProtoBuf.Type.Argument.Builder builderForValue) { ensureArgumentIsMutable(); argument_.add(index, builderForValue.build()); return this; } /** * repeated .org.jetbrains.kotlin.serialization.Type.Argument argument = 2; */ public Builder addAllArgument( java.lang.Iterable values) { ensureArgumentIsMutable(); super.addAll(values, argument_); return this; } /** * repeated .org.jetbrains.kotlin.serialization.Type.Argument argument = 2; */ public Builder clearArgument() { argument_ = java.util.Collections.emptyList(); bitField0_ = (bitField0_ & ~0x00000001); return this; } /** * repeated .org.jetbrains.kotlin.serialization.Type.Argument argument = 2; */ public Builder removeArgument(int index) { ensureArgumentIsMutable(); argument_.remove(index); return this; } // optional bool nullable = 3 [default = false]; private boolean nullable_ ; /** * optional bool nullable = 3 [default = false]; */ public boolean hasNullable() { return ((bitField0_ & 0x00000002) == 0x00000002); } /** * optional bool nullable = 3 [default = false]; */ public boolean getNullable() { return nullable_; } /** * optional bool nullable = 3 [default = false]; */ public Builder setNullable(boolean value) { bitField0_ |= 0x00000002; nullable_ = value; return this; } /** * optional bool nullable = 3 [default = false]; */ public Builder clearNullable() { bitField0_ = (bitField0_ & ~0x00000002); nullable_ = false; return this; } // optional int32 flexible_type_capabilities_id = 4; private int flexibleTypeCapabilitiesId_ ; /** * optional int32 flexible_type_capabilities_id = 4; * *
       * If this field is set, the type is flexible.
       * All the other fields and extensions represent its lower bound, and flexible_upper_bound must be set and represents its upper bound.
       * 
*/ public boolean hasFlexibleTypeCapabilitiesId() { return ((bitField0_ & 0x00000004) == 0x00000004); } /** * optional int32 flexible_type_capabilities_id = 4; * *
       * If this field is set, the type is flexible.
       * All the other fields and extensions represent its lower bound, and flexible_upper_bound must be set and represents its upper bound.
       * 
*/ public int getFlexibleTypeCapabilitiesId() { return flexibleTypeCapabilitiesId_; } /** * optional int32 flexible_type_capabilities_id = 4; * *
       * If this field is set, the type is flexible.
       * All the other fields and extensions represent its lower bound, and flexible_upper_bound must be set and represents its upper bound.
       * 
*/ public Builder setFlexibleTypeCapabilitiesId(int value) { bitField0_ |= 0x00000004; flexibleTypeCapabilitiesId_ = value; return this; } /** * optional int32 flexible_type_capabilities_id = 4; * *
       * If this field is set, the type is flexible.
       * All the other fields and extensions represent its lower bound, and flexible_upper_bound must be set and represents its upper bound.
       * 
*/ public Builder clearFlexibleTypeCapabilitiesId() { bitField0_ = (bitField0_ & ~0x00000004); flexibleTypeCapabilitiesId_ = 0; return this; } // optional .org.jetbrains.kotlin.serialization.Type flexible_upper_bound = 5; private org.jetbrains.kotlin.serialization.ProtoBuf.Type flexibleUpperBound_ = org.jetbrains.kotlin.serialization.ProtoBuf.Type.getDefaultInstance(); /** * optional .org.jetbrains.kotlin.serialization.Type flexible_upper_bound = 5; */ public boolean hasFlexibleUpperBound() { return ((bitField0_ & 0x00000008) == 0x00000008); } /** * optional .org.jetbrains.kotlin.serialization.Type flexible_upper_bound = 5; */ public org.jetbrains.kotlin.serialization.ProtoBuf.Type getFlexibleUpperBound() { return flexibleUpperBound_; } /** * optional .org.jetbrains.kotlin.serialization.Type flexible_upper_bound = 5; */ public Builder setFlexibleUpperBound(org.jetbrains.kotlin.serialization.ProtoBuf.Type value) { if (value == null) { throw new NullPointerException(); } flexibleUpperBound_ = value; bitField0_ |= 0x00000008; return this; } /** * optional .org.jetbrains.kotlin.serialization.Type flexible_upper_bound = 5; */ public Builder setFlexibleUpperBound( org.jetbrains.kotlin.serialization.ProtoBuf.Type.Builder builderForValue) { flexibleUpperBound_ = builderForValue.build(); bitField0_ |= 0x00000008; return this; } /** * optional .org.jetbrains.kotlin.serialization.Type flexible_upper_bound = 5; */ public Builder mergeFlexibleUpperBound(org.jetbrains.kotlin.serialization.ProtoBuf.Type value) { if (((bitField0_ & 0x00000008) == 0x00000008) && flexibleUpperBound_ != org.jetbrains.kotlin.serialization.ProtoBuf.Type.getDefaultInstance()) { flexibleUpperBound_ = org.jetbrains.kotlin.serialization.ProtoBuf.Type.newBuilder(flexibleUpperBound_).mergeFrom(value).buildPartial(); } else { flexibleUpperBound_ = value; } bitField0_ |= 0x00000008; return this; } /** * optional .org.jetbrains.kotlin.serialization.Type flexible_upper_bound = 5; */ public Builder clearFlexibleUpperBound() { flexibleUpperBound_ = org.jetbrains.kotlin.serialization.ProtoBuf.Type.getDefaultInstance(); bitField0_ = (bitField0_ & ~0x00000008); return this; } // optional int32 flexible_upper_bound_id = 8; private int flexibleUpperBoundId_ ; /** * optional int32 flexible_upper_bound_id = 8; */ public boolean hasFlexibleUpperBoundId() { return ((bitField0_ & 0x00000010) == 0x00000010); } /** * optional int32 flexible_upper_bound_id = 8; */ public int getFlexibleUpperBoundId() { return flexibleUpperBoundId_; } /** * optional int32 flexible_upper_bound_id = 8; */ public Builder setFlexibleUpperBoundId(int value) { bitField0_ |= 0x00000010; flexibleUpperBoundId_ = value; return this; } /** * optional int32 flexible_upper_bound_id = 8; */ public Builder clearFlexibleUpperBoundId() { bitField0_ = (bitField0_ & ~0x00000010); flexibleUpperBoundId_ = 0; return this; } // optional int32 class_name = 6; private int className_ ; /** * optional int32 class_name = 6; */ public boolean hasClassName() { return ((bitField0_ & 0x00000020) == 0x00000020); } /** * optional int32 class_name = 6; */ public int getClassName() { return className_; } /** * optional int32 class_name = 6; */ public Builder setClassName(int value) { bitField0_ |= 0x00000020; className_ = value; return this; } /** * optional int32 class_name = 6; */ public Builder clearClassName() { bitField0_ = (bitField0_ & ~0x00000020); className_ = 0; return this; } // optional int32 type_parameter = 7; private int typeParameter_ ; /** * optional int32 type_parameter = 7; * *
       * id of the type parameter
       * 
*/ public boolean hasTypeParameter() { return ((bitField0_ & 0x00000040) == 0x00000040); } /** * optional int32 type_parameter = 7; * *
       * id of the type parameter
       * 
*/ public int getTypeParameter() { return typeParameter_; } /** * optional int32 type_parameter = 7; * *
       * id of the type parameter
       * 
*/ public Builder setTypeParameter(int value) { bitField0_ |= 0x00000040; typeParameter_ = value; return this; } /** * optional int32 type_parameter = 7; * *
       * id of the type parameter
       * 
*/ public Builder clearTypeParameter() { bitField0_ = (bitField0_ & ~0x00000040); typeParameter_ = 0; return this; } // optional int32 type_parameter_name = 9; private int typeParameterName_ ; /** * optional int32 type_parameter_name = 9; * *
       * Name of the type parameter in the immediate owner
       * 
*/ public boolean hasTypeParameterName() { return ((bitField0_ & 0x00000080) == 0x00000080); } /** * optional int32 type_parameter_name = 9; * *
       * Name of the type parameter in the immediate owner
       * 
*/ public int getTypeParameterName() { return typeParameterName_; } /** * optional int32 type_parameter_name = 9; * *
       * Name of the type parameter in the immediate owner
       * 
*/ public Builder setTypeParameterName(int value) { bitField0_ |= 0x00000080; typeParameterName_ = value; return this; } /** * optional int32 type_parameter_name = 9; * *
       * Name of the type parameter in the immediate owner
       * 
*/ public Builder clearTypeParameterName() { bitField0_ = (bitField0_ & ~0x00000080); typeParameterName_ = 0; return this; } // optional .org.jetbrains.kotlin.serialization.Type outer_type = 10; private org.jetbrains.kotlin.serialization.ProtoBuf.Type outerType_ = org.jetbrains.kotlin.serialization.ProtoBuf.Type.getDefaultInstance(); /** * optional .org.jetbrains.kotlin.serialization.Type outer_type = 10; */ public boolean hasOuterType() { return ((bitField0_ & 0x00000100) == 0x00000100); } /** * optional .org.jetbrains.kotlin.serialization.Type outer_type = 10; */ public org.jetbrains.kotlin.serialization.ProtoBuf.Type getOuterType() { return outerType_; } /** * optional .org.jetbrains.kotlin.serialization.Type outer_type = 10; */ public Builder setOuterType(org.jetbrains.kotlin.serialization.ProtoBuf.Type value) { if (value == null) { throw new NullPointerException(); } outerType_ = value; bitField0_ |= 0x00000100; return this; } /** * optional .org.jetbrains.kotlin.serialization.Type outer_type = 10; */ public Builder setOuterType( org.jetbrains.kotlin.serialization.ProtoBuf.Type.Builder builderForValue) { outerType_ = builderForValue.build(); bitField0_ |= 0x00000100; return this; } /** * optional .org.jetbrains.kotlin.serialization.Type outer_type = 10; */ public Builder mergeOuterType(org.jetbrains.kotlin.serialization.ProtoBuf.Type value) { if (((bitField0_ & 0x00000100) == 0x00000100) && outerType_ != org.jetbrains.kotlin.serialization.ProtoBuf.Type.getDefaultInstance()) { outerType_ = org.jetbrains.kotlin.serialization.ProtoBuf.Type.newBuilder(outerType_).mergeFrom(value).buildPartial(); } else { outerType_ = value; } bitField0_ |= 0x00000100; return this; } /** * optional .org.jetbrains.kotlin.serialization.Type outer_type = 10; */ public Builder clearOuterType() { outerType_ = org.jetbrains.kotlin.serialization.ProtoBuf.Type.getDefaultInstance(); bitField0_ = (bitField0_ & ~0x00000100); return this; } // optional int32 outer_type_id = 11; private int outerTypeId_ ; /** * optional int32 outer_type_id = 11; */ public boolean hasOuterTypeId() { return ((bitField0_ & 0x00000200) == 0x00000200); } /** * optional int32 outer_type_id = 11; */ public int getOuterTypeId() { return outerTypeId_; } /** * optional int32 outer_type_id = 11; */ public Builder setOuterTypeId(int value) { bitField0_ |= 0x00000200; outerTypeId_ = value; return this; } /** * optional int32 outer_type_id = 11; */ public Builder clearOuterTypeId() { bitField0_ = (bitField0_ & ~0x00000200); outerTypeId_ = 0; return this; } // @@protoc_insertion_point(builder_scope:org.jetbrains.kotlin.serialization.Type) } static { defaultInstance = new Type(true); defaultInstance.initFields(); } // @@protoc_insertion_point(class_scope:org.jetbrains.kotlin.serialization.Type) } public interface TypeParameterOrBuilder extends com.google.protobuf.GeneratedMessageLite. ExtendableMessageOrBuilder { // required int32 id = 1; /** * required int32 id = 1; */ boolean hasId(); /** * required int32 id = 1; */ int getId(); // required int32 name = 2; /** * required int32 name = 2; */ boolean hasName(); /** * required int32 name = 2; */ int getName(); // optional bool reified = 3 [default = false]; /** * optional bool reified = 3 [default = false]; */ boolean hasReified(); /** * optional bool reified = 3 [default = false]; */ boolean getReified(); // optional .org.jetbrains.kotlin.serialization.TypeParameter.Variance variance = 4 [default = INV]; /** * optional .org.jetbrains.kotlin.serialization.TypeParameter.Variance variance = 4 [default = INV]; */ boolean hasVariance(); /** * optional .org.jetbrains.kotlin.serialization.TypeParameter.Variance variance = 4 [default = INV]; */ org.jetbrains.kotlin.serialization.ProtoBuf.TypeParameter.Variance getVariance(); // repeated .org.jetbrains.kotlin.serialization.Type upper_bound = 5; /** * repeated .org.jetbrains.kotlin.serialization.Type upper_bound = 5; */ java.util.List getUpperBoundList(); /** * repeated .org.jetbrains.kotlin.serialization.Type upper_bound = 5; */ org.jetbrains.kotlin.serialization.ProtoBuf.Type getUpperBound(int index); /** * repeated .org.jetbrains.kotlin.serialization.Type upper_bound = 5; */ int getUpperBoundCount(); // repeated int32 upper_bound_id = 6; /** * repeated int32 upper_bound_id = 6; */ java.util.List getUpperBoundIdList(); /** * repeated int32 upper_bound_id = 6; */ int getUpperBoundIdCount(); /** * repeated int32 upper_bound_id = 6; */ int getUpperBoundId(int index); } /** * Protobuf type {@code org.jetbrains.kotlin.serialization.TypeParameter} */ public static final class TypeParameter extends com.google.protobuf.GeneratedMessageLite.ExtendableMessage< TypeParameter> implements TypeParameterOrBuilder { // Use TypeParameter.newBuilder() to construct. private TypeParameter(com.google.protobuf.GeneratedMessageLite.ExtendableBuilder builder) { super(builder); } private TypeParameter(boolean noInit) {} private static final TypeParameter defaultInstance; public static TypeParameter getDefaultInstance() { return defaultInstance; } public TypeParameter getDefaultInstanceForType() { return defaultInstance; } private TypeParameter( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { initFields(); int mutable_bitField0_ = 0; try { boolean done = false; while (!done) { int tag = input.readTag(); switch (tag) { case 0: done = true; break; default: { if (!parseUnknownField(input, extensionRegistry, tag)) { done = true; } break; } case 8: { bitField0_ |= 0x00000001; id_ = input.readInt32(); break; } case 16: { bitField0_ |= 0x00000002; name_ = input.readInt32(); break; } case 24: { bitField0_ |= 0x00000004; reified_ = input.readBool(); break; } case 32: { int rawValue = input.readEnum(); org.jetbrains.kotlin.serialization.ProtoBuf.TypeParameter.Variance value = org.jetbrains.kotlin.serialization.ProtoBuf.TypeParameter.Variance.valueOf(rawValue); if (value != null) { bitField0_ |= 0x00000008; variance_ = value; } break; } case 42: { if (!((mutable_bitField0_ & 0x00000010) == 0x00000010)) { upperBound_ = new java.util.ArrayList(); mutable_bitField0_ |= 0x00000010; } upperBound_.add(input.readMessage(org.jetbrains.kotlin.serialization.ProtoBuf.Type.PARSER, extensionRegistry)); break; } case 48: { if (!((mutable_bitField0_ & 0x00000020) == 0x00000020)) { upperBoundId_ = new java.util.ArrayList(); mutable_bitField0_ |= 0x00000020; } upperBoundId_.add(input.readInt32()); break; } case 50: { int length = input.readRawVarint32(); int limit = input.pushLimit(length); if (!((mutable_bitField0_ & 0x00000020) == 0x00000020) && input.getBytesUntilLimit() > 0) { upperBoundId_ = new java.util.ArrayList(); mutable_bitField0_ |= 0x00000020; } while (input.getBytesUntilLimit() > 0) { upperBoundId_.add(input.readInt32()); } input.popLimit(limit); break; } } } } catch (com.google.protobuf.InvalidProtocolBufferException e) { throw e.setUnfinishedMessage(this); } catch (java.io.IOException e) { throw new com.google.protobuf.InvalidProtocolBufferException( e.getMessage()).setUnfinishedMessage(this); } finally { if (((mutable_bitField0_ & 0x00000010) == 0x00000010)) { upperBound_ = java.util.Collections.unmodifiableList(upperBound_); } if (((mutable_bitField0_ & 0x00000020) == 0x00000020)) { upperBoundId_ = java.util.Collections.unmodifiableList(upperBoundId_); } makeExtensionsImmutable(); } } public static com.google.protobuf.Parser PARSER = new com.google.protobuf.AbstractParser() { public TypeParameter parsePartialFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return new TypeParameter(input, extensionRegistry); } }; @java.lang.Override public com.google.protobuf.Parser getParserForType() { return PARSER; } /** * Protobuf enum {@code org.jetbrains.kotlin.serialization.TypeParameter.Variance} */ public enum Variance implements com.google.protobuf.Internal.EnumLite { /** * IN = 0; */ IN(0, 0), /** * OUT = 1; */ OUT(1, 1), /** * INV = 2; */ INV(2, 2), ; /** * IN = 0; */ public static final int IN_VALUE = 0; /** * OUT = 1; */ public static final int OUT_VALUE = 1; /** * INV = 2; */ public static final int INV_VALUE = 2; public final int getNumber() { return value; } public static Variance valueOf(int value) { switch (value) { case 0: return IN; case 1: return OUT; case 2: return INV; default: return null; } } public static com.google.protobuf.Internal.EnumLiteMap internalGetValueMap() { return internalValueMap; } private static com.google.protobuf.Internal.EnumLiteMap internalValueMap = new com.google.protobuf.Internal.EnumLiteMap() { public Variance findValueByNumber(int number) { return Variance.valueOf(number); } }; private final int value; private Variance(int index, int value) { this.value = value; } // @@protoc_insertion_point(enum_scope:org.jetbrains.kotlin.serialization.TypeParameter.Variance) } private int bitField0_; // required int32 id = 1; public static final int ID_FIELD_NUMBER = 1; private int id_; /** * required int32 id = 1; */ public boolean hasId() { return ((bitField0_ & 0x00000001) == 0x00000001); } /** * required int32 id = 1; */ public int getId() { return id_; } // required int32 name = 2; public static final int NAME_FIELD_NUMBER = 2; private int name_; /** * required int32 name = 2; */ public boolean hasName() { return ((bitField0_ & 0x00000002) == 0x00000002); } /** * required int32 name = 2; */ public int getName() { return name_; } // optional bool reified = 3 [default = false]; public static final int REIFIED_FIELD_NUMBER = 3; private boolean reified_; /** * optional bool reified = 3 [default = false]; */ public boolean hasReified() { return ((bitField0_ & 0x00000004) == 0x00000004); } /** * optional bool reified = 3 [default = false]; */ public boolean getReified() { return reified_; } // optional .org.jetbrains.kotlin.serialization.TypeParameter.Variance variance = 4 [default = INV]; public static final int VARIANCE_FIELD_NUMBER = 4; private org.jetbrains.kotlin.serialization.ProtoBuf.TypeParameter.Variance variance_; /** * optional .org.jetbrains.kotlin.serialization.TypeParameter.Variance variance = 4 [default = INV]; */ public boolean hasVariance() { return ((bitField0_ & 0x00000008) == 0x00000008); } /** * optional .org.jetbrains.kotlin.serialization.TypeParameter.Variance variance = 4 [default = INV]; */ public org.jetbrains.kotlin.serialization.ProtoBuf.TypeParameter.Variance getVariance() { return variance_; } // repeated .org.jetbrains.kotlin.serialization.Type upper_bound = 5; public static final int UPPER_BOUND_FIELD_NUMBER = 5; private java.util.List upperBound_; /** * repeated .org.jetbrains.kotlin.serialization.Type upper_bound = 5; */ public java.util.List getUpperBoundList() { return upperBound_; } /** * repeated .org.jetbrains.kotlin.serialization.Type upper_bound = 5; */ public java.util.List getUpperBoundOrBuilderList() { return upperBound_; } /** * repeated .org.jetbrains.kotlin.serialization.Type upper_bound = 5; */ public int getUpperBoundCount() { return upperBound_.size(); } /** * repeated .org.jetbrains.kotlin.serialization.Type upper_bound = 5; */ public org.jetbrains.kotlin.serialization.ProtoBuf.Type getUpperBound(int index) { return upperBound_.get(index); } /** * repeated .org.jetbrains.kotlin.serialization.Type upper_bound = 5; */ public org.jetbrains.kotlin.serialization.ProtoBuf.TypeOrBuilder getUpperBoundOrBuilder( int index) { return upperBound_.get(index); } // repeated int32 upper_bound_id = 6; public static final int UPPER_BOUND_ID_FIELD_NUMBER = 6; private java.util.List upperBoundId_; /** * repeated int32 upper_bound_id = 6; */ public java.util.List getUpperBoundIdList() { return upperBoundId_; } /** * repeated int32 upper_bound_id = 6; */ public int getUpperBoundIdCount() { return upperBoundId_.size(); } /** * repeated int32 upper_bound_id = 6; */ public int getUpperBoundId(int index) { return upperBoundId_.get(index); } private void initFields() { id_ = 0; name_ = 0; reified_ = false; variance_ = org.jetbrains.kotlin.serialization.ProtoBuf.TypeParameter.Variance.INV; upperBound_ = java.util.Collections.emptyList(); upperBoundId_ = java.util.Collections.emptyList(); } private byte memoizedIsInitialized = -1; public final boolean isInitialized() { byte isInitialized = memoizedIsInitialized; if (isInitialized != -1) return isInitialized == 1; if (!hasId()) { memoizedIsInitialized = 0; return false; } if (!hasName()) { memoizedIsInitialized = 0; return false; } for (int i = 0; i < getUpperBoundCount(); i++) { if (!getUpperBound(i).isInitialized()) { memoizedIsInitialized = 0; return false; } } if (!extensionsAreInitialized()) { memoizedIsInitialized = 0; return false; } memoizedIsInitialized = 1; return true; } public void writeTo(com.google.protobuf.CodedOutputStream output) throws java.io.IOException { getSerializedSize(); com.google.protobuf.GeneratedMessageLite .ExtendableMessage.ExtensionWriter extensionWriter = newExtensionWriter(); if (((bitField0_ & 0x00000001) == 0x00000001)) { output.writeInt32(1, id_); } if (((bitField0_ & 0x00000002) == 0x00000002)) { output.writeInt32(2, name_); } if (((bitField0_ & 0x00000004) == 0x00000004)) { output.writeBool(3, reified_); } if (((bitField0_ & 0x00000008) == 0x00000008)) { output.writeEnum(4, variance_.getNumber()); } for (int i = 0; i < upperBound_.size(); i++) { output.writeMessage(5, upperBound_.get(i)); } for (int i = 0; i < upperBoundId_.size(); i++) { output.writeInt32(6, upperBoundId_.get(i)); } extensionWriter.writeUntil(1000, output); } private int memoizedSerializedSize = -1; public int getSerializedSize() { int size = memoizedSerializedSize; if (size != -1) return size; size = 0; if (((bitField0_ & 0x00000001) == 0x00000001)) { size += com.google.protobuf.CodedOutputStream .computeInt32Size(1, id_); } if (((bitField0_ & 0x00000002) == 0x00000002)) { size += com.google.protobuf.CodedOutputStream .computeInt32Size(2, name_); } if (((bitField0_ & 0x00000004) == 0x00000004)) { size += com.google.protobuf.CodedOutputStream .computeBoolSize(3, reified_); } if (((bitField0_ & 0x00000008) == 0x00000008)) { size += com.google.protobuf.CodedOutputStream .computeEnumSize(4, variance_.getNumber()); } for (int i = 0; i < upperBound_.size(); i++) { size += com.google.protobuf.CodedOutputStream .computeMessageSize(5, upperBound_.get(i)); } { int dataSize = 0; for (int i = 0; i < upperBoundId_.size(); i++) { dataSize += com.google.protobuf.CodedOutputStream .computeInt32SizeNoTag(upperBoundId_.get(i)); } size += dataSize; size += 1 * getUpperBoundIdList().size(); } size += extensionsSerializedSize(); memoizedSerializedSize = size; return size; } private static final long serialVersionUID = 0L; @java.lang.Override protected java.lang.Object writeReplace() throws java.io.ObjectStreamException { return super.writeReplace(); } public static org.jetbrains.kotlin.serialization.ProtoBuf.TypeParameter parseFrom( com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static org.jetbrains.kotlin.serialization.ProtoBuf.TypeParameter parseFrom( com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static org.jetbrains.kotlin.serialization.ProtoBuf.TypeParameter parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static org.jetbrains.kotlin.serialization.ProtoBuf.TypeParameter parseFrom( byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static org.jetbrains.kotlin.serialization.ProtoBuf.TypeParameter parseFrom(java.io.InputStream input) throws java.io.IOException { return PARSER.parseFrom(input); } public static org.jetbrains.kotlin.serialization.ProtoBuf.TypeParameter parseFrom( java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return PARSER.parseFrom(input, extensionRegistry); } public static org.jetbrains.kotlin.serialization.ProtoBuf.TypeParameter parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException { return PARSER.parseDelimitedFrom(input); } public static org.jetbrains.kotlin.serialization.ProtoBuf.TypeParameter parseDelimitedFrom( java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return PARSER.parseDelimitedFrom(input, extensionRegistry); } public static org.jetbrains.kotlin.serialization.ProtoBuf.TypeParameter parseFrom( com.google.protobuf.CodedInputStream input) throws java.io.IOException { return PARSER.parseFrom(input); } public static org.jetbrains.kotlin.serialization.ProtoBuf.TypeParameter parseFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return PARSER.parseFrom(input, extensionRegistry); } public static Builder newBuilder() { return Builder.create(); } public Builder newBuilderForType() { return newBuilder(); } public static Builder newBuilder(org.jetbrains.kotlin.serialization.ProtoBuf.TypeParameter prototype) { return newBuilder().mergeFrom(prototype); } public Builder toBuilder() { return newBuilder(this); } /** * Protobuf type {@code org.jetbrains.kotlin.serialization.TypeParameter} */ public static final class Builder extends com.google.protobuf.GeneratedMessageLite.ExtendableBuilder< org.jetbrains.kotlin.serialization.ProtoBuf.TypeParameter, Builder> implements org.jetbrains.kotlin.serialization.ProtoBuf.TypeParameterOrBuilder { // Construct using org.jetbrains.kotlin.serialization.ProtoBuf.TypeParameter.newBuilder() private Builder() { maybeForceBuilderInitialization(); } private void maybeForceBuilderInitialization() { } private static Builder create() { return new Builder(); } public Builder clear() { super.clear(); id_ = 0; bitField0_ = (bitField0_ & ~0x00000001); name_ = 0; bitField0_ = (bitField0_ & ~0x00000002); reified_ = false; bitField0_ = (bitField0_ & ~0x00000004); variance_ = org.jetbrains.kotlin.serialization.ProtoBuf.TypeParameter.Variance.INV; bitField0_ = (bitField0_ & ~0x00000008); upperBound_ = java.util.Collections.emptyList(); bitField0_ = (bitField0_ & ~0x00000010); upperBoundId_ = java.util.Collections.emptyList(); bitField0_ = (bitField0_ & ~0x00000020); return this; } public Builder clone() { return create().mergeFrom(buildPartial()); } public org.jetbrains.kotlin.serialization.ProtoBuf.TypeParameter getDefaultInstanceForType() { return org.jetbrains.kotlin.serialization.ProtoBuf.TypeParameter.getDefaultInstance(); } public org.jetbrains.kotlin.serialization.ProtoBuf.TypeParameter build() { org.jetbrains.kotlin.serialization.ProtoBuf.TypeParameter result = buildPartial(); if (!result.isInitialized()) { throw newUninitializedMessageException(result); } return result; } public org.jetbrains.kotlin.serialization.ProtoBuf.TypeParameter buildPartial() { org.jetbrains.kotlin.serialization.ProtoBuf.TypeParameter result = new org.jetbrains.kotlin.serialization.ProtoBuf.TypeParameter(this); int from_bitField0_ = bitField0_; int to_bitField0_ = 0; if (((from_bitField0_ & 0x00000001) == 0x00000001)) { to_bitField0_ |= 0x00000001; } result.id_ = id_; if (((from_bitField0_ & 0x00000002) == 0x00000002)) { to_bitField0_ |= 0x00000002; } result.name_ = name_; if (((from_bitField0_ & 0x00000004) == 0x00000004)) { to_bitField0_ |= 0x00000004; } result.reified_ = reified_; if (((from_bitField0_ & 0x00000008) == 0x00000008)) { to_bitField0_ |= 0x00000008; } result.variance_ = variance_; if (((bitField0_ & 0x00000010) == 0x00000010)) { upperBound_ = java.util.Collections.unmodifiableList(upperBound_); bitField0_ = (bitField0_ & ~0x00000010); } result.upperBound_ = upperBound_; if (((bitField0_ & 0x00000020) == 0x00000020)) { upperBoundId_ = java.util.Collections.unmodifiableList(upperBoundId_); bitField0_ = (bitField0_ & ~0x00000020); } result.upperBoundId_ = upperBoundId_; result.bitField0_ = to_bitField0_; return result; } public Builder mergeFrom(org.jetbrains.kotlin.serialization.ProtoBuf.TypeParameter other) { if (other == org.jetbrains.kotlin.serialization.ProtoBuf.TypeParameter.getDefaultInstance()) return this; if (other.hasId()) { setId(other.getId()); } if (other.hasName()) { setName(other.getName()); } if (other.hasReified()) { setReified(other.getReified()); } if (other.hasVariance()) { setVariance(other.getVariance()); } if (!other.upperBound_.isEmpty()) { if (upperBound_.isEmpty()) { upperBound_ = other.upperBound_; bitField0_ = (bitField0_ & ~0x00000010); } else { ensureUpperBoundIsMutable(); upperBound_.addAll(other.upperBound_); } } if (!other.upperBoundId_.isEmpty()) { if (upperBoundId_.isEmpty()) { upperBoundId_ = other.upperBoundId_; bitField0_ = (bitField0_ & ~0x00000020); } else { ensureUpperBoundIdIsMutable(); upperBoundId_.addAll(other.upperBoundId_); } } this.mergeExtensionFields(other); return this; } public final boolean isInitialized() { if (!hasId()) { return false; } if (!hasName()) { return false; } for (int i = 0; i < getUpperBoundCount(); i++) { if (!getUpperBound(i).isInitialized()) { return false; } } if (!extensionsAreInitialized()) { return false; } return true; } public Builder mergeFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { org.jetbrains.kotlin.serialization.ProtoBuf.TypeParameter parsedMessage = null; try { parsedMessage = PARSER.parsePartialFrom(input, extensionRegistry); } catch (com.google.protobuf.InvalidProtocolBufferException e) { parsedMessage = (org.jetbrains.kotlin.serialization.ProtoBuf.TypeParameter) e.getUnfinishedMessage(); throw e; } finally { if (parsedMessage != null) { mergeFrom(parsedMessage); } } return this; } private int bitField0_; // required int32 id = 1; private int id_ ; /** * required int32 id = 1; */ public boolean hasId() { return ((bitField0_ & 0x00000001) == 0x00000001); } /** * required int32 id = 1; */ public int getId() { return id_; } /** * required int32 id = 1; */ public Builder setId(int value) { bitField0_ |= 0x00000001; id_ = value; return this; } /** * required int32 id = 1; */ public Builder clearId() { bitField0_ = (bitField0_ & ~0x00000001); id_ = 0; return this; } // required int32 name = 2; private int name_ ; /** * required int32 name = 2; */ public boolean hasName() { return ((bitField0_ & 0x00000002) == 0x00000002); } /** * required int32 name = 2; */ public int getName() { return name_; } /** * required int32 name = 2; */ public Builder setName(int value) { bitField0_ |= 0x00000002; name_ = value; return this; } /** * required int32 name = 2; */ public Builder clearName() { bitField0_ = (bitField0_ & ~0x00000002); name_ = 0; return this; } // optional bool reified = 3 [default = false]; private boolean reified_ ; /** * optional bool reified = 3 [default = false]; */ public boolean hasReified() { return ((bitField0_ & 0x00000004) == 0x00000004); } /** * optional bool reified = 3 [default = false]; */ public boolean getReified() { return reified_; } /** * optional bool reified = 3 [default = false]; */ public Builder setReified(boolean value) { bitField0_ |= 0x00000004; reified_ = value; return this; } /** * optional bool reified = 3 [default = false]; */ public Builder clearReified() { bitField0_ = (bitField0_ & ~0x00000004); reified_ = false; return this; } // optional .org.jetbrains.kotlin.serialization.TypeParameter.Variance variance = 4 [default = INV]; private org.jetbrains.kotlin.serialization.ProtoBuf.TypeParameter.Variance variance_ = org.jetbrains.kotlin.serialization.ProtoBuf.TypeParameter.Variance.INV; /** * optional .org.jetbrains.kotlin.serialization.TypeParameter.Variance variance = 4 [default = INV]; */ public boolean hasVariance() { return ((bitField0_ & 0x00000008) == 0x00000008); } /** * optional .org.jetbrains.kotlin.serialization.TypeParameter.Variance variance = 4 [default = INV]; */ public org.jetbrains.kotlin.serialization.ProtoBuf.TypeParameter.Variance getVariance() { return variance_; } /** * optional .org.jetbrains.kotlin.serialization.TypeParameter.Variance variance = 4 [default = INV]; */ public Builder setVariance(org.jetbrains.kotlin.serialization.ProtoBuf.TypeParameter.Variance value) { if (value == null) { throw new NullPointerException(); } bitField0_ |= 0x00000008; variance_ = value; return this; } /** * optional .org.jetbrains.kotlin.serialization.TypeParameter.Variance variance = 4 [default = INV]; */ public Builder clearVariance() { bitField0_ = (bitField0_ & ~0x00000008); variance_ = org.jetbrains.kotlin.serialization.ProtoBuf.TypeParameter.Variance.INV; return this; } // repeated .org.jetbrains.kotlin.serialization.Type upper_bound = 5; private java.util.List upperBound_ = java.util.Collections.emptyList(); private void ensureUpperBoundIsMutable() { if (!((bitField0_ & 0x00000010) == 0x00000010)) { upperBound_ = new java.util.ArrayList(upperBound_); bitField0_ |= 0x00000010; } } /** * repeated .org.jetbrains.kotlin.serialization.Type upper_bound = 5; */ public java.util.List getUpperBoundList() { return java.util.Collections.unmodifiableList(upperBound_); } /** * repeated .org.jetbrains.kotlin.serialization.Type upper_bound = 5; */ public int getUpperBoundCount() { return upperBound_.size(); } /** * repeated .org.jetbrains.kotlin.serialization.Type upper_bound = 5; */ public org.jetbrains.kotlin.serialization.ProtoBuf.Type getUpperBound(int index) { return upperBound_.get(index); } /** * repeated .org.jetbrains.kotlin.serialization.Type upper_bound = 5; */ public Builder setUpperBound( int index, org.jetbrains.kotlin.serialization.ProtoBuf.Type value) { if (value == null) { throw new NullPointerException(); } ensureUpperBoundIsMutable(); upperBound_.set(index, value); return this; } /** * repeated .org.jetbrains.kotlin.serialization.Type upper_bound = 5; */ public Builder setUpperBound( int index, org.jetbrains.kotlin.serialization.ProtoBuf.Type.Builder builderForValue) { ensureUpperBoundIsMutable(); upperBound_.set(index, builderForValue.build()); return this; } /** * repeated .org.jetbrains.kotlin.serialization.Type upper_bound = 5; */ public Builder addUpperBound(org.jetbrains.kotlin.serialization.ProtoBuf.Type value) { if (value == null) { throw new NullPointerException(); } ensureUpperBoundIsMutable(); upperBound_.add(value); return this; } /** * repeated .org.jetbrains.kotlin.serialization.Type upper_bound = 5; */ public Builder addUpperBound( int index, org.jetbrains.kotlin.serialization.ProtoBuf.Type value) { if (value == null) { throw new NullPointerException(); } ensureUpperBoundIsMutable(); upperBound_.add(index, value); return this; } /** * repeated .org.jetbrains.kotlin.serialization.Type upper_bound = 5; */ public Builder addUpperBound( org.jetbrains.kotlin.serialization.ProtoBuf.Type.Builder builderForValue) { ensureUpperBoundIsMutable(); upperBound_.add(builderForValue.build()); return this; } /** * repeated .org.jetbrains.kotlin.serialization.Type upper_bound = 5; */ public Builder addUpperBound( int index, org.jetbrains.kotlin.serialization.ProtoBuf.Type.Builder builderForValue) { ensureUpperBoundIsMutable(); upperBound_.add(index, builderForValue.build()); return this; } /** * repeated .org.jetbrains.kotlin.serialization.Type upper_bound = 5; */ public Builder addAllUpperBound( java.lang.Iterable values) { ensureUpperBoundIsMutable(); super.addAll(values, upperBound_); return this; } /** * repeated .org.jetbrains.kotlin.serialization.Type upper_bound = 5; */ public Builder clearUpperBound() { upperBound_ = java.util.Collections.emptyList(); bitField0_ = (bitField0_ & ~0x00000010); return this; } /** * repeated .org.jetbrains.kotlin.serialization.Type upper_bound = 5; */ public Builder removeUpperBound(int index) { ensureUpperBoundIsMutable(); upperBound_.remove(index); return this; } // repeated int32 upper_bound_id = 6; private java.util.List upperBoundId_ = java.util.Collections.emptyList(); private void ensureUpperBoundIdIsMutable() { if (!((bitField0_ & 0x00000020) == 0x00000020)) { upperBoundId_ = new java.util.ArrayList(upperBoundId_); bitField0_ |= 0x00000020; } } /** * repeated int32 upper_bound_id = 6; */ public java.util.List getUpperBoundIdList() { return java.util.Collections.unmodifiableList(upperBoundId_); } /** * repeated int32 upper_bound_id = 6; */ public int getUpperBoundIdCount() { return upperBoundId_.size(); } /** * repeated int32 upper_bound_id = 6; */ public int getUpperBoundId(int index) { return upperBoundId_.get(index); } /** * repeated int32 upper_bound_id = 6; */ public Builder setUpperBoundId( int index, int value) { ensureUpperBoundIdIsMutable(); upperBoundId_.set(index, value); return this; } /** * repeated int32 upper_bound_id = 6; */ public Builder addUpperBoundId(int value) { ensureUpperBoundIdIsMutable(); upperBoundId_.add(value); return this; } /** * repeated int32 upper_bound_id = 6; */ public Builder addAllUpperBoundId( java.lang.Iterable values) { ensureUpperBoundIdIsMutable(); super.addAll(values, upperBoundId_); return this; } /** * repeated int32 upper_bound_id = 6; */ public Builder clearUpperBoundId() { upperBoundId_ = java.util.Collections.emptyList(); bitField0_ = (bitField0_ & ~0x00000020); return this; } // @@protoc_insertion_point(builder_scope:org.jetbrains.kotlin.serialization.TypeParameter) } static { defaultInstance = new TypeParameter(true); defaultInstance.initFields(); } // @@protoc_insertion_point(class_scope:org.jetbrains.kotlin.serialization.TypeParameter) } public interface ClassOrBuilder extends com.google.protobuf.GeneratedMessageLite. ExtendableMessageOrBuilder { // optional int32 flags = 1 [default = 6]; /** * optional int32 flags = 1 [default = 6]; * *
     *
     *hasAnnotations
     *Visibility
     *Modality
     *ClassKind
     *isInner
     *isData
     * 
*/ boolean hasFlags(); /** * optional int32 flags = 1 [default = 6]; * *
     *
     *hasAnnotations
     *Visibility
     *Modality
     *ClassKind
     *isInner
     *isData
     * 
*/ int getFlags(); // required int32 fq_name = 3; /** * required int32 fq_name = 3; */ boolean hasFqName(); /** * required int32 fq_name = 3; */ int getFqName(); // optional int32 companion_object_name = 4; /** * optional int32 companion_object_name = 4; */ boolean hasCompanionObjectName(); /** * optional int32 companion_object_name = 4; */ int getCompanionObjectName(); // repeated .org.jetbrains.kotlin.serialization.TypeParameter type_parameter = 5; /** * repeated .org.jetbrains.kotlin.serialization.TypeParameter type_parameter = 5; */ java.util.List getTypeParameterList(); /** * repeated .org.jetbrains.kotlin.serialization.TypeParameter type_parameter = 5; */ org.jetbrains.kotlin.serialization.ProtoBuf.TypeParameter getTypeParameter(int index); /** * repeated .org.jetbrains.kotlin.serialization.TypeParameter type_parameter = 5; */ int getTypeParameterCount(); // repeated .org.jetbrains.kotlin.serialization.Type supertype = 6; /** * repeated .org.jetbrains.kotlin.serialization.Type supertype = 6; */ java.util.List getSupertypeList(); /** * repeated .org.jetbrains.kotlin.serialization.Type supertype = 6; */ org.jetbrains.kotlin.serialization.ProtoBuf.Type getSupertype(int index); /** * repeated .org.jetbrains.kotlin.serialization.Type supertype = 6; */ int getSupertypeCount(); // repeated int32 supertype_id = 2 [packed = true]; /** * repeated int32 supertype_id = 2 [packed = true]; */ java.util.List getSupertypeIdList(); /** * repeated int32 supertype_id = 2 [packed = true]; */ int getSupertypeIdCount(); /** * repeated int32 supertype_id = 2 [packed = true]; */ int getSupertypeId(int index); // repeated int32 nested_class_name = 7 [packed = true]; /** * repeated int32 nested_class_name = 7 [packed = true]; */ java.util.List getNestedClassNameList(); /** * repeated int32 nested_class_name = 7 [packed = true]; */ int getNestedClassNameCount(); /** * repeated int32 nested_class_name = 7 [packed = true]; */ int getNestedClassName(int index); // repeated .org.jetbrains.kotlin.serialization.Constructor constructor = 8; /** * repeated .org.jetbrains.kotlin.serialization.Constructor constructor = 8; */ java.util.List getConstructorList(); /** * repeated .org.jetbrains.kotlin.serialization.Constructor constructor = 8; */ org.jetbrains.kotlin.serialization.ProtoBuf.Constructor getConstructor(int index); /** * repeated .org.jetbrains.kotlin.serialization.Constructor constructor = 8; */ int getConstructorCount(); // repeated .org.jetbrains.kotlin.serialization.Function function = 9; /** * repeated .org.jetbrains.kotlin.serialization.Function function = 9; */ java.util.List getFunctionList(); /** * repeated .org.jetbrains.kotlin.serialization.Function function = 9; */ org.jetbrains.kotlin.serialization.ProtoBuf.Function getFunction(int index); /** * repeated .org.jetbrains.kotlin.serialization.Function function = 9; */ int getFunctionCount(); // repeated .org.jetbrains.kotlin.serialization.Property property = 10; /** * repeated .org.jetbrains.kotlin.serialization.Property property = 10; */ java.util.List getPropertyList(); /** * repeated .org.jetbrains.kotlin.serialization.Property property = 10; */ org.jetbrains.kotlin.serialization.ProtoBuf.Property getProperty(int index); /** * repeated .org.jetbrains.kotlin.serialization.Property property = 10; */ int getPropertyCount(); // repeated .org.jetbrains.kotlin.serialization.EnumEntry enum_entry = 13; /** * repeated .org.jetbrains.kotlin.serialization.EnumEntry enum_entry = 13; */ java.util.List getEnumEntryList(); /** * repeated .org.jetbrains.kotlin.serialization.EnumEntry enum_entry = 13; */ org.jetbrains.kotlin.serialization.ProtoBuf.EnumEntry getEnumEntry(int index); /** * repeated .org.jetbrains.kotlin.serialization.EnumEntry enum_entry = 13; */ int getEnumEntryCount(); // optional .org.jetbrains.kotlin.serialization.TypeTable type_table = 30; /** * optional .org.jetbrains.kotlin.serialization.TypeTable type_table = 30; */ boolean hasTypeTable(); /** * optional .org.jetbrains.kotlin.serialization.TypeTable type_table = 30; */ org.jetbrains.kotlin.serialization.ProtoBuf.TypeTable getTypeTable(); } /** * Protobuf type {@code org.jetbrains.kotlin.serialization.Class} */ public static final class Class extends com.google.protobuf.GeneratedMessageLite.ExtendableMessage< Class> implements ClassOrBuilder { // Use Class.newBuilder() to construct. private Class(com.google.protobuf.GeneratedMessageLite.ExtendableBuilder builder) { super(builder); } private Class(boolean noInit) {} private static final Class defaultInstance; public static Class getDefaultInstance() { return defaultInstance; } public Class getDefaultInstanceForType() { return defaultInstance; } private Class( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { initFields(); int mutable_bitField0_ = 0; try { boolean done = false; while (!done) { int tag = input.readTag(); switch (tag) { case 0: done = true; break; default: { if (!parseUnknownField(input, extensionRegistry, tag)) { done = true; } break; } case 8: { bitField0_ |= 0x00000001; flags_ = input.readInt32(); break; } case 16: { if (!((mutable_bitField0_ & 0x00000020) == 0x00000020)) { supertypeId_ = new java.util.ArrayList(); mutable_bitField0_ |= 0x00000020; } supertypeId_.add(input.readInt32()); break; } case 18: { int length = input.readRawVarint32(); int limit = input.pushLimit(length); if (!((mutable_bitField0_ & 0x00000020) == 0x00000020) && input.getBytesUntilLimit() > 0) { supertypeId_ = new java.util.ArrayList(); mutable_bitField0_ |= 0x00000020; } while (input.getBytesUntilLimit() > 0) { supertypeId_.add(input.readInt32()); } input.popLimit(limit); break; } case 24: { bitField0_ |= 0x00000002; fqName_ = input.readInt32(); break; } case 32: { bitField0_ |= 0x00000004; companionObjectName_ = input.readInt32(); break; } case 42: { if (!((mutable_bitField0_ & 0x00000008) == 0x00000008)) { typeParameter_ = new java.util.ArrayList(); mutable_bitField0_ |= 0x00000008; } typeParameter_.add(input.readMessage(org.jetbrains.kotlin.serialization.ProtoBuf.TypeParameter.PARSER, extensionRegistry)); break; } case 50: { if (!((mutable_bitField0_ & 0x00000010) == 0x00000010)) { supertype_ = new java.util.ArrayList(); mutable_bitField0_ |= 0x00000010; } supertype_.add(input.readMessage(org.jetbrains.kotlin.serialization.ProtoBuf.Type.PARSER, extensionRegistry)); break; } case 56: { if (!((mutable_bitField0_ & 0x00000040) == 0x00000040)) { nestedClassName_ = new java.util.ArrayList(); mutable_bitField0_ |= 0x00000040; } nestedClassName_.add(input.readInt32()); break; } case 58: { int length = input.readRawVarint32(); int limit = input.pushLimit(length); if (!((mutable_bitField0_ & 0x00000040) == 0x00000040) && input.getBytesUntilLimit() > 0) { nestedClassName_ = new java.util.ArrayList(); mutable_bitField0_ |= 0x00000040; } while (input.getBytesUntilLimit() > 0) { nestedClassName_.add(input.readInt32()); } input.popLimit(limit); break; } case 66: { if (!((mutable_bitField0_ & 0x00000080) == 0x00000080)) { constructor_ = new java.util.ArrayList(); mutable_bitField0_ |= 0x00000080; } constructor_.add(input.readMessage(org.jetbrains.kotlin.serialization.ProtoBuf.Constructor.PARSER, extensionRegistry)); break; } case 74: { if (!((mutable_bitField0_ & 0x00000100) == 0x00000100)) { function_ = new java.util.ArrayList(); mutable_bitField0_ |= 0x00000100; } function_.add(input.readMessage(org.jetbrains.kotlin.serialization.ProtoBuf.Function.PARSER, extensionRegistry)); break; } case 82: { if (!((mutable_bitField0_ & 0x00000200) == 0x00000200)) { property_ = new java.util.ArrayList(); mutable_bitField0_ |= 0x00000200; } property_.add(input.readMessage(org.jetbrains.kotlin.serialization.ProtoBuf.Property.PARSER, extensionRegistry)); break; } case 106: { if (!((mutable_bitField0_ & 0x00000400) == 0x00000400)) { enumEntry_ = new java.util.ArrayList(); mutable_bitField0_ |= 0x00000400; } enumEntry_.add(input.readMessage(org.jetbrains.kotlin.serialization.ProtoBuf.EnumEntry.PARSER, extensionRegistry)); break; } case 242: { org.jetbrains.kotlin.serialization.ProtoBuf.TypeTable.Builder subBuilder = null; if (((bitField0_ & 0x00000008) == 0x00000008)) { subBuilder = typeTable_.toBuilder(); } typeTable_ = input.readMessage(org.jetbrains.kotlin.serialization.ProtoBuf.TypeTable.PARSER, extensionRegistry); if (subBuilder != null) { subBuilder.mergeFrom(typeTable_); typeTable_ = subBuilder.buildPartial(); } bitField0_ |= 0x00000008; break; } } } } catch (com.google.protobuf.InvalidProtocolBufferException e) { throw e.setUnfinishedMessage(this); } catch (java.io.IOException e) { throw new com.google.protobuf.InvalidProtocolBufferException( e.getMessage()).setUnfinishedMessage(this); } finally { if (((mutable_bitField0_ & 0x00000020) == 0x00000020)) { supertypeId_ = java.util.Collections.unmodifiableList(supertypeId_); } if (((mutable_bitField0_ & 0x00000008) == 0x00000008)) { typeParameter_ = java.util.Collections.unmodifiableList(typeParameter_); } if (((mutable_bitField0_ & 0x00000010) == 0x00000010)) { supertype_ = java.util.Collections.unmodifiableList(supertype_); } if (((mutable_bitField0_ & 0x00000040) == 0x00000040)) { nestedClassName_ = java.util.Collections.unmodifiableList(nestedClassName_); } if (((mutable_bitField0_ & 0x00000080) == 0x00000080)) { constructor_ = java.util.Collections.unmodifiableList(constructor_); } if (((mutable_bitField0_ & 0x00000100) == 0x00000100)) { function_ = java.util.Collections.unmodifiableList(function_); } if (((mutable_bitField0_ & 0x00000200) == 0x00000200)) { property_ = java.util.Collections.unmodifiableList(property_); } if (((mutable_bitField0_ & 0x00000400) == 0x00000400)) { enumEntry_ = java.util.Collections.unmodifiableList(enumEntry_); } makeExtensionsImmutable(); } } public static com.google.protobuf.Parser PARSER = new com.google.protobuf.AbstractParser() { public Class parsePartialFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return new Class(input, extensionRegistry); } }; @java.lang.Override public com.google.protobuf.Parser getParserForType() { return PARSER; } /** * Protobuf enum {@code org.jetbrains.kotlin.serialization.Class.Kind} */ public enum Kind implements com.google.protobuf.Internal.EnumLite { /** * CLASS = 0; * *
       * 3 bits
       * 
*/ CLASS(0, 0), /** * INTERFACE = 1; */ INTERFACE(1, 1), /** * ENUM_CLASS = 2; */ ENUM_CLASS(2, 2), /** * ENUM_ENTRY = 3; */ ENUM_ENTRY(3, 3), /** * ANNOTATION_CLASS = 4; */ ANNOTATION_CLASS(4, 4), /** * OBJECT = 5; */ OBJECT(5, 5), /** * COMPANION_OBJECT = 6; */ COMPANION_OBJECT(6, 6), ; /** * CLASS = 0; * *
       * 3 bits
       * 
*/ public static final int CLASS_VALUE = 0; /** * INTERFACE = 1; */ public static final int INTERFACE_VALUE = 1; /** * ENUM_CLASS = 2; */ public static final int ENUM_CLASS_VALUE = 2; /** * ENUM_ENTRY = 3; */ public static final int ENUM_ENTRY_VALUE = 3; /** * ANNOTATION_CLASS = 4; */ public static final int ANNOTATION_CLASS_VALUE = 4; /** * OBJECT = 5; */ public static final int OBJECT_VALUE = 5; /** * COMPANION_OBJECT = 6; */ public static final int COMPANION_OBJECT_VALUE = 6; public final int getNumber() { return value; } public static Kind valueOf(int value) { switch (value) { case 0: return CLASS; case 1: return INTERFACE; case 2: return ENUM_CLASS; case 3: return ENUM_ENTRY; case 4: return ANNOTATION_CLASS; case 5: return OBJECT; case 6: return COMPANION_OBJECT; default: return null; } } public static com.google.protobuf.Internal.EnumLiteMap internalGetValueMap() { return internalValueMap; } private static com.google.protobuf.Internal.EnumLiteMap internalValueMap = new com.google.protobuf.Internal.EnumLiteMap() { public Kind findValueByNumber(int number) { return Kind.valueOf(number); } }; private final int value; private Kind(int index, int value) { this.value = value; } // @@protoc_insertion_point(enum_scope:org.jetbrains.kotlin.serialization.Class.Kind) } private int bitField0_; // optional int32 flags = 1 [default = 6]; public static final int FLAGS_FIELD_NUMBER = 1; private int flags_; /** * optional int32 flags = 1 [default = 6]; * *
     *
     *hasAnnotations
     *Visibility
     *Modality
     *ClassKind
     *isInner
     *isData
     * 
*/ public boolean hasFlags() { return ((bitField0_ & 0x00000001) == 0x00000001); } /** * optional int32 flags = 1 [default = 6]; * *
     *
     *hasAnnotations
     *Visibility
     *Modality
     *ClassKind
     *isInner
     *isData
     * 
*/ public int getFlags() { return flags_; } // required int32 fq_name = 3; public static final int FQ_NAME_FIELD_NUMBER = 3; private int fqName_; /** * required int32 fq_name = 3; */ public boolean hasFqName() { return ((bitField0_ & 0x00000002) == 0x00000002); } /** * required int32 fq_name = 3; */ public int getFqName() { return fqName_; } // optional int32 companion_object_name = 4; public static final int COMPANION_OBJECT_NAME_FIELD_NUMBER = 4; private int companionObjectName_; /** * optional int32 companion_object_name = 4; */ public boolean hasCompanionObjectName() { return ((bitField0_ & 0x00000004) == 0x00000004); } /** * optional int32 companion_object_name = 4; */ public int getCompanionObjectName() { return companionObjectName_; } // repeated .org.jetbrains.kotlin.serialization.TypeParameter type_parameter = 5; public static final int TYPE_PARAMETER_FIELD_NUMBER = 5; private java.util.List typeParameter_; /** * repeated .org.jetbrains.kotlin.serialization.TypeParameter type_parameter = 5; */ public java.util.List getTypeParameterList() { return typeParameter_; } /** * repeated .org.jetbrains.kotlin.serialization.TypeParameter type_parameter = 5; */ public java.util.List getTypeParameterOrBuilderList() { return typeParameter_; } /** * repeated .org.jetbrains.kotlin.serialization.TypeParameter type_parameter = 5; */ public int getTypeParameterCount() { return typeParameter_.size(); } /** * repeated .org.jetbrains.kotlin.serialization.TypeParameter type_parameter = 5; */ public org.jetbrains.kotlin.serialization.ProtoBuf.TypeParameter getTypeParameter(int index) { return typeParameter_.get(index); } /** * repeated .org.jetbrains.kotlin.serialization.TypeParameter type_parameter = 5; */ public org.jetbrains.kotlin.serialization.ProtoBuf.TypeParameterOrBuilder getTypeParameterOrBuilder( int index) { return typeParameter_.get(index); } // repeated .org.jetbrains.kotlin.serialization.Type supertype = 6; public static final int SUPERTYPE_FIELD_NUMBER = 6; private java.util.List supertype_; /** * repeated .org.jetbrains.kotlin.serialization.Type supertype = 6; */ public java.util.List getSupertypeList() { return supertype_; } /** * repeated .org.jetbrains.kotlin.serialization.Type supertype = 6; */ public java.util.List getSupertypeOrBuilderList() { return supertype_; } /** * repeated .org.jetbrains.kotlin.serialization.Type supertype = 6; */ public int getSupertypeCount() { return supertype_.size(); } /** * repeated .org.jetbrains.kotlin.serialization.Type supertype = 6; */ public org.jetbrains.kotlin.serialization.ProtoBuf.Type getSupertype(int index) { return supertype_.get(index); } /** * repeated .org.jetbrains.kotlin.serialization.Type supertype = 6; */ public org.jetbrains.kotlin.serialization.ProtoBuf.TypeOrBuilder getSupertypeOrBuilder( int index) { return supertype_.get(index); } // repeated int32 supertype_id = 2 [packed = true]; public static final int SUPERTYPE_ID_FIELD_NUMBER = 2; private java.util.List supertypeId_; /** * repeated int32 supertype_id = 2 [packed = true]; */ public java.util.List getSupertypeIdList() { return supertypeId_; } /** * repeated int32 supertype_id = 2 [packed = true]; */ public int getSupertypeIdCount() { return supertypeId_.size(); } /** * repeated int32 supertype_id = 2 [packed = true]; */ public int getSupertypeId(int index) { return supertypeId_.get(index); } private int supertypeIdMemoizedSerializedSize = -1; // repeated int32 nested_class_name = 7 [packed = true]; public static final int NESTED_CLASS_NAME_FIELD_NUMBER = 7; private java.util.List nestedClassName_; /** * repeated int32 nested_class_name = 7 [packed = true]; */ public java.util.List getNestedClassNameList() { return nestedClassName_; } /** * repeated int32 nested_class_name = 7 [packed = true]; */ public int getNestedClassNameCount() { return nestedClassName_.size(); } /** * repeated int32 nested_class_name = 7 [packed = true]; */ public int getNestedClassName(int index) { return nestedClassName_.get(index); } private int nestedClassNameMemoizedSerializedSize = -1; // repeated .org.jetbrains.kotlin.serialization.Constructor constructor = 8; public static final int CONSTRUCTOR_FIELD_NUMBER = 8; private java.util.List constructor_; /** * repeated .org.jetbrains.kotlin.serialization.Constructor constructor = 8; */ public java.util.List getConstructorList() { return constructor_; } /** * repeated .org.jetbrains.kotlin.serialization.Constructor constructor = 8; */ public java.util.List getConstructorOrBuilderList() { return constructor_; } /** * repeated .org.jetbrains.kotlin.serialization.Constructor constructor = 8; */ public int getConstructorCount() { return constructor_.size(); } /** * repeated .org.jetbrains.kotlin.serialization.Constructor constructor = 8; */ public org.jetbrains.kotlin.serialization.ProtoBuf.Constructor getConstructor(int index) { return constructor_.get(index); } /** * repeated .org.jetbrains.kotlin.serialization.Constructor constructor = 8; */ public org.jetbrains.kotlin.serialization.ProtoBuf.ConstructorOrBuilder getConstructorOrBuilder( int index) { return constructor_.get(index); } // repeated .org.jetbrains.kotlin.serialization.Function function = 9; public static final int FUNCTION_FIELD_NUMBER = 9; private java.util.List function_; /** * repeated .org.jetbrains.kotlin.serialization.Function function = 9; */ public java.util.List getFunctionList() { return function_; } /** * repeated .org.jetbrains.kotlin.serialization.Function function = 9; */ public java.util.List getFunctionOrBuilderList() { return function_; } /** * repeated .org.jetbrains.kotlin.serialization.Function function = 9; */ public int getFunctionCount() { return function_.size(); } /** * repeated .org.jetbrains.kotlin.serialization.Function function = 9; */ public org.jetbrains.kotlin.serialization.ProtoBuf.Function getFunction(int index) { return function_.get(index); } /** * repeated .org.jetbrains.kotlin.serialization.Function function = 9; */ public org.jetbrains.kotlin.serialization.ProtoBuf.FunctionOrBuilder getFunctionOrBuilder( int index) { return function_.get(index); } // repeated .org.jetbrains.kotlin.serialization.Property property = 10; public static final int PROPERTY_FIELD_NUMBER = 10; private java.util.List property_; /** * repeated .org.jetbrains.kotlin.serialization.Property property = 10; */ public java.util.List getPropertyList() { return property_; } /** * repeated .org.jetbrains.kotlin.serialization.Property property = 10; */ public java.util.List getPropertyOrBuilderList() { return property_; } /** * repeated .org.jetbrains.kotlin.serialization.Property property = 10; */ public int getPropertyCount() { return property_.size(); } /** * repeated .org.jetbrains.kotlin.serialization.Property property = 10; */ public org.jetbrains.kotlin.serialization.ProtoBuf.Property getProperty(int index) { return property_.get(index); } /** * repeated .org.jetbrains.kotlin.serialization.Property property = 10; */ public org.jetbrains.kotlin.serialization.ProtoBuf.PropertyOrBuilder getPropertyOrBuilder( int index) { return property_.get(index); } // repeated .org.jetbrains.kotlin.serialization.EnumEntry enum_entry = 13; public static final int ENUM_ENTRY_FIELD_NUMBER = 13; private java.util.List enumEntry_; /** * repeated .org.jetbrains.kotlin.serialization.EnumEntry enum_entry = 13; */ public java.util.List getEnumEntryList() { return enumEntry_; } /** * repeated .org.jetbrains.kotlin.serialization.EnumEntry enum_entry = 13; */ public java.util.List getEnumEntryOrBuilderList() { return enumEntry_; } /** * repeated .org.jetbrains.kotlin.serialization.EnumEntry enum_entry = 13; */ public int getEnumEntryCount() { return enumEntry_.size(); } /** * repeated .org.jetbrains.kotlin.serialization.EnumEntry enum_entry = 13; */ public org.jetbrains.kotlin.serialization.ProtoBuf.EnumEntry getEnumEntry(int index) { return enumEntry_.get(index); } /** * repeated .org.jetbrains.kotlin.serialization.EnumEntry enum_entry = 13; */ public org.jetbrains.kotlin.serialization.ProtoBuf.EnumEntryOrBuilder getEnumEntryOrBuilder( int index) { return enumEntry_.get(index); } // optional .org.jetbrains.kotlin.serialization.TypeTable type_table = 30; public static final int TYPE_TABLE_FIELD_NUMBER = 30; private org.jetbrains.kotlin.serialization.ProtoBuf.TypeTable typeTable_; /** * optional .org.jetbrains.kotlin.serialization.TypeTable type_table = 30; */ public boolean hasTypeTable() { return ((bitField0_ & 0x00000008) == 0x00000008); } /** * optional .org.jetbrains.kotlin.serialization.TypeTable type_table = 30; */ public org.jetbrains.kotlin.serialization.ProtoBuf.TypeTable getTypeTable() { return typeTable_; } private void initFields() { flags_ = 6; fqName_ = 0; companionObjectName_ = 0; typeParameter_ = java.util.Collections.emptyList(); supertype_ = java.util.Collections.emptyList(); supertypeId_ = java.util.Collections.emptyList(); nestedClassName_ = java.util.Collections.emptyList(); constructor_ = java.util.Collections.emptyList(); function_ = java.util.Collections.emptyList(); property_ = java.util.Collections.emptyList(); enumEntry_ = java.util.Collections.emptyList(); typeTable_ = org.jetbrains.kotlin.serialization.ProtoBuf.TypeTable.getDefaultInstance(); } private byte memoizedIsInitialized = -1; public final boolean isInitialized() { byte isInitialized = memoizedIsInitialized; if (isInitialized != -1) return isInitialized == 1; if (!hasFqName()) { memoizedIsInitialized = 0; return false; } for (int i = 0; i < getTypeParameterCount(); i++) { if (!getTypeParameter(i).isInitialized()) { memoizedIsInitialized = 0; return false; } } for (int i = 0; i < getSupertypeCount(); i++) { if (!getSupertype(i).isInitialized()) { memoizedIsInitialized = 0; return false; } } for (int i = 0; i < getConstructorCount(); i++) { if (!getConstructor(i).isInitialized()) { memoizedIsInitialized = 0; return false; } } for (int i = 0; i < getFunctionCount(); i++) { if (!getFunction(i).isInitialized()) { memoizedIsInitialized = 0; return false; } } for (int i = 0; i < getPropertyCount(); i++) { if (!getProperty(i).isInitialized()) { memoizedIsInitialized = 0; return false; } } for (int i = 0; i < getEnumEntryCount(); i++) { if (!getEnumEntry(i).isInitialized()) { memoizedIsInitialized = 0; return false; } } if (hasTypeTable()) { if (!getTypeTable().isInitialized()) { memoizedIsInitialized = 0; return false; } } if (!extensionsAreInitialized()) { memoizedIsInitialized = 0; return false; } memoizedIsInitialized = 1; return true; } public void writeTo(com.google.protobuf.CodedOutputStream output) throws java.io.IOException { getSerializedSize(); com.google.protobuf.GeneratedMessageLite .ExtendableMessage.ExtensionWriter extensionWriter = newExtensionWriter(); if (((bitField0_ & 0x00000001) == 0x00000001)) { output.writeInt32(1, flags_); } if (getSupertypeIdList().size() > 0) { output.writeRawVarint32(18); output.writeRawVarint32(supertypeIdMemoizedSerializedSize); } for (int i = 0; i < supertypeId_.size(); i++) { output.writeInt32NoTag(supertypeId_.get(i)); } if (((bitField0_ & 0x00000002) == 0x00000002)) { output.writeInt32(3, fqName_); } if (((bitField0_ & 0x00000004) == 0x00000004)) { output.writeInt32(4, companionObjectName_); } for (int i = 0; i < typeParameter_.size(); i++) { output.writeMessage(5, typeParameter_.get(i)); } for (int i = 0; i < supertype_.size(); i++) { output.writeMessage(6, supertype_.get(i)); } if (getNestedClassNameList().size() > 0) { output.writeRawVarint32(58); output.writeRawVarint32(nestedClassNameMemoizedSerializedSize); } for (int i = 0; i < nestedClassName_.size(); i++) { output.writeInt32NoTag(nestedClassName_.get(i)); } for (int i = 0; i < constructor_.size(); i++) { output.writeMessage(8, constructor_.get(i)); } for (int i = 0; i < function_.size(); i++) { output.writeMessage(9, function_.get(i)); } for (int i = 0; i < property_.size(); i++) { output.writeMessage(10, property_.get(i)); } for (int i = 0; i < enumEntry_.size(); i++) { output.writeMessage(13, enumEntry_.get(i)); } if (((bitField0_ & 0x00000008) == 0x00000008)) { output.writeMessage(30, typeTable_); } extensionWriter.writeUntil(200, output); } private int memoizedSerializedSize = -1; public int getSerializedSize() { int size = memoizedSerializedSize; if (size != -1) return size; size = 0; if (((bitField0_ & 0x00000001) == 0x00000001)) { size += com.google.protobuf.CodedOutputStream .computeInt32Size(1, flags_); } { int dataSize = 0; for (int i = 0; i < supertypeId_.size(); i++) { dataSize += com.google.protobuf.CodedOutputStream .computeInt32SizeNoTag(supertypeId_.get(i)); } size += dataSize; if (!getSupertypeIdList().isEmpty()) { size += 1; size += com.google.protobuf.CodedOutputStream .computeInt32SizeNoTag(dataSize); } supertypeIdMemoizedSerializedSize = dataSize; } if (((bitField0_ & 0x00000002) == 0x00000002)) { size += com.google.protobuf.CodedOutputStream .computeInt32Size(3, fqName_); } if (((bitField0_ & 0x00000004) == 0x00000004)) { size += com.google.protobuf.CodedOutputStream .computeInt32Size(4, companionObjectName_); } for (int i = 0; i < typeParameter_.size(); i++) { size += com.google.protobuf.CodedOutputStream .computeMessageSize(5, typeParameter_.get(i)); } for (int i = 0; i < supertype_.size(); i++) { size += com.google.protobuf.CodedOutputStream .computeMessageSize(6, supertype_.get(i)); } { int dataSize = 0; for (int i = 0; i < nestedClassName_.size(); i++) { dataSize += com.google.protobuf.CodedOutputStream .computeInt32SizeNoTag(nestedClassName_.get(i)); } size += dataSize; if (!getNestedClassNameList().isEmpty()) { size += 1; size += com.google.protobuf.CodedOutputStream .computeInt32SizeNoTag(dataSize); } nestedClassNameMemoizedSerializedSize = dataSize; } for (int i = 0; i < constructor_.size(); i++) { size += com.google.protobuf.CodedOutputStream .computeMessageSize(8, constructor_.get(i)); } for (int i = 0; i < function_.size(); i++) { size += com.google.protobuf.CodedOutputStream .computeMessageSize(9, function_.get(i)); } for (int i = 0; i < property_.size(); i++) { size += com.google.protobuf.CodedOutputStream .computeMessageSize(10, property_.get(i)); } for (int i = 0; i < enumEntry_.size(); i++) { size += com.google.protobuf.CodedOutputStream .computeMessageSize(13, enumEntry_.get(i)); } if (((bitField0_ & 0x00000008) == 0x00000008)) { size += com.google.protobuf.CodedOutputStream .computeMessageSize(30, typeTable_); } size += extensionsSerializedSize(); memoizedSerializedSize = size; return size; } private static final long serialVersionUID = 0L; @java.lang.Override protected java.lang.Object writeReplace() throws java.io.ObjectStreamException { return super.writeReplace(); } public static org.jetbrains.kotlin.serialization.ProtoBuf.Class parseFrom( com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static org.jetbrains.kotlin.serialization.ProtoBuf.Class parseFrom( com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static org.jetbrains.kotlin.serialization.ProtoBuf.Class parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static org.jetbrains.kotlin.serialization.ProtoBuf.Class parseFrom( byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static org.jetbrains.kotlin.serialization.ProtoBuf.Class parseFrom(java.io.InputStream input) throws java.io.IOException { return PARSER.parseFrom(input); } public static org.jetbrains.kotlin.serialization.ProtoBuf.Class parseFrom( java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return PARSER.parseFrom(input, extensionRegistry); } public static org.jetbrains.kotlin.serialization.ProtoBuf.Class parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException { return PARSER.parseDelimitedFrom(input); } public static org.jetbrains.kotlin.serialization.ProtoBuf.Class parseDelimitedFrom( java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return PARSER.parseDelimitedFrom(input, extensionRegistry); } public static org.jetbrains.kotlin.serialization.ProtoBuf.Class parseFrom( com.google.protobuf.CodedInputStream input) throws java.io.IOException { return PARSER.parseFrom(input); } public static org.jetbrains.kotlin.serialization.ProtoBuf.Class parseFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return PARSER.parseFrom(input, extensionRegistry); } public static Builder newBuilder() { return Builder.create(); } public Builder newBuilderForType() { return newBuilder(); } public static Builder newBuilder(org.jetbrains.kotlin.serialization.ProtoBuf.Class prototype) { return newBuilder().mergeFrom(prototype); } public Builder toBuilder() { return newBuilder(this); } /** * Protobuf type {@code org.jetbrains.kotlin.serialization.Class} */ public static final class Builder extends com.google.protobuf.GeneratedMessageLite.ExtendableBuilder< org.jetbrains.kotlin.serialization.ProtoBuf.Class, Builder> implements org.jetbrains.kotlin.serialization.ProtoBuf.ClassOrBuilder { // Construct using org.jetbrains.kotlin.serialization.ProtoBuf.Class.newBuilder() private Builder() { maybeForceBuilderInitialization(); } private void maybeForceBuilderInitialization() { } private static Builder create() { return new Builder(); } public Builder clear() { super.clear(); flags_ = 6; bitField0_ = (bitField0_ & ~0x00000001); fqName_ = 0; bitField0_ = (bitField0_ & ~0x00000002); companionObjectName_ = 0; bitField0_ = (bitField0_ & ~0x00000004); typeParameter_ = java.util.Collections.emptyList(); bitField0_ = (bitField0_ & ~0x00000008); supertype_ = java.util.Collections.emptyList(); bitField0_ = (bitField0_ & ~0x00000010); supertypeId_ = java.util.Collections.emptyList(); bitField0_ = (bitField0_ & ~0x00000020); nestedClassName_ = java.util.Collections.emptyList(); bitField0_ = (bitField0_ & ~0x00000040); constructor_ = java.util.Collections.emptyList(); bitField0_ = (bitField0_ & ~0x00000080); function_ = java.util.Collections.emptyList(); bitField0_ = (bitField0_ & ~0x00000100); property_ = java.util.Collections.emptyList(); bitField0_ = (bitField0_ & ~0x00000200); enumEntry_ = java.util.Collections.emptyList(); bitField0_ = (bitField0_ & ~0x00000400); typeTable_ = org.jetbrains.kotlin.serialization.ProtoBuf.TypeTable.getDefaultInstance(); bitField0_ = (bitField0_ & ~0x00000800); return this; } public Builder clone() { return create().mergeFrom(buildPartial()); } public org.jetbrains.kotlin.serialization.ProtoBuf.Class getDefaultInstanceForType() { return org.jetbrains.kotlin.serialization.ProtoBuf.Class.getDefaultInstance(); } public org.jetbrains.kotlin.serialization.ProtoBuf.Class build() { org.jetbrains.kotlin.serialization.ProtoBuf.Class result = buildPartial(); if (!result.isInitialized()) { throw newUninitializedMessageException(result); } return result; } public org.jetbrains.kotlin.serialization.ProtoBuf.Class buildPartial() { org.jetbrains.kotlin.serialization.ProtoBuf.Class result = new org.jetbrains.kotlin.serialization.ProtoBuf.Class(this); int from_bitField0_ = bitField0_; int to_bitField0_ = 0; if (((from_bitField0_ & 0x00000001) == 0x00000001)) { to_bitField0_ |= 0x00000001; } result.flags_ = flags_; if (((from_bitField0_ & 0x00000002) == 0x00000002)) { to_bitField0_ |= 0x00000002; } result.fqName_ = fqName_; if (((from_bitField0_ & 0x00000004) == 0x00000004)) { to_bitField0_ |= 0x00000004; } result.companionObjectName_ = companionObjectName_; if (((bitField0_ & 0x00000008) == 0x00000008)) { typeParameter_ = java.util.Collections.unmodifiableList(typeParameter_); bitField0_ = (bitField0_ & ~0x00000008); } result.typeParameter_ = typeParameter_; if (((bitField0_ & 0x00000010) == 0x00000010)) { supertype_ = java.util.Collections.unmodifiableList(supertype_); bitField0_ = (bitField0_ & ~0x00000010); } result.supertype_ = supertype_; if (((bitField0_ & 0x00000020) == 0x00000020)) { supertypeId_ = java.util.Collections.unmodifiableList(supertypeId_); bitField0_ = (bitField0_ & ~0x00000020); } result.supertypeId_ = supertypeId_; if (((bitField0_ & 0x00000040) == 0x00000040)) { nestedClassName_ = java.util.Collections.unmodifiableList(nestedClassName_); bitField0_ = (bitField0_ & ~0x00000040); } result.nestedClassName_ = nestedClassName_; if (((bitField0_ & 0x00000080) == 0x00000080)) { constructor_ = java.util.Collections.unmodifiableList(constructor_); bitField0_ = (bitField0_ & ~0x00000080); } result.constructor_ = constructor_; if (((bitField0_ & 0x00000100) == 0x00000100)) { function_ = java.util.Collections.unmodifiableList(function_); bitField0_ = (bitField0_ & ~0x00000100); } result.function_ = function_; if (((bitField0_ & 0x00000200) == 0x00000200)) { property_ = java.util.Collections.unmodifiableList(property_); bitField0_ = (bitField0_ & ~0x00000200); } result.property_ = property_; if (((bitField0_ & 0x00000400) == 0x00000400)) { enumEntry_ = java.util.Collections.unmodifiableList(enumEntry_); bitField0_ = (bitField0_ & ~0x00000400); } result.enumEntry_ = enumEntry_; if (((from_bitField0_ & 0x00000800) == 0x00000800)) { to_bitField0_ |= 0x00000008; } result.typeTable_ = typeTable_; result.bitField0_ = to_bitField0_; return result; } public Builder mergeFrom(org.jetbrains.kotlin.serialization.ProtoBuf.Class other) { if (other == org.jetbrains.kotlin.serialization.ProtoBuf.Class.getDefaultInstance()) return this; if (other.hasFlags()) { setFlags(other.getFlags()); } if (other.hasFqName()) { setFqName(other.getFqName()); } if (other.hasCompanionObjectName()) { setCompanionObjectName(other.getCompanionObjectName()); } if (!other.typeParameter_.isEmpty()) { if (typeParameter_.isEmpty()) { typeParameter_ = other.typeParameter_; bitField0_ = (bitField0_ & ~0x00000008); } else { ensureTypeParameterIsMutable(); typeParameter_.addAll(other.typeParameter_); } } if (!other.supertype_.isEmpty()) { if (supertype_.isEmpty()) { supertype_ = other.supertype_; bitField0_ = (bitField0_ & ~0x00000010); } else { ensureSupertypeIsMutable(); supertype_.addAll(other.supertype_); } } if (!other.supertypeId_.isEmpty()) { if (supertypeId_.isEmpty()) { supertypeId_ = other.supertypeId_; bitField0_ = (bitField0_ & ~0x00000020); } else { ensureSupertypeIdIsMutable(); supertypeId_.addAll(other.supertypeId_); } } if (!other.nestedClassName_.isEmpty()) { if (nestedClassName_.isEmpty()) { nestedClassName_ = other.nestedClassName_; bitField0_ = (bitField0_ & ~0x00000040); } else { ensureNestedClassNameIsMutable(); nestedClassName_.addAll(other.nestedClassName_); } } if (!other.constructor_.isEmpty()) { if (constructor_.isEmpty()) { constructor_ = other.constructor_; bitField0_ = (bitField0_ & ~0x00000080); } else { ensureConstructorIsMutable(); constructor_.addAll(other.constructor_); } } if (!other.function_.isEmpty()) { if (function_.isEmpty()) { function_ = other.function_; bitField0_ = (bitField0_ & ~0x00000100); } else { ensureFunctionIsMutable(); function_.addAll(other.function_); } } if (!other.property_.isEmpty()) { if (property_.isEmpty()) { property_ = other.property_; bitField0_ = (bitField0_ & ~0x00000200); } else { ensurePropertyIsMutable(); property_.addAll(other.property_); } } if (!other.enumEntry_.isEmpty()) { if (enumEntry_.isEmpty()) { enumEntry_ = other.enumEntry_; bitField0_ = (bitField0_ & ~0x00000400); } else { ensureEnumEntryIsMutable(); enumEntry_.addAll(other.enumEntry_); } } if (other.hasTypeTable()) { mergeTypeTable(other.getTypeTable()); } this.mergeExtensionFields(other); return this; } public final boolean isInitialized() { if (!hasFqName()) { return false; } for (int i = 0; i < getTypeParameterCount(); i++) { if (!getTypeParameter(i).isInitialized()) { return false; } } for (int i = 0; i < getSupertypeCount(); i++) { if (!getSupertype(i).isInitialized()) { return false; } } for (int i = 0; i < getConstructorCount(); i++) { if (!getConstructor(i).isInitialized()) { return false; } } for (int i = 0; i < getFunctionCount(); i++) { if (!getFunction(i).isInitialized()) { return false; } } for (int i = 0; i < getPropertyCount(); i++) { if (!getProperty(i).isInitialized()) { return false; } } for (int i = 0; i < getEnumEntryCount(); i++) { if (!getEnumEntry(i).isInitialized()) { return false; } } if (hasTypeTable()) { if (!getTypeTable().isInitialized()) { return false; } } if (!extensionsAreInitialized()) { return false; } return true; } public Builder mergeFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { org.jetbrains.kotlin.serialization.ProtoBuf.Class parsedMessage = null; try { parsedMessage = PARSER.parsePartialFrom(input, extensionRegistry); } catch (com.google.protobuf.InvalidProtocolBufferException e) { parsedMessage = (org.jetbrains.kotlin.serialization.ProtoBuf.Class) e.getUnfinishedMessage(); throw e; } finally { if (parsedMessage != null) { mergeFrom(parsedMessage); } } return this; } private int bitField0_; // optional int32 flags = 1 [default = 6]; private int flags_ = 6; /** * optional int32 flags = 1 [default = 6]; * *
       *
       *hasAnnotations
       *Visibility
       *Modality
       *ClassKind
       *isInner
       *isData
       * 
*/ public boolean hasFlags() { return ((bitField0_ & 0x00000001) == 0x00000001); } /** * optional int32 flags = 1 [default = 6]; * *
       *
       *hasAnnotations
       *Visibility
       *Modality
       *ClassKind
       *isInner
       *isData
       * 
*/ public int getFlags() { return flags_; } /** * optional int32 flags = 1 [default = 6]; * *
       *
       *hasAnnotations
       *Visibility
       *Modality
       *ClassKind
       *isInner
       *isData
       * 
*/ public Builder setFlags(int value) { bitField0_ |= 0x00000001; flags_ = value; return this; } /** * optional int32 flags = 1 [default = 6]; * *
       *
       *hasAnnotations
       *Visibility
       *Modality
       *ClassKind
       *isInner
       *isData
       * 
*/ public Builder clearFlags() { bitField0_ = (bitField0_ & ~0x00000001); flags_ = 6; return this; } // required int32 fq_name = 3; private int fqName_ ; /** * required int32 fq_name = 3; */ public boolean hasFqName() { return ((bitField0_ & 0x00000002) == 0x00000002); } /** * required int32 fq_name = 3; */ public int getFqName() { return fqName_; } /** * required int32 fq_name = 3; */ public Builder setFqName(int value) { bitField0_ |= 0x00000002; fqName_ = value; return this; } /** * required int32 fq_name = 3; */ public Builder clearFqName() { bitField0_ = (bitField0_ & ~0x00000002); fqName_ = 0; return this; } // optional int32 companion_object_name = 4; private int companionObjectName_ ; /** * optional int32 companion_object_name = 4; */ public boolean hasCompanionObjectName() { return ((bitField0_ & 0x00000004) == 0x00000004); } /** * optional int32 companion_object_name = 4; */ public int getCompanionObjectName() { return companionObjectName_; } /** * optional int32 companion_object_name = 4; */ public Builder setCompanionObjectName(int value) { bitField0_ |= 0x00000004; companionObjectName_ = value; return this; } /** * optional int32 companion_object_name = 4; */ public Builder clearCompanionObjectName() { bitField0_ = (bitField0_ & ~0x00000004); companionObjectName_ = 0; return this; } // repeated .org.jetbrains.kotlin.serialization.TypeParameter type_parameter = 5; private java.util.List typeParameter_ = java.util.Collections.emptyList(); private void ensureTypeParameterIsMutable() { if (!((bitField0_ & 0x00000008) == 0x00000008)) { typeParameter_ = new java.util.ArrayList(typeParameter_); bitField0_ |= 0x00000008; } } /** * repeated .org.jetbrains.kotlin.serialization.TypeParameter type_parameter = 5; */ public java.util.List getTypeParameterList() { return java.util.Collections.unmodifiableList(typeParameter_); } /** * repeated .org.jetbrains.kotlin.serialization.TypeParameter type_parameter = 5; */ public int getTypeParameterCount() { return typeParameter_.size(); } /** * repeated .org.jetbrains.kotlin.serialization.TypeParameter type_parameter = 5; */ public org.jetbrains.kotlin.serialization.ProtoBuf.TypeParameter getTypeParameter(int index) { return typeParameter_.get(index); } /** * repeated .org.jetbrains.kotlin.serialization.TypeParameter type_parameter = 5; */ public Builder setTypeParameter( int index, org.jetbrains.kotlin.serialization.ProtoBuf.TypeParameter value) { if (value == null) { throw new NullPointerException(); } ensureTypeParameterIsMutable(); typeParameter_.set(index, value); return this; } /** * repeated .org.jetbrains.kotlin.serialization.TypeParameter type_parameter = 5; */ public Builder setTypeParameter( int index, org.jetbrains.kotlin.serialization.ProtoBuf.TypeParameter.Builder builderForValue) { ensureTypeParameterIsMutable(); typeParameter_.set(index, builderForValue.build()); return this; } /** * repeated .org.jetbrains.kotlin.serialization.TypeParameter type_parameter = 5; */ public Builder addTypeParameter(org.jetbrains.kotlin.serialization.ProtoBuf.TypeParameter value) { if (value == null) { throw new NullPointerException(); } ensureTypeParameterIsMutable(); typeParameter_.add(value); return this; } /** * repeated .org.jetbrains.kotlin.serialization.TypeParameter type_parameter = 5; */ public Builder addTypeParameter( int index, org.jetbrains.kotlin.serialization.ProtoBuf.TypeParameter value) { if (value == null) { throw new NullPointerException(); } ensureTypeParameterIsMutable(); typeParameter_.add(index, value); return this; } /** * repeated .org.jetbrains.kotlin.serialization.TypeParameter type_parameter = 5; */ public Builder addTypeParameter( org.jetbrains.kotlin.serialization.ProtoBuf.TypeParameter.Builder builderForValue) { ensureTypeParameterIsMutable(); typeParameter_.add(builderForValue.build()); return this; } /** * repeated .org.jetbrains.kotlin.serialization.TypeParameter type_parameter = 5; */ public Builder addTypeParameter( int index, org.jetbrains.kotlin.serialization.ProtoBuf.TypeParameter.Builder builderForValue) { ensureTypeParameterIsMutable(); typeParameter_.add(index, builderForValue.build()); return this; } /** * repeated .org.jetbrains.kotlin.serialization.TypeParameter type_parameter = 5; */ public Builder addAllTypeParameter( java.lang.Iterable values) { ensureTypeParameterIsMutable(); super.addAll(values, typeParameter_); return this; } /** * repeated .org.jetbrains.kotlin.serialization.TypeParameter type_parameter = 5; */ public Builder clearTypeParameter() { typeParameter_ = java.util.Collections.emptyList(); bitField0_ = (bitField0_ & ~0x00000008); return this; } /** * repeated .org.jetbrains.kotlin.serialization.TypeParameter type_parameter = 5; */ public Builder removeTypeParameter(int index) { ensureTypeParameterIsMutable(); typeParameter_.remove(index); return this; } // repeated .org.jetbrains.kotlin.serialization.Type supertype = 6; private java.util.List supertype_ = java.util.Collections.emptyList(); private void ensureSupertypeIsMutable() { if (!((bitField0_ & 0x00000010) == 0x00000010)) { supertype_ = new java.util.ArrayList(supertype_); bitField0_ |= 0x00000010; } } /** * repeated .org.jetbrains.kotlin.serialization.Type supertype = 6; */ public java.util.List getSupertypeList() { return java.util.Collections.unmodifiableList(supertype_); } /** * repeated .org.jetbrains.kotlin.serialization.Type supertype = 6; */ public int getSupertypeCount() { return supertype_.size(); } /** * repeated .org.jetbrains.kotlin.serialization.Type supertype = 6; */ public org.jetbrains.kotlin.serialization.ProtoBuf.Type getSupertype(int index) { return supertype_.get(index); } /** * repeated .org.jetbrains.kotlin.serialization.Type supertype = 6; */ public Builder setSupertype( int index, org.jetbrains.kotlin.serialization.ProtoBuf.Type value) { if (value == null) { throw new NullPointerException(); } ensureSupertypeIsMutable(); supertype_.set(index, value); return this; } /** * repeated .org.jetbrains.kotlin.serialization.Type supertype = 6; */ public Builder setSupertype( int index, org.jetbrains.kotlin.serialization.ProtoBuf.Type.Builder builderForValue) { ensureSupertypeIsMutable(); supertype_.set(index, builderForValue.build()); return this; } /** * repeated .org.jetbrains.kotlin.serialization.Type supertype = 6; */ public Builder addSupertype(org.jetbrains.kotlin.serialization.ProtoBuf.Type value) { if (value == null) { throw new NullPointerException(); } ensureSupertypeIsMutable(); supertype_.add(value); return this; } /** * repeated .org.jetbrains.kotlin.serialization.Type supertype = 6; */ public Builder addSupertype( int index, org.jetbrains.kotlin.serialization.ProtoBuf.Type value) { if (value == null) { throw new NullPointerException(); } ensureSupertypeIsMutable(); supertype_.add(index, value); return this; } /** * repeated .org.jetbrains.kotlin.serialization.Type supertype = 6; */ public Builder addSupertype( org.jetbrains.kotlin.serialization.ProtoBuf.Type.Builder builderForValue) { ensureSupertypeIsMutable(); supertype_.add(builderForValue.build()); return this; } /** * repeated .org.jetbrains.kotlin.serialization.Type supertype = 6; */ public Builder addSupertype( int index, org.jetbrains.kotlin.serialization.ProtoBuf.Type.Builder builderForValue) { ensureSupertypeIsMutable(); supertype_.add(index, builderForValue.build()); return this; } /** * repeated .org.jetbrains.kotlin.serialization.Type supertype = 6; */ public Builder addAllSupertype( java.lang.Iterable values) { ensureSupertypeIsMutable(); super.addAll(values, supertype_); return this; } /** * repeated .org.jetbrains.kotlin.serialization.Type supertype = 6; */ public Builder clearSupertype() { supertype_ = java.util.Collections.emptyList(); bitField0_ = (bitField0_ & ~0x00000010); return this; } /** * repeated .org.jetbrains.kotlin.serialization.Type supertype = 6; */ public Builder removeSupertype(int index) { ensureSupertypeIsMutable(); supertype_.remove(index); return this; } // repeated int32 supertype_id = 2 [packed = true]; private java.util.List supertypeId_ = java.util.Collections.emptyList(); private void ensureSupertypeIdIsMutable() { if (!((bitField0_ & 0x00000020) == 0x00000020)) { supertypeId_ = new java.util.ArrayList(supertypeId_); bitField0_ |= 0x00000020; } } /** * repeated int32 supertype_id = 2 [packed = true]; */ public java.util.List getSupertypeIdList() { return java.util.Collections.unmodifiableList(supertypeId_); } /** * repeated int32 supertype_id = 2 [packed = true]; */ public int getSupertypeIdCount() { return supertypeId_.size(); } /** * repeated int32 supertype_id = 2 [packed = true]; */ public int getSupertypeId(int index) { return supertypeId_.get(index); } /** * repeated int32 supertype_id = 2 [packed = true]; */ public Builder setSupertypeId( int index, int value) { ensureSupertypeIdIsMutable(); supertypeId_.set(index, value); return this; } /** * repeated int32 supertype_id = 2 [packed = true]; */ public Builder addSupertypeId(int value) { ensureSupertypeIdIsMutable(); supertypeId_.add(value); return this; } /** * repeated int32 supertype_id = 2 [packed = true]; */ public Builder addAllSupertypeId( java.lang.Iterable values) { ensureSupertypeIdIsMutable(); super.addAll(values, supertypeId_); return this; } /** * repeated int32 supertype_id = 2 [packed = true]; */ public Builder clearSupertypeId() { supertypeId_ = java.util.Collections.emptyList(); bitField0_ = (bitField0_ & ~0x00000020); return this; } // repeated int32 nested_class_name = 7 [packed = true]; private java.util.List nestedClassName_ = java.util.Collections.emptyList(); private void ensureNestedClassNameIsMutable() { if (!((bitField0_ & 0x00000040) == 0x00000040)) { nestedClassName_ = new java.util.ArrayList(nestedClassName_); bitField0_ |= 0x00000040; } } /** * repeated int32 nested_class_name = 7 [packed = true]; */ public java.util.List getNestedClassNameList() { return java.util.Collections.unmodifiableList(nestedClassName_); } /** * repeated int32 nested_class_name = 7 [packed = true]; */ public int getNestedClassNameCount() { return nestedClassName_.size(); } /** * repeated int32 nested_class_name = 7 [packed = true]; */ public int getNestedClassName(int index) { return nestedClassName_.get(index); } /** * repeated int32 nested_class_name = 7 [packed = true]; */ public Builder setNestedClassName( int index, int value) { ensureNestedClassNameIsMutable(); nestedClassName_.set(index, value); return this; } /** * repeated int32 nested_class_name = 7 [packed = true]; */ public Builder addNestedClassName(int value) { ensureNestedClassNameIsMutable(); nestedClassName_.add(value); return this; } /** * repeated int32 nested_class_name = 7 [packed = true]; */ public Builder addAllNestedClassName( java.lang.Iterable values) { ensureNestedClassNameIsMutable(); super.addAll(values, nestedClassName_); return this; } /** * repeated int32 nested_class_name = 7 [packed = true]; */ public Builder clearNestedClassName() { nestedClassName_ = java.util.Collections.emptyList(); bitField0_ = (bitField0_ & ~0x00000040); return this; } // repeated .org.jetbrains.kotlin.serialization.Constructor constructor = 8; private java.util.List constructor_ = java.util.Collections.emptyList(); private void ensureConstructorIsMutable() { if (!((bitField0_ & 0x00000080) == 0x00000080)) { constructor_ = new java.util.ArrayList(constructor_); bitField0_ |= 0x00000080; } } /** * repeated .org.jetbrains.kotlin.serialization.Constructor constructor = 8; */ public java.util.List getConstructorList() { return java.util.Collections.unmodifiableList(constructor_); } /** * repeated .org.jetbrains.kotlin.serialization.Constructor constructor = 8; */ public int getConstructorCount() { return constructor_.size(); } /** * repeated .org.jetbrains.kotlin.serialization.Constructor constructor = 8; */ public org.jetbrains.kotlin.serialization.ProtoBuf.Constructor getConstructor(int index) { return constructor_.get(index); } /** * repeated .org.jetbrains.kotlin.serialization.Constructor constructor = 8; */ public Builder setConstructor( int index, org.jetbrains.kotlin.serialization.ProtoBuf.Constructor value) { if (value == null) { throw new NullPointerException(); } ensureConstructorIsMutable(); constructor_.set(index, value); return this; } /** * repeated .org.jetbrains.kotlin.serialization.Constructor constructor = 8; */ public Builder setConstructor( int index, org.jetbrains.kotlin.serialization.ProtoBuf.Constructor.Builder builderForValue) { ensureConstructorIsMutable(); constructor_.set(index, builderForValue.build()); return this; } /** * repeated .org.jetbrains.kotlin.serialization.Constructor constructor = 8; */ public Builder addConstructor(org.jetbrains.kotlin.serialization.ProtoBuf.Constructor value) { if (value == null) { throw new NullPointerException(); } ensureConstructorIsMutable(); constructor_.add(value); return this; } /** * repeated .org.jetbrains.kotlin.serialization.Constructor constructor = 8; */ public Builder addConstructor( int index, org.jetbrains.kotlin.serialization.ProtoBuf.Constructor value) { if (value == null) { throw new NullPointerException(); } ensureConstructorIsMutable(); constructor_.add(index, value); return this; } /** * repeated .org.jetbrains.kotlin.serialization.Constructor constructor = 8; */ public Builder addConstructor( org.jetbrains.kotlin.serialization.ProtoBuf.Constructor.Builder builderForValue) { ensureConstructorIsMutable(); constructor_.add(builderForValue.build()); return this; } /** * repeated .org.jetbrains.kotlin.serialization.Constructor constructor = 8; */ public Builder addConstructor( int index, org.jetbrains.kotlin.serialization.ProtoBuf.Constructor.Builder builderForValue) { ensureConstructorIsMutable(); constructor_.add(index, builderForValue.build()); return this; } /** * repeated .org.jetbrains.kotlin.serialization.Constructor constructor = 8; */ public Builder addAllConstructor( java.lang.Iterable values) { ensureConstructorIsMutable(); super.addAll(values, constructor_); return this; } /** * repeated .org.jetbrains.kotlin.serialization.Constructor constructor = 8; */ public Builder clearConstructor() { constructor_ = java.util.Collections.emptyList(); bitField0_ = (bitField0_ & ~0x00000080); return this; } /** * repeated .org.jetbrains.kotlin.serialization.Constructor constructor = 8; */ public Builder removeConstructor(int index) { ensureConstructorIsMutable(); constructor_.remove(index); return this; } // repeated .org.jetbrains.kotlin.serialization.Function function = 9; private java.util.List function_ = java.util.Collections.emptyList(); private void ensureFunctionIsMutable() { if (!((bitField0_ & 0x00000100) == 0x00000100)) { function_ = new java.util.ArrayList(function_); bitField0_ |= 0x00000100; } } /** * repeated .org.jetbrains.kotlin.serialization.Function function = 9; */ public java.util.List getFunctionList() { return java.util.Collections.unmodifiableList(function_); } /** * repeated .org.jetbrains.kotlin.serialization.Function function = 9; */ public int getFunctionCount() { return function_.size(); } /** * repeated .org.jetbrains.kotlin.serialization.Function function = 9; */ public org.jetbrains.kotlin.serialization.ProtoBuf.Function getFunction(int index) { return function_.get(index); } /** * repeated .org.jetbrains.kotlin.serialization.Function function = 9; */ public Builder setFunction( int index, org.jetbrains.kotlin.serialization.ProtoBuf.Function value) { if (value == null) { throw new NullPointerException(); } ensureFunctionIsMutable(); function_.set(index, value); return this; } /** * repeated .org.jetbrains.kotlin.serialization.Function function = 9; */ public Builder setFunction( int index, org.jetbrains.kotlin.serialization.ProtoBuf.Function.Builder builderForValue) { ensureFunctionIsMutable(); function_.set(index, builderForValue.build()); return this; } /** * repeated .org.jetbrains.kotlin.serialization.Function function = 9; */ public Builder addFunction(org.jetbrains.kotlin.serialization.ProtoBuf.Function value) { if (value == null) { throw new NullPointerException(); } ensureFunctionIsMutable(); function_.add(value); return this; } /** * repeated .org.jetbrains.kotlin.serialization.Function function = 9; */ public Builder addFunction( int index, org.jetbrains.kotlin.serialization.ProtoBuf.Function value) { if (value == null) { throw new NullPointerException(); } ensureFunctionIsMutable(); function_.add(index, value); return this; } /** * repeated .org.jetbrains.kotlin.serialization.Function function = 9; */ public Builder addFunction( org.jetbrains.kotlin.serialization.ProtoBuf.Function.Builder builderForValue) { ensureFunctionIsMutable(); function_.add(builderForValue.build()); return this; } /** * repeated .org.jetbrains.kotlin.serialization.Function function = 9; */ public Builder addFunction( int index, org.jetbrains.kotlin.serialization.ProtoBuf.Function.Builder builderForValue) { ensureFunctionIsMutable(); function_.add(index, builderForValue.build()); return this; } /** * repeated .org.jetbrains.kotlin.serialization.Function function = 9; */ public Builder addAllFunction( java.lang.Iterable values) { ensureFunctionIsMutable(); super.addAll(values, function_); return this; } /** * repeated .org.jetbrains.kotlin.serialization.Function function = 9; */ public Builder clearFunction() { function_ = java.util.Collections.emptyList(); bitField0_ = (bitField0_ & ~0x00000100); return this; } /** * repeated .org.jetbrains.kotlin.serialization.Function function = 9; */ public Builder removeFunction(int index) { ensureFunctionIsMutable(); function_.remove(index); return this; } // repeated .org.jetbrains.kotlin.serialization.Property property = 10; private java.util.List property_ = java.util.Collections.emptyList(); private void ensurePropertyIsMutable() { if (!((bitField0_ & 0x00000200) == 0x00000200)) { property_ = new java.util.ArrayList(property_); bitField0_ |= 0x00000200; } } /** * repeated .org.jetbrains.kotlin.serialization.Property property = 10; */ public java.util.List getPropertyList() { return java.util.Collections.unmodifiableList(property_); } /** * repeated .org.jetbrains.kotlin.serialization.Property property = 10; */ public int getPropertyCount() { return property_.size(); } /** * repeated .org.jetbrains.kotlin.serialization.Property property = 10; */ public org.jetbrains.kotlin.serialization.ProtoBuf.Property getProperty(int index) { return property_.get(index); } /** * repeated .org.jetbrains.kotlin.serialization.Property property = 10; */ public Builder setProperty( int index, org.jetbrains.kotlin.serialization.ProtoBuf.Property value) { if (value == null) { throw new NullPointerException(); } ensurePropertyIsMutable(); property_.set(index, value); return this; } /** * repeated .org.jetbrains.kotlin.serialization.Property property = 10; */ public Builder setProperty( int index, org.jetbrains.kotlin.serialization.ProtoBuf.Property.Builder builderForValue) { ensurePropertyIsMutable(); property_.set(index, builderForValue.build()); return this; } /** * repeated .org.jetbrains.kotlin.serialization.Property property = 10; */ public Builder addProperty(org.jetbrains.kotlin.serialization.ProtoBuf.Property value) { if (value == null) { throw new NullPointerException(); } ensurePropertyIsMutable(); property_.add(value); return this; } /** * repeated .org.jetbrains.kotlin.serialization.Property property = 10; */ public Builder addProperty( int index, org.jetbrains.kotlin.serialization.ProtoBuf.Property value) { if (value == null) { throw new NullPointerException(); } ensurePropertyIsMutable(); property_.add(index, value); return this; } /** * repeated .org.jetbrains.kotlin.serialization.Property property = 10; */ public Builder addProperty( org.jetbrains.kotlin.serialization.ProtoBuf.Property.Builder builderForValue) { ensurePropertyIsMutable(); property_.add(builderForValue.build()); return this; } /** * repeated .org.jetbrains.kotlin.serialization.Property property = 10; */ public Builder addProperty( int index, org.jetbrains.kotlin.serialization.ProtoBuf.Property.Builder builderForValue) { ensurePropertyIsMutable(); property_.add(index, builderForValue.build()); return this; } /** * repeated .org.jetbrains.kotlin.serialization.Property property = 10; */ public Builder addAllProperty( java.lang.Iterable values) { ensurePropertyIsMutable(); super.addAll(values, property_); return this; } /** * repeated .org.jetbrains.kotlin.serialization.Property property = 10; */ public Builder clearProperty() { property_ = java.util.Collections.emptyList(); bitField0_ = (bitField0_ & ~0x00000200); return this; } /** * repeated .org.jetbrains.kotlin.serialization.Property property = 10; */ public Builder removeProperty(int index) { ensurePropertyIsMutable(); property_.remove(index); return this; } // repeated .org.jetbrains.kotlin.serialization.EnumEntry enum_entry = 13; private java.util.List enumEntry_ = java.util.Collections.emptyList(); private void ensureEnumEntryIsMutable() { if (!((bitField0_ & 0x00000400) == 0x00000400)) { enumEntry_ = new java.util.ArrayList(enumEntry_); bitField0_ |= 0x00000400; } } /** * repeated .org.jetbrains.kotlin.serialization.EnumEntry enum_entry = 13; */ public java.util.List getEnumEntryList() { return java.util.Collections.unmodifiableList(enumEntry_); } /** * repeated .org.jetbrains.kotlin.serialization.EnumEntry enum_entry = 13; */ public int getEnumEntryCount() { return enumEntry_.size(); } /** * repeated .org.jetbrains.kotlin.serialization.EnumEntry enum_entry = 13; */ public org.jetbrains.kotlin.serialization.ProtoBuf.EnumEntry getEnumEntry(int index) { return enumEntry_.get(index); } /** * repeated .org.jetbrains.kotlin.serialization.EnumEntry enum_entry = 13; */ public Builder setEnumEntry( int index, org.jetbrains.kotlin.serialization.ProtoBuf.EnumEntry value) { if (value == null) { throw new NullPointerException(); } ensureEnumEntryIsMutable(); enumEntry_.set(index, value); return this; } /** * repeated .org.jetbrains.kotlin.serialization.EnumEntry enum_entry = 13; */ public Builder setEnumEntry( int index, org.jetbrains.kotlin.serialization.ProtoBuf.EnumEntry.Builder builderForValue) { ensureEnumEntryIsMutable(); enumEntry_.set(index, builderForValue.build()); return this; } /** * repeated .org.jetbrains.kotlin.serialization.EnumEntry enum_entry = 13; */ public Builder addEnumEntry(org.jetbrains.kotlin.serialization.ProtoBuf.EnumEntry value) { if (value == null) { throw new NullPointerException(); } ensureEnumEntryIsMutable(); enumEntry_.add(value); return this; } /** * repeated .org.jetbrains.kotlin.serialization.EnumEntry enum_entry = 13; */ public Builder addEnumEntry( int index, org.jetbrains.kotlin.serialization.ProtoBuf.EnumEntry value) { if (value == null) { throw new NullPointerException(); } ensureEnumEntryIsMutable(); enumEntry_.add(index, value); return this; } /** * repeated .org.jetbrains.kotlin.serialization.EnumEntry enum_entry = 13; */ public Builder addEnumEntry( org.jetbrains.kotlin.serialization.ProtoBuf.EnumEntry.Builder builderForValue) { ensureEnumEntryIsMutable(); enumEntry_.add(builderForValue.build()); return this; } /** * repeated .org.jetbrains.kotlin.serialization.EnumEntry enum_entry = 13; */ public Builder addEnumEntry( int index, org.jetbrains.kotlin.serialization.ProtoBuf.EnumEntry.Builder builderForValue) { ensureEnumEntryIsMutable(); enumEntry_.add(index, builderForValue.build()); return this; } /** * repeated .org.jetbrains.kotlin.serialization.EnumEntry enum_entry = 13; */ public Builder addAllEnumEntry( java.lang.Iterable values) { ensureEnumEntryIsMutable(); super.addAll(values, enumEntry_); return this; } /** * repeated .org.jetbrains.kotlin.serialization.EnumEntry enum_entry = 13; */ public Builder clearEnumEntry() { enumEntry_ = java.util.Collections.emptyList(); bitField0_ = (bitField0_ & ~0x00000400); return this; } /** * repeated .org.jetbrains.kotlin.serialization.EnumEntry enum_entry = 13; */ public Builder removeEnumEntry(int index) { ensureEnumEntryIsMutable(); enumEntry_.remove(index); return this; } // optional .org.jetbrains.kotlin.serialization.TypeTable type_table = 30; private org.jetbrains.kotlin.serialization.ProtoBuf.TypeTable typeTable_ = org.jetbrains.kotlin.serialization.ProtoBuf.TypeTable.getDefaultInstance(); /** * optional .org.jetbrains.kotlin.serialization.TypeTable type_table = 30; */ public boolean hasTypeTable() { return ((bitField0_ & 0x00000800) == 0x00000800); } /** * optional .org.jetbrains.kotlin.serialization.TypeTable type_table = 30; */ public org.jetbrains.kotlin.serialization.ProtoBuf.TypeTable getTypeTable() { return typeTable_; } /** * optional .org.jetbrains.kotlin.serialization.TypeTable type_table = 30; */ public Builder setTypeTable(org.jetbrains.kotlin.serialization.ProtoBuf.TypeTable value) { if (value == null) { throw new NullPointerException(); } typeTable_ = value; bitField0_ |= 0x00000800; return this; } /** * optional .org.jetbrains.kotlin.serialization.TypeTable type_table = 30; */ public Builder setTypeTable( org.jetbrains.kotlin.serialization.ProtoBuf.TypeTable.Builder builderForValue) { typeTable_ = builderForValue.build(); bitField0_ |= 0x00000800; return this; } /** * optional .org.jetbrains.kotlin.serialization.TypeTable type_table = 30; */ public Builder mergeTypeTable(org.jetbrains.kotlin.serialization.ProtoBuf.TypeTable value) { if (((bitField0_ & 0x00000800) == 0x00000800) && typeTable_ != org.jetbrains.kotlin.serialization.ProtoBuf.TypeTable.getDefaultInstance()) { typeTable_ = org.jetbrains.kotlin.serialization.ProtoBuf.TypeTable.newBuilder(typeTable_).mergeFrom(value).buildPartial(); } else { typeTable_ = value; } bitField0_ |= 0x00000800; return this; } /** * optional .org.jetbrains.kotlin.serialization.TypeTable type_table = 30; */ public Builder clearTypeTable() { typeTable_ = org.jetbrains.kotlin.serialization.ProtoBuf.TypeTable.getDefaultInstance(); bitField0_ = (bitField0_ & ~0x00000800); return this; } // @@protoc_insertion_point(builder_scope:org.jetbrains.kotlin.serialization.Class) } static { defaultInstance = new Class(true); defaultInstance.initFields(); } // @@protoc_insertion_point(class_scope:org.jetbrains.kotlin.serialization.Class) } public interface PackageOrBuilder extends com.google.protobuf.GeneratedMessageLite. ExtendableMessageOrBuilder { // repeated .org.jetbrains.kotlin.serialization.Function function = 3; /** * repeated .org.jetbrains.kotlin.serialization.Function function = 3; */ java.util.List getFunctionList(); /** * repeated .org.jetbrains.kotlin.serialization.Function function = 3; */ org.jetbrains.kotlin.serialization.ProtoBuf.Function getFunction(int index); /** * repeated .org.jetbrains.kotlin.serialization.Function function = 3; */ int getFunctionCount(); // repeated .org.jetbrains.kotlin.serialization.Property property = 4; /** * repeated .org.jetbrains.kotlin.serialization.Property property = 4; */ java.util.List getPropertyList(); /** * repeated .org.jetbrains.kotlin.serialization.Property property = 4; */ org.jetbrains.kotlin.serialization.ProtoBuf.Property getProperty(int index); /** * repeated .org.jetbrains.kotlin.serialization.Property property = 4; */ int getPropertyCount(); // optional .org.jetbrains.kotlin.serialization.TypeTable type_table = 30; /** * optional .org.jetbrains.kotlin.serialization.TypeTable type_table = 30; */ boolean hasTypeTable(); /** * optional .org.jetbrains.kotlin.serialization.TypeTable type_table = 30; */ org.jetbrains.kotlin.serialization.ProtoBuf.TypeTable getTypeTable(); } /** * Protobuf type {@code org.jetbrains.kotlin.serialization.Package} */ public static final class Package extends com.google.protobuf.GeneratedMessageLite.ExtendableMessage< Package> implements PackageOrBuilder { // Use Package.newBuilder() to construct. private Package(com.google.protobuf.GeneratedMessageLite.ExtendableBuilder builder) { super(builder); } private Package(boolean noInit) {} private static final Package defaultInstance; public static Package getDefaultInstance() { return defaultInstance; } public Package getDefaultInstanceForType() { return defaultInstance; } private Package( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { initFields(); int mutable_bitField0_ = 0; try { boolean done = false; while (!done) { int tag = input.readTag(); switch (tag) { case 0: done = true; break; default: { if (!parseUnknownField(input, extensionRegistry, tag)) { done = true; } break; } case 26: { if (!((mutable_bitField0_ & 0x00000001) == 0x00000001)) { function_ = new java.util.ArrayList(); mutable_bitField0_ |= 0x00000001; } function_.add(input.readMessage(org.jetbrains.kotlin.serialization.ProtoBuf.Function.PARSER, extensionRegistry)); break; } case 34: { if (!((mutable_bitField0_ & 0x00000002) == 0x00000002)) { property_ = new java.util.ArrayList(); mutable_bitField0_ |= 0x00000002; } property_.add(input.readMessage(org.jetbrains.kotlin.serialization.ProtoBuf.Property.PARSER, extensionRegistry)); break; } case 242: { org.jetbrains.kotlin.serialization.ProtoBuf.TypeTable.Builder subBuilder = null; if (((bitField0_ & 0x00000001) == 0x00000001)) { subBuilder = typeTable_.toBuilder(); } typeTable_ = input.readMessage(org.jetbrains.kotlin.serialization.ProtoBuf.TypeTable.PARSER, extensionRegistry); if (subBuilder != null) { subBuilder.mergeFrom(typeTable_); typeTable_ = subBuilder.buildPartial(); } bitField0_ |= 0x00000001; break; } } } } catch (com.google.protobuf.InvalidProtocolBufferException e) { throw e.setUnfinishedMessage(this); } catch (java.io.IOException e) { throw new com.google.protobuf.InvalidProtocolBufferException( e.getMessage()).setUnfinishedMessage(this); } finally { if (((mutable_bitField0_ & 0x00000001) == 0x00000001)) { function_ = java.util.Collections.unmodifiableList(function_); } if (((mutable_bitField0_ & 0x00000002) == 0x00000002)) { property_ = java.util.Collections.unmodifiableList(property_); } makeExtensionsImmutable(); } } public static com.google.protobuf.Parser PARSER = new com.google.protobuf.AbstractParser() { public Package parsePartialFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return new Package(input, extensionRegistry); } }; @java.lang.Override public com.google.protobuf.Parser getParserForType() { return PARSER; } private int bitField0_; // repeated .org.jetbrains.kotlin.serialization.Function function = 3; public static final int FUNCTION_FIELD_NUMBER = 3; private java.util.List function_; /** * repeated .org.jetbrains.kotlin.serialization.Function function = 3; */ public java.util.List getFunctionList() { return function_; } /** * repeated .org.jetbrains.kotlin.serialization.Function function = 3; */ public java.util.List getFunctionOrBuilderList() { return function_; } /** * repeated .org.jetbrains.kotlin.serialization.Function function = 3; */ public int getFunctionCount() { return function_.size(); } /** * repeated .org.jetbrains.kotlin.serialization.Function function = 3; */ public org.jetbrains.kotlin.serialization.ProtoBuf.Function getFunction(int index) { return function_.get(index); } /** * repeated .org.jetbrains.kotlin.serialization.Function function = 3; */ public org.jetbrains.kotlin.serialization.ProtoBuf.FunctionOrBuilder getFunctionOrBuilder( int index) { return function_.get(index); } // repeated .org.jetbrains.kotlin.serialization.Property property = 4; public static final int PROPERTY_FIELD_NUMBER = 4; private java.util.List property_; /** * repeated .org.jetbrains.kotlin.serialization.Property property = 4; */ public java.util.List getPropertyList() { return property_; } /** * repeated .org.jetbrains.kotlin.serialization.Property property = 4; */ public java.util.List getPropertyOrBuilderList() { return property_; } /** * repeated .org.jetbrains.kotlin.serialization.Property property = 4; */ public int getPropertyCount() { return property_.size(); } /** * repeated .org.jetbrains.kotlin.serialization.Property property = 4; */ public org.jetbrains.kotlin.serialization.ProtoBuf.Property getProperty(int index) { return property_.get(index); } /** * repeated .org.jetbrains.kotlin.serialization.Property property = 4; */ public org.jetbrains.kotlin.serialization.ProtoBuf.PropertyOrBuilder getPropertyOrBuilder( int index) { return property_.get(index); } // optional .org.jetbrains.kotlin.serialization.TypeTable type_table = 30; public static final int TYPE_TABLE_FIELD_NUMBER = 30; private org.jetbrains.kotlin.serialization.ProtoBuf.TypeTable typeTable_; /** * optional .org.jetbrains.kotlin.serialization.TypeTable type_table = 30; */ public boolean hasTypeTable() { return ((bitField0_ & 0x00000001) == 0x00000001); } /** * optional .org.jetbrains.kotlin.serialization.TypeTable type_table = 30; */ public org.jetbrains.kotlin.serialization.ProtoBuf.TypeTable getTypeTable() { return typeTable_; } private void initFields() { function_ = java.util.Collections.emptyList(); property_ = java.util.Collections.emptyList(); typeTable_ = org.jetbrains.kotlin.serialization.ProtoBuf.TypeTable.getDefaultInstance(); } private byte memoizedIsInitialized = -1; public final boolean isInitialized() { byte isInitialized = memoizedIsInitialized; if (isInitialized != -1) return isInitialized == 1; for (int i = 0; i < getFunctionCount(); i++) { if (!getFunction(i).isInitialized()) { memoizedIsInitialized = 0; return false; } } for (int i = 0; i < getPropertyCount(); i++) { if (!getProperty(i).isInitialized()) { memoizedIsInitialized = 0; return false; } } if (hasTypeTable()) { if (!getTypeTable().isInitialized()) { memoizedIsInitialized = 0; return false; } } if (!extensionsAreInitialized()) { memoizedIsInitialized = 0; return false; } memoizedIsInitialized = 1; return true; } public void writeTo(com.google.protobuf.CodedOutputStream output) throws java.io.IOException { getSerializedSize(); com.google.protobuf.GeneratedMessageLite .ExtendableMessage.ExtensionWriter extensionWriter = newExtensionWriter(); for (int i = 0; i < function_.size(); i++) { output.writeMessage(3, function_.get(i)); } for (int i = 0; i < property_.size(); i++) { output.writeMessage(4, property_.get(i)); } if (((bitField0_ & 0x00000001) == 0x00000001)) { output.writeMessage(30, typeTable_); } extensionWriter.writeUntil(200, output); } private int memoizedSerializedSize = -1; public int getSerializedSize() { int size = memoizedSerializedSize; if (size != -1) return size; size = 0; for (int i = 0; i < function_.size(); i++) { size += com.google.protobuf.CodedOutputStream .computeMessageSize(3, function_.get(i)); } for (int i = 0; i < property_.size(); i++) { size += com.google.protobuf.CodedOutputStream .computeMessageSize(4, property_.get(i)); } if (((bitField0_ & 0x00000001) == 0x00000001)) { size += com.google.protobuf.CodedOutputStream .computeMessageSize(30, typeTable_); } size += extensionsSerializedSize(); memoizedSerializedSize = size; return size; } private static final long serialVersionUID = 0L; @java.lang.Override protected java.lang.Object writeReplace() throws java.io.ObjectStreamException { return super.writeReplace(); } public static org.jetbrains.kotlin.serialization.ProtoBuf.Package parseFrom( com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static org.jetbrains.kotlin.serialization.ProtoBuf.Package parseFrom( com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static org.jetbrains.kotlin.serialization.ProtoBuf.Package parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static org.jetbrains.kotlin.serialization.ProtoBuf.Package parseFrom( byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static org.jetbrains.kotlin.serialization.ProtoBuf.Package parseFrom(java.io.InputStream input) throws java.io.IOException { return PARSER.parseFrom(input); } public static org.jetbrains.kotlin.serialization.ProtoBuf.Package parseFrom( java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return PARSER.parseFrom(input, extensionRegistry); } public static org.jetbrains.kotlin.serialization.ProtoBuf.Package parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException { return PARSER.parseDelimitedFrom(input); } public static org.jetbrains.kotlin.serialization.ProtoBuf.Package parseDelimitedFrom( java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return PARSER.parseDelimitedFrom(input, extensionRegistry); } public static org.jetbrains.kotlin.serialization.ProtoBuf.Package parseFrom( com.google.protobuf.CodedInputStream input) throws java.io.IOException { return PARSER.parseFrom(input); } public static org.jetbrains.kotlin.serialization.ProtoBuf.Package parseFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return PARSER.parseFrom(input, extensionRegistry); } public static Builder newBuilder() { return Builder.create(); } public Builder newBuilderForType() { return newBuilder(); } public static Builder newBuilder(org.jetbrains.kotlin.serialization.ProtoBuf.Package prototype) { return newBuilder().mergeFrom(prototype); } public Builder toBuilder() { return newBuilder(this); } /** * Protobuf type {@code org.jetbrains.kotlin.serialization.Package} */ public static final class Builder extends com.google.protobuf.GeneratedMessageLite.ExtendableBuilder< org.jetbrains.kotlin.serialization.ProtoBuf.Package, Builder> implements org.jetbrains.kotlin.serialization.ProtoBuf.PackageOrBuilder { // Construct using org.jetbrains.kotlin.serialization.ProtoBuf.Package.newBuilder() private Builder() { maybeForceBuilderInitialization(); } private void maybeForceBuilderInitialization() { } private static Builder create() { return new Builder(); } public Builder clear() { super.clear(); function_ = java.util.Collections.emptyList(); bitField0_ = (bitField0_ & ~0x00000001); property_ = java.util.Collections.emptyList(); bitField0_ = (bitField0_ & ~0x00000002); typeTable_ = org.jetbrains.kotlin.serialization.ProtoBuf.TypeTable.getDefaultInstance(); bitField0_ = (bitField0_ & ~0x00000004); return this; } public Builder clone() { return create().mergeFrom(buildPartial()); } public org.jetbrains.kotlin.serialization.ProtoBuf.Package getDefaultInstanceForType() { return org.jetbrains.kotlin.serialization.ProtoBuf.Package.getDefaultInstance(); } public org.jetbrains.kotlin.serialization.ProtoBuf.Package build() { org.jetbrains.kotlin.serialization.ProtoBuf.Package result = buildPartial(); if (!result.isInitialized()) { throw newUninitializedMessageException(result); } return result; } public org.jetbrains.kotlin.serialization.ProtoBuf.Package buildPartial() { org.jetbrains.kotlin.serialization.ProtoBuf.Package result = new org.jetbrains.kotlin.serialization.ProtoBuf.Package(this); int from_bitField0_ = bitField0_; int to_bitField0_ = 0; if (((bitField0_ & 0x00000001) == 0x00000001)) { function_ = java.util.Collections.unmodifiableList(function_); bitField0_ = (bitField0_ & ~0x00000001); } result.function_ = function_; if (((bitField0_ & 0x00000002) == 0x00000002)) { property_ = java.util.Collections.unmodifiableList(property_); bitField0_ = (bitField0_ & ~0x00000002); } result.property_ = property_; if (((from_bitField0_ & 0x00000004) == 0x00000004)) { to_bitField0_ |= 0x00000001; } result.typeTable_ = typeTable_; result.bitField0_ = to_bitField0_; return result; } public Builder mergeFrom(org.jetbrains.kotlin.serialization.ProtoBuf.Package other) { if (other == org.jetbrains.kotlin.serialization.ProtoBuf.Package.getDefaultInstance()) return this; if (!other.function_.isEmpty()) { if (function_.isEmpty()) { function_ = other.function_; bitField0_ = (bitField0_ & ~0x00000001); } else { ensureFunctionIsMutable(); function_.addAll(other.function_); } } if (!other.property_.isEmpty()) { if (property_.isEmpty()) { property_ = other.property_; bitField0_ = (bitField0_ & ~0x00000002); } else { ensurePropertyIsMutable(); property_.addAll(other.property_); } } if (other.hasTypeTable()) { mergeTypeTable(other.getTypeTable()); } this.mergeExtensionFields(other); return this; } public final boolean isInitialized() { for (int i = 0; i < getFunctionCount(); i++) { if (!getFunction(i).isInitialized()) { return false; } } for (int i = 0; i < getPropertyCount(); i++) { if (!getProperty(i).isInitialized()) { return false; } } if (hasTypeTable()) { if (!getTypeTable().isInitialized()) { return false; } } if (!extensionsAreInitialized()) { return false; } return true; } public Builder mergeFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { org.jetbrains.kotlin.serialization.ProtoBuf.Package parsedMessage = null; try { parsedMessage = PARSER.parsePartialFrom(input, extensionRegistry); } catch (com.google.protobuf.InvalidProtocolBufferException e) { parsedMessage = (org.jetbrains.kotlin.serialization.ProtoBuf.Package) e.getUnfinishedMessage(); throw e; } finally { if (parsedMessage != null) { mergeFrom(parsedMessage); } } return this; } private int bitField0_; // repeated .org.jetbrains.kotlin.serialization.Function function = 3; private java.util.List function_ = java.util.Collections.emptyList(); private void ensureFunctionIsMutable() { if (!((bitField0_ & 0x00000001) == 0x00000001)) { function_ = new java.util.ArrayList(function_); bitField0_ |= 0x00000001; } } /** * repeated .org.jetbrains.kotlin.serialization.Function function = 3; */ public java.util.List getFunctionList() { return java.util.Collections.unmodifiableList(function_); } /** * repeated .org.jetbrains.kotlin.serialization.Function function = 3; */ public int getFunctionCount() { return function_.size(); } /** * repeated .org.jetbrains.kotlin.serialization.Function function = 3; */ public org.jetbrains.kotlin.serialization.ProtoBuf.Function getFunction(int index) { return function_.get(index); } /** * repeated .org.jetbrains.kotlin.serialization.Function function = 3; */ public Builder setFunction( int index, org.jetbrains.kotlin.serialization.ProtoBuf.Function value) { if (value == null) { throw new NullPointerException(); } ensureFunctionIsMutable(); function_.set(index, value); return this; } /** * repeated .org.jetbrains.kotlin.serialization.Function function = 3; */ public Builder setFunction( int index, org.jetbrains.kotlin.serialization.ProtoBuf.Function.Builder builderForValue) { ensureFunctionIsMutable(); function_.set(index, builderForValue.build()); return this; } /** * repeated .org.jetbrains.kotlin.serialization.Function function = 3; */ public Builder addFunction(org.jetbrains.kotlin.serialization.ProtoBuf.Function value) { if (value == null) { throw new NullPointerException(); } ensureFunctionIsMutable(); function_.add(value); return this; } /** * repeated .org.jetbrains.kotlin.serialization.Function function = 3; */ public Builder addFunction( int index, org.jetbrains.kotlin.serialization.ProtoBuf.Function value) { if (value == null) { throw new NullPointerException(); } ensureFunctionIsMutable(); function_.add(index, value); return this; } /** * repeated .org.jetbrains.kotlin.serialization.Function function = 3; */ public Builder addFunction( org.jetbrains.kotlin.serialization.ProtoBuf.Function.Builder builderForValue) { ensureFunctionIsMutable(); function_.add(builderForValue.build()); return this; } /** * repeated .org.jetbrains.kotlin.serialization.Function function = 3; */ public Builder addFunction( int index, org.jetbrains.kotlin.serialization.ProtoBuf.Function.Builder builderForValue) { ensureFunctionIsMutable(); function_.add(index, builderForValue.build()); return this; } /** * repeated .org.jetbrains.kotlin.serialization.Function function = 3; */ public Builder addAllFunction( java.lang.Iterable values) { ensureFunctionIsMutable(); super.addAll(values, function_); return this; } /** * repeated .org.jetbrains.kotlin.serialization.Function function = 3; */ public Builder clearFunction() { function_ = java.util.Collections.emptyList(); bitField0_ = (bitField0_ & ~0x00000001); return this; } /** * repeated .org.jetbrains.kotlin.serialization.Function function = 3; */ public Builder removeFunction(int index) { ensureFunctionIsMutable(); function_.remove(index); return this; } // repeated .org.jetbrains.kotlin.serialization.Property property = 4; private java.util.List property_ = java.util.Collections.emptyList(); private void ensurePropertyIsMutable() { if (!((bitField0_ & 0x00000002) == 0x00000002)) { property_ = new java.util.ArrayList(property_); bitField0_ |= 0x00000002; } } /** * repeated .org.jetbrains.kotlin.serialization.Property property = 4; */ public java.util.List getPropertyList() { return java.util.Collections.unmodifiableList(property_); } /** * repeated .org.jetbrains.kotlin.serialization.Property property = 4; */ public int getPropertyCount() { return property_.size(); } /** * repeated .org.jetbrains.kotlin.serialization.Property property = 4; */ public org.jetbrains.kotlin.serialization.ProtoBuf.Property getProperty(int index) { return property_.get(index); } /** * repeated .org.jetbrains.kotlin.serialization.Property property = 4; */ public Builder setProperty( int index, org.jetbrains.kotlin.serialization.ProtoBuf.Property value) { if (value == null) { throw new NullPointerException(); } ensurePropertyIsMutable(); property_.set(index, value); return this; } /** * repeated .org.jetbrains.kotlin.serialization.Property property = 4; */ public Builder setProperty( int index, org.jetbrains.kotlin.serialization.ProtoBuf.Property.Builder builderForValue) { ensurePropertyIsMutable(); property_.set(index, builderForValue.build()); return this; } /** * repeated .org.jetbrains.kotlin.serialization.Property property = 4; */ public Builder addProperty(org.jetbrains.kotlin.serialization.ProtoBuf.Property value) { if (value == null) { throw new NullPointerException(); } ensurePropertyIsMutable(); property_.add(value); return this; } /** * repeated .org.jetbrains.kotlin.serialization.Property property = 4; */ public Builder addProperty( int index, org.jetbrains.kotlin.serialization.ProtoBuf.Property value) { if (value == null) { throw new NullPointerException(); } ensurePropertyIsMutable(); property_.add(index, value); return this; } /** * repeated .org.jetbrains.kotlin.serialization.Property property = 4; */ public Builder addProperty( org.jetbrains.kotlin.serialization.ProtoBuf.Property.Builder builderForValue) { ensurePropertyIsMutable(); property_.add(builderForValue.build()); return this; } /** * repeated .org.jetbrains.kotlin.serialization.Property property = 4; */ public Builder addProperty( int index, org.jetbrains.kotlin.serialization.ProtoBuf.Property.Builder builderForValue) { ensurePropertyIsMutable(); property_.add(index, builderForValue.build()); return this; } /** * repeated .org.jetbrains.kotlin.serialization.Property property = 4; */ public Builder addAllProperty( java.lang.Iterable values) { ensurePropertyIsMutable(); super.addAll(values, property_); return this; } /** * repeated .org.jetbrains.kotlin.serialization.Property property = 4; */ public Builder clearProperty() { property_ = java.util.Collections.emptyList(); bitField0_ = (bitField0_ & ~0x00000002); return this; } /** * repeated .org.jetbrains.kotlin.serialization.Property property = 4; */ public Builder removeProperty(int index) { ensurePropertyIsMutable(); property_.remove(index); return this; } // optional .org.jetbrains.kotlin.serialization.TypeTable type_table = 30; private org.jetbrains.kotlin.serialization.ProtoBuf.TypeTable typeTable_ = org.jetbrains.kotlin.serialization.ProtoBuf.TypeTable.getDefaultInstance(); /** * optional .org.jetbrains.kotlin.serialization.TypeTable type_table = 30; */ public boolean hasTypeTable() { return ((bitField0_ & 0x00000004) == 0x00000004); } /** * optional .org.jetbrains.kotlin.serialization.TypeTable type_table = 30; */ public org.jetbrains.kotlin.serialization.ProtoBuf.TypeTable getTypeTable() { return typeTable_; } /** * optional .org.jetbrains.kotlin.serialization.TypeTable type_table = 30; */ public Builder setTypeTable(org.jetbrains.kotlin.serialization.ProtoBuf.TypeTable value) { if (value == null) { throw new NullPointerException(); } typeTable_ = value; bitField0_ |= 0x00000004; return this; } /** * optional .org.jetbrains.kotlin.serialization.TypeTable type_table = 30; */ public Builder setTypeTable( org.jetbrains.kotlin.serialization.ProtoBuf.TypeTable.Builder builderForValue) { typeTable_ = builderForValue.build(); bitField0_ |= 0x00000004; return this; } /** * optional .org.jetbrains.kotlin.serialization.TypeTable type_table = 30; */ public Builder mergeTypeTable(org.jetbrains.kotlin.serialization.ProtoBuf.TypeTable value) { if (((bitField0_ & 0x00000004) == 0x00000004) && typeTable_ != org.jetbrains.kotlin.serialization.ProtoBuf.TypeTable.getDefaultInstance()) { typeTable_ = org.jetbrains.kotlin.serialization.ProtoBuf.TypeTable.newBuilder(typeTable_).mergeFrom(value).buildPartial(); } else { typeTable_ = value; } bitField0_ |= 0x00000004; return this; } /** * optional .org.jetbrains.kotlin.serialization.TypeTable type_table = 30; */ public Builder clearTypeTable() { typeTable_ = org.jetbrains.kotlin.serialization.ProtoBuf.TypeTable.getDefaultInstance(); bitField0_ = (bitField0_ & ~0x00000004); return this; } // @@protoc_insertion_point(builder_scope:org.jetbrains.kotlin.serialization.Package) } static { defaultInstance = new Package(true); defaultInstance.initFields(); } // @@protoc_insertion_point(class_scope:org.jetbrains.kotlin.serialization.Package) } public interface TypeTableOrBuilder extends com.google.protobuf.MessageLiteOrBuilder { // repeated .org.jetbrains.kotlin.serialization.Type type = 1; /** * repeated .org.jetbrains.kotlin.serialization.Type type = 1; */ java.util.List getTypeList(); /** * repeated .org.jetbrains.kotlin.serialization.Type type = 1; */ org.jetbrains.kotlin.serialization.ProtoBuf.Type getType(int index); /** * repeated .org.jetbrains.kotlin.serialization.Type type = 1; */ int getTypeCount(); // optional int32 first_nullable = 2 [default = -1]; /** * 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
     * 
*/ 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(); } /** * Protobuf type {@code org.jetbrains.kotlin.serialization.TypeTable} */ public static final class TypeTable extends com.google.protobuf.GeneratedMessageLite implements TypeTableOrBuilder { // Use TypeTable.newBuilder() to construct. private TypeTable(com.google.protobuf.GeneratedMessageLite.Builder builder) { super(builder); } private TypeTable(boolean noInit) {} private static final TypeTable defaultInstance; public static TypeTable getDefaultInstance() { return defaultInstance; } public TypeTable getDefaultInstanceForType() { return defaultInstance; } private TypeTable( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { initFields(); int mutable_bitField0_ = 0; try { boolean done = false; while (!done) { int tag = input.readTag(); switch (tag) { case 0: done = true; break; default: { if (!parseUnknownField(input, extensionRegistry, tag)) { done = true; } break; } case 10: { if (!((mutable_bitField0_ & 0x00000001) == 0x00000001)) { type_ = new java.util.ArrayList(); mutable_bitField0_ |= 0x00000001; } type_.add(input.readMessage(org.jetbrains.kotlin.serialization.ProtoBuf.Type.PARSER, extensionRegistry)); break; } case 16: { bitField0_ |= 0x00000001; firstNullable_ = input.readInt32(); break; } } } } catch (com.google.protobuf.InvalidProtocolBufferException e) { throw e.setUnfinishedMessage(this); } catch (java.io.IOException e) { throw new com.google.protobuf.InvalidProtocolBufferException( e.getMessage()).setUnfinishedMessage(this); } finally { if (((mutable_bitField0_ & 0x00000001) == 0x00000001)) { type_ = java.util.Collections.unmodifiableList(type_); } makeExtensionsImmutable(); } } public static com.google.protobuf.Parser PARSER = new com.google.protobuf.AbstractParser() { public TypeTable parsePartialFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return new TypeTable(input, extensionRegistry); } }; @java.lang.Override public com.google.protobuf.Parser getParserForType() { return PARSER; } private int bitField0_; // repeated .org.jetbrains.kotlin.serialization.Type type = 1; public static final int TYPE_FIELD_NUMBER = 1; private java.util.List type_; /** * repeated .org.jetbrains.kotlin.serialization.Type type = 1; */ public java.util.List getTypeList() { return type_; } /** * repeated .org.jetbrains.kotlin.serialization.Type type = 1; */ public java.util.List getTypeOrBuilderList() { return type_; } /** * repeated .org.jetbrains.kotlin.serialization.Type type = 1; */ public int getTypeCount() { return type_.size(); } /** * repeated .org.jetbrains.kotlin.serialization.Type type = 1; */ public org.jetbrains.kotlin.serialization.ProtoBuf.Type getType(int index) { return type_.get(index); } /** * repeated .org.jetbrains.kotlin.serialization.Type type = 1; */ public org.jetbrains.kotlin.serialization.ProtoBuf.TypeOrBuilder getTypeOrBuilder( int index) { return type_.get(index); } // optional int32 first_nullable = 2 [default = -1]; public static final int FIRST_NULLABLE_FIELD_NUMBER = 2; private int firstNullable_; /** * 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
     * 
*/ public boolean hasFirstNullable() { return ((bitField0_ & 0x00000001) == 0x00000001); } /** * 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
     * 
*/ public int getFirstNullable() { return firstNullable_; } private void initFields() { type_ = java.util.Collections.emptyList(); firstNullable_ = -1; } private byte memoizedIsInitialized = -1; public final boolean isInitialized() { byte isInitialized = memoizedIsInitialized; if (isInitialized != -1) return isInitialized == 1; for (int i = 0; i < getTypeCount(); i++) { if (!getType(i).isInitialized()) { memoizedIsInitialized = 0; return false; } } memoizedIsInitialized = 1; return true; } public void writeTo(com.google.protobuf.CodedOutputStream output) throws java.io.IOException { getSerializedSize(); for (int i = 0; i < type_.size(); i++) { output.writeMessage(1, type_.get(i)); } if (((bitField0_ & 0x00000001) == 0x00000001)) { output.writeInt32(2, firstNullable_); } } private int memoizedSerializedSize = -1; public int getSerializedSize() { int size = memoizedSerializedSize; if (size != -1) return size; size = 0; for (int i = 0; i < type_.size(); i++) { size += com.google.protobuf.CodedOutputStream .computeMessageSize(1, type_.get(i)); } if (((bitField0_ & 0x00000001) == 0x00000001)) { size += com.google.protobuf.CodedOutputStream .computeInt32Size(2, firstNullable_); } memoizedSerializedSize = size; return size; } private static final long serialVersionUID = 0L; @java.lang.Override protected java.lang.Object writeReplace() throws java.io.ObjectStreamException { return super.writeReplace(); } public static org.jetbrains.kotlin.serialization.ProtoBuf.TypeTable parseFrom( com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static org.jetbrains.kotlin.serialization.ProtoBuf.TypeTable parseFrom( com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static org.jetbrains.kotlin.serialization.ProtoBuf.TypeTable parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static org.jetbrains.kotlin.serialization.ProtoBuf.TypeTable parseFrom( byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static org.jetbrains.kotlin.serialization.ProtoBuf.TypeTable parseFrom(java.io.InputStream input) throws java.io.IOException { return PARSER.parseFrom(input); } public static org.jetbrains.kotlin.serialization.ProtoBuf.TypeTable parseFrom( java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return PARSER.parseFrom(input, extensionRegistry); } public static org.jetbrains.kotlin.serialization.ProtoBuf.TypeTable parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException { return PARSER.parseDelimitedFrom(input); } public static org.jetbrains.kotlin.serialization.ProtoBuf.TypeTable parseDelimitedFrom( java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return PARSER.parseDelimitedFrom(input, extensionRegistry); } public static org.jetbrains.kotlin.serialization.ProtoBuf.TypeTable parseFrom( com.google.protobuf.CodedInputStream input) throws java.io.IOException { return PARSER.parseFrom(input); } public static org.jetbrains.kotlin.serialization.ProtoBuf.TypeTable parseFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return PARSER.parseFrom(input, extensionRegistry); } public static Builder newBuilder() { return Builder.create(); } public Builder newBuilderForType() { return newBuilder(); } public static Builder newBuilder(org.jetbrains.kotlin.serialization.ProtoBuf.TypeTable prototype) { return newBuilder().mergeFrom(prototype); } public Builder toBuilder() { return newBuilder(this); } /** * Protobuf type {@code org.jetbrains.kotlin.serialization.TypeTable} */ public static final class Builder extends com.google.protobuf.GeneratedMessageLite.Builder< org.jetbrains.kotlin.serialization.ProtoBuf.TypeTable, Builder> implements org.jetbrains.kotlin.serialization.ProtoBuf.TypeTableOrBuilder { // Construct using org.jetbrains.kotlin.serialization.ProtoBuf.TypeTable.newBuilder() private Builder() { maybeForceBuilderInitialization(); } private void maybeForceBuilderInitialization() { } private static Builder create() { return new Builder(); } public Builder clear() { super.clear(); type_ = java.util.Collections.emptyList(); bitField0_ = (bitField0_ & ~0x00000001); firstNullable_ = -1; bitField0_ = (bitField0_ & ~0x00000002); return this; } public Builder clone() { return create().mergeFrom(buildPartial()); } public org.jetbrains.kotlin.serialization.ProtoBuf.TypeTable getDefaultInstanceForType() { return org.jetbrains.kotlin.serialization.ProtoBuf.TypeTable.getDefaultInstance(); } public org.jetbrains.kotlin.serialization.ProtoBuf.TypeTable build() { org.jetbrains.kotlin.serialization.ProtoBuf.TypeTable result = buildPartial(); if (!result.isInitialized()) { throw newUninitializedMessageException(result); } return result; } public org.jetbrains.kotlin.serialization.ProtoBuf.TypeTable buildPartial() { org.jetbrains.kotlin.serialization.ProtoBuf.TypeTable result = new org.jetbrains.kotlin.serialization.ProtoBuf.TypeTable(this); int from_bitField0_ = bitField0_; int to_bitField0_ = 0; if (((bitField0_ & 0x00000001) == 0x00000001)) { type_ = java.util.Collections.unmodifiableList(type_); bitField0_ = (bitField0_ & ~0x00000001); } result.type_ = type_; if (((from_bitField0_ & 0x00000002) == 0x00000002)) { to_bitField0_ |= 0x00000001; } result.firstNullable_ = firstNullable_; result.bitField0_ = to_bitField0_; return result; } public Builder mergeFrom(org.jetbrains.kotlin.serialization.ProtoBuf.TypeTable other) { if (other == org.jetbrains.kotlin.serialization.ProtoBuf.TypeTable.getDefaultInstance()) return this; if (!other.type_.isEmpty()) { if (type_.isEmpty()) { type_ = other.type_; bitField0_ = (bitField0_ & ~0x00000001); } else { ensureTypeIsMutable(); type_.addAll(other.type_); } } if (other.hasFirstNullable()) { setFirstNullable(other.getFirstNullable()); } return this; } public final boolean isInitialized() { for (int i = 0; i < getTypeCount(); i++) { if (!getType(i).isInitialized()) { return false; } } return true; } public Builder mergeFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { org.jetbrains.kotlin.serialization.ProtoBuf.TypeTable parsedMessage = null; try { parsedMessage = PARSER.parsePartialFrom(input, extensionRegistry); } catch (com.google.protobuf.InvalidProtocolBufferException e) { parsedMessage = (org.jetbrains.kotlin.serialization.ProtoBuf.TypeTable) e.getUnfinishedMessage(); throw e; } finally { if (parsedMessage != null) { mergeFrom(parsedMessage); } } return this; } private int bitField0_; // repeated .org.jetbrains.kotlin.serialization.Type type = 1; private java.util.List type_ = java.util.Collections.emptyList(); private void ensureTypeIsMutable() { if (!((bitField0_ & 0x00000001) == 0x00000001)) { type_ = new java.util.ArrayList(type_); bitField0_ |= 0x00000001; } } /** * repeated .org.jetbrains.kotlin.serialization.Type type = 1; */ public java.util.List getTypeList() { return java.util.Collections.unmodifiableList(type_); } /** * repeated .org.jetbrains.kotlin.serialization.Type type = 1; */ public int getTypeCount() { return type_.size(); } /** * repeated .org.jetbrains.kotlin.serialization.Type type = 1; */ public org.jetbrains.kotlin.serialization.ProtoBuf.Type getType(int index) { return type_.get(index); } /** * repeated .org.jetbrains.kotlin.serialization.Type type = 1; */ public Builder setType( int index, org.jetbrains.kotlin.serialization.ProtoBuf.Type value) { if (value == null) { throw new NullPointerException(); } ensureTypeIsMutable(); type_.set(index, value); return this; } /** * repeated .org.jetbrains.kotlin.serialization.Type type = 1; */ public Builder setType( int index, org.jetbrains.kotlin.serialization.ProtoBuf.Type.Builder builderForValue) { ensureTypeIsMutable(); type_.set(index, builderForValue.build()); return this; } /** * repeated .org.jetbrains.kotlin.serialization.Type type = 1; */ public Builder addType(org.jetbrains.kotlin.serialization.ProtoBuf.Type value) { if (value == null) { throw new NullPointerException(); } ensureTypeIsMutable(); type_.add(value); return this; } /** * repeated .org.jetbrains.kotlin.serialization.Type type = 1; */ public Builder addType( int index, org.jetbrains.kotlin.serialization.ProtoBuf.Type value) { if (value == null) { throw new NullPointerException(); } ensureTypeIsMutable(); type_.add(index, value); return this; } /** * repeated .org.jetbrains.kotlin.serialization.Type type = 1; */ public Builder addType( org.jetbrains.kotlin.serialization.ProtoBuf.Type.Builder builderForValue) { ensureTypeIsMutable(); type_.add(builderForValue.build()); return this; } /** * repeated .org.jetbrains.kotlin.serialization.Type type = 1; */ public Builder addType( int index, org.jetbrains.kotlin.serialization.ProtoBuf.Type.Builder builderForValue) { ensureTypeIsMutable(); type_.add(index, builderForValue.build()); return this; } /** * repeated .org.jetbrains.kotlin.serialization.Type type = 1; */ public Builder addAllType( java.lang.Iterable values) { ensureTypeIsMutable(); super.addAll(values, type_); return this; } /** * repeated .org.jetbrains.kotlin.serialization.Type type = 1; */ public Builder clearType() { type_ = java.util.Collections.emptyList(); bitField0_ = (bitField0_ & ~0x00000001); return this; } /** * repeated .org.jetbrains.kotlin.serialization.Type type = 1; */ public Builder removeType(int index) { ensureTypeIsMutable(); type_.remove(index); return this; } // optional int32 first_nullable = 2 [default = -1]; private int firstNullable_ = -1; /** * 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
       * 
*/ public boolean hasFirstNullable() { return ((bitField0_ & 0x00000002) == 0x00000002); } /** * 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
       * 
*/ public int getFirstNullable() { return firstNullable_; } /** * 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
       * 
*/ public Builder setFirstNullable(int value) { bitField0_ |= 0x00000002; firstNullable_ = value; return this; } /** * 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
       * 
*/ public Builder clearFirstNullable() { bitField0_ = (bitField0_ & ~0x00000002); firstNullable_ = -1; return this; } // @@protoc_insertion_point(builder_scope:org.jetbrains.kotlin.serialization.TypeTable) } static { defaultInstance = new TypeTable(true); defaultInstance.initFields(); } // @@protoc_insertion_point(class_scope:org.jetbrains.kotlin.serialization.TypeTable) } public interface ConstructorOrBuilder extends com.google.protobuf.GeneratedMessageLite. ExtendableMessageOrBuilder { // optional int32 flags = 1 [default = 6]; /** * optional int32 flags = 1 [default = 6]; * *
     *
     *hasAnnotations
     *Visibility
     *isSecondary
     * 
*/ boolean hasFlags(); /** * optional int32 flags = 1 [default = 6]; * *
     *
     *hasAnnotations
     *Visibility
     *isSecondary
     * 
*/ int getFlags(); // repeated .org.jetbrains.kotlin.serialization.ValueParameter value_parameter = 2; /** * repeated .org.jetbrains.kotlin.serialization.ValueParameter value_parameter = 2; */ java.util.List getValueParameterList(); /** * repeated .org.jetbrains.kotlin.serialization.ValueParameter value_parameter = 2; */ org.jetbrains.kotlin.serialization.ProtoBuf.ValueParameter getValueParameter(int index); /** * repeated .org.jetbrains.kotlin.serialization.ValueParameter value_parameter = 2; */ int getValueParameterCount(); } /** * Protobuf type {@code org.jetbrains.kotlin.serialization.Constructor} */ public static final class Constructor extends com.google.protobuf.GeneratedMessageLite.ExtendableMessage< Constructor> implements ConstructorOrBuilder { // Use Constructor.newBuilder() to construct. private Constructor(com.google.protobuf.GeneratedMessageLite.ExtendableBuilder builder) { super(builder); } private Constructor(boolean noInit) {} private static final Constructor defaultInstance; public static Constructor getDefaultInstance() { return defaultInstance; } public Constructor getDefaultInstanceForType() { return defaultInstance; } private Constructor( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { initFields(); int mutable_bitField0_ = 0; try { boolean done = false; while (!done) { int tag = input.readTag(); switch (tag) { case 0: done = true; break; default: { if (!parseUnknownField(input, extensionRegistry, tag)) { done = true; } break; } case 8: { bitField0_ |= 0x00000001; flags_ = input.readInt32(); break; } case 18: { if (!((mutable_bitField0_ & 0x00000002) == 0x00000002)) { valueParameter_ = new java.util.ArrayList(); mutable_bitField0_ |= 0x00000002; } valueParameter_.add(input.readMessage(org.jetbrains.kotlin.serialization.ProtoBuf.ValueParameter.PARSER, extensionRegistry)); break; } } } } catch (com.google.protobuf.InvalidProtocolBufferException e) { throw e.setUnfinishedMessage(this); } catch (java.io.IOException e) { throw new com.google.protobuf.InvalidProtocolBufferException( e.getMessage()).setUnfinishedMessage(this); } finally { if (((mutable_bitField0_ & 0x00000002) == 0x00000002)) { valueParameter_ = java.util.Collections.unmodifiableList(valueParameter_); } makeExtensionsImmutable(); } } public static com.google.protobuf.Parser PARSER = new com.google.protobuf.AbstractParser() { public Constructor parsePartialFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return new Constructor(input, extensionRegistry); } }; @java.lang.Override public com.google.protobuf.Parser getParserForType() { return PARSER; } private int bitField0_; // optional int32 flags = 1 [default = 6]; public static final int FLAGS_FIELD_NUMBER = 1; private int flags_; /** * optional int32 flags = 1 [default = 6]; * *
     *
     *hasAnnotations
     *Visibility
     *isSecondary
     * 
*/ public boolean hasFlags() { return ((bitField0_ & 0x00000001) == 0x00000001); } /** * optional int32 flags = 1 [default = 6]; * *
     *
     *hasAnnotations
     *Visibility
     *isSecondary
     * 
*/ public int getFlags() { return flags_; } // repeated .org.jetbrains.kotlin.serialization.ValueParameter value_parameter = 2; public static final int VALUE_PARAMETER_FIELD_NUMBER = 2; private java.util.List valueParameter_; /** * repeated .org.jetbrains.kotlin.serialization.ValueParameter value_parameter = 2; */ public java.util.List getValueParameterList() { return valueParameter_; } /** * repeated .org.jetbrains.kotlin.serialization.ValueParameter value_parameter = 2; */ public java.util.List getValueParameterOrBuilderList() { return valueParameter_; } /** * repeated .org.jetbrains.kotlin.serialization.ValueParameter value_parameter = 2; */ public int getValueParameterCount() { return valueParameter_.size(); } /** * repeated .org.jetbrains.kotlin.serialization.ValueParameter value_parameter = 2; */ public org.jetbrains.kotlin.serialization.ProtoBuf.ValueParameter getValueParameter(int index) { return valueParameter_.get(index); } /** * repeated .org.jetbrains.kotlin.serialization.ValueParameter value_parameter = 2; */ public org.jetbrains.kotlin.serialization.ProtoBuf.ValueParameterOrBuilder getValueParameterOrBuilder( int index) { return valueParameter_.get(index); } private void initFields() { flags_ = 6; valueParameter_ = java.util.Collections.emptyList(); } private byte memoizedIsInitialized = -1; public final boolean isInitialized() { byte isInitialized = memoizedIsInitialized; if (isInitialized != -1) return isInitialized == 1; for (int i = 0; i < getValueParameterCount(); i++) { if (!getValueParameter(i).isInitialized()) { memoizedIsInitialized = 0; return false; } } if (!extensionsAreInitialized()) { memoizedIsInitialized = 0; return false; } memoizedIsInitialized = 1; return true; } public void writeTo(com.google.protobuf.CodedOutputStream output) throws java.io.IOException { getSerializedSize(); com.google.protobuf.GeneratedMessageLite .ExtendableMessage.ExtensionWriter extensionWriter = newExtensionWriter(); if (((bitField0_ & 0x00000001) == 0x00000001)) { output.writeInt32(1, flags_); } for (int i = 0; i < valueParameter_.size(); i++) { output.writeMessage(2, valueParameter_.get(i)); } extensionWriter.writeUntil(200, output); } private int memoizedSerializedSize = -1; public int getSerializedSize() { int size = memoizedSerializedSize; if (size != -1) return size; size = 0; if (((bitField0_ & 0x00000001) == 0x00000001)) { size += com.google.protobuf.CodedOutputStream .computeInt32Size(1, flags_); } for (int i = 0; i < valueParameter_.size(); i++) { size += com.google.protobuf.CodedOutputStream .computeMessageSize(2, valueParameter_.get(i)); } size += extensionsSerializedSize(); memoizedSerializedSize = size; return size; } private static final long serialVersionUID = 0L; @java.lang.Override protected java.lang.Object writeReplace() throws java.io.ObjectStreamException { return super.writeReplace(); } public static org.jetbrains.kotlin.serialization.ProtoBuf.Constructor parseFrom( com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static org.jetbrains.kotlin.serialization.ProtoBuf.Constructor parseFrom( com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static org.jetbrains.kotlin.serialization.ProtoBuf.Constructor parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static org.jetbrains.kotlin.serialization.ProtoBuf.Constructor parseFrom( byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static org.jetbrains.kotlin.serialization.ProtoBuf.Constructor parseFrom(java.io.InputStream input) throws java.io.IOException { return PARSER.parseFrom(input); } public static org.jetbrains.kotlin.serialization.ProtoBuf.Constructor parseFrom( java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return PARSER.parseFrom(input, extensionRegistry); } public static org.jetbrains.kotlin.serialization.ProtoBuf.Constructor parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException { return PARSER.parseDelimitedFrom(input); } public static org.jetbrains.kotlin.serialization.ProtoBuf.Constructor parseDelimitedFrom( java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return PARSER.parseDelimitedFrom(input, extensionRegistry); } public static org.jetbrains.kotlin.serialization.ProtoBuf.Constructor parseFrom( com.google.protobuf.CodedInputStream input) throws java.io.IOException { return PARSER.parseFrom(input); } public static org.jetbrains.kotlin.serialization.ProtoBuf.Constructor parseFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return PARSER.parseFrom(input, extensionRegistry); } public static Builder newBuilder() { return Builder.create(); } public Builder newBuilderForType() { return newBuilder(); } public static Builder newBuilder(org.jetbrains.kotlin.serialization.ProtoBuf.Constructor prototype) { return newBuilder().mergeFrom(prototype); } public Builder toBuilder() { return newBuilder(this); } /** * Protobuf type {@code org.jetbrains.kotlin.serialization.Constructor} */ public static final class Builder extends com.google.protobuf.GeneratedMessageLite.ExtendableBuilder< org.jetbrains.kotlin.serialization.ProtoBuf.Constructor, Builder> implements org.jetbrains.kotlin.serialization.ProtoBuf.ConstructorOrBuilder { // Construct using org.jetbrains.kotlin.serialization.ProtoBuf.Constructor.newBuilder() private Builder() { maybeForceBuilderInitialization(); } private void maybeForceBuilderInitialization() { } private static Builder create() { return new Builder(); } public Builder clear() { super.clear(); flags_ = 6; bitField0_ = (bitField0_ & ~0x00000001); valueParameter_ = java.util.Collections.emptyList(); bitField0_ = (bitField0_ & ~0x00000002); return this; } public Builder clone() { return create().mergeFrom(buildPartial()); } public org.jetbrains.kotlin.serialization.ProtoBuf.Constructor getDefaultInstanceForType() { return org.jetbrains.kotlin.serialization.ProtoBuf.Constructor.getDefaultInstance(); } public org.jetbrains.kotlin.serialization.ProtoBuf.Constructor build() { org.jetbrains.kotlin.serialization.ProtoBuf.Constructor result = buildPartial(); if (!result.isInitialized()) { throw newUninitializedMessageException(result); } return result; } public org.jetbrains.kotlin.serialization.ProtoBuf.Constructor buildPartial() { org.jetbrains.kotlin.serialization.ProtoBuf.Constructor result = new org.jetbrains.kotlin.serialization.ProtoBuf.Constructor(this); int from_bitField0_ = bitField0_; int to_bitField0_ = 0; if (((from_bitField0_ & 0x00000001) == 0x00000001)) { to_bitField0_ |= 0x00000001; } result.flags_ = flags_; if (((bitField0_ & 0x00000002) == 0x00000002)) { valueParameter_ = java.util.Collections.unmodifiableList(valueParameter_); bitField0_ = (bitField0_ & ~0x00000002); } result.valueParameter_ = valueParameter_; result.bitField0_ = to_bitField0_; return result; } public Builder mergeFrom(org.jetbrains.kotlin.serialization.ProtoBuf.Constructor other) { if (other == org.jetbrains.kotlin.serialization.ProtoBuf.Constructor.getDefaultInstance()) return this; if (other.hasFlags()) { setFlags(other.getFlags()); } if (!other.valueParameter_.isEmpty()) { if (valueParameter_.isEmpty()) { valueParameter_ = other.valueParameter_; bitField0_ = (bitField0_ & ~0x00000002); } else { ensureValueParameterIsMutable(); valueParameter_.addAll(other.valueParameter_); } } this.mergeExtensionFields(other); return this; } public final boolean isInitialized() { for (int i = 0; i < getValueParameterCount(); i++) { if (!getValueParameter(i).isInitialized()) { return false; } } if (!extensionsAreInitialized()) { return false; } return true; } public Builder mergeFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { org.jetbrains.kotlin.serialization.ProtoBuf.Constructor parsedMessage = null; try { parsedMessage = PARSER.parsePartialFrom(input, extensionRegistry); } catch (com.google.protobuf.InvalidProtocolBufferException e) { parsedMessage = (org.jetbrains.kotlin.serialization.ProtoBuf.Constructor) e.getUnfinishedMessage(); throw e; } finally { if (parsedMessage != null) { mergeFrom(parsedMessage); } } return this; } private int bitField0_; // optional int32 flags = 1 [default = 6]; private int flags_ = 6; /** * optional int32 flags = 1 [default = 6]; * *
       *
       *hasAnnotations
       *Visibility
       *isSecondary
       * 
*/ public boolean hasFlags() { return ((bitField0_ & 0x00000001) == 0x00000001); } /** * optional int32 flags = 1 [default = 6]; * *
       *
       *hasAnnotations
       *Visibility
       *isSecondary
       * 
*/ public int getFlags() { return flags_; } /** * optional int32 flags = 1 [default = 6]; * *
       *
       *hasAnnotations
       *Visibility
       *isSecondary
       * 
*/ public Builder setFlags(int value) { bitField0_ |= 0x00000001; flags_ = value; return this; } /** * optional int32 flags = 1 [default = 6]; * *
       *
       *hasAnnotations
       *Visibility
       *isSecondary
       * 
*/ public Builder clearFlags() { bitField0_ = (bitField0_ & ~0x00000001); flags_ = 6; return this; } // repeated .org.jetbrains.kotlin.serialization.ValueParameter value_parameter = 2; private java.util.List valueParameter_ = java.util.Collections.emptyList(); private void ensureValueParameterIsMutable() { if (!((bitField0_ & 0x00000002) == 0x00000002)) { valueParameter_ = new java.util.ArrayList(valueParameter_); bitField0_ |= 0x00000002; } } /** * repeated .org.jetbrains.kotlin.serialization.ValueParameter value_parameter = 2; */ public java.util.List getValueParameterList() { return java.util.Collections.unmodifiableList(valueParameter_); } /** * repeated .org.jetbrains.kotlin.serialization.ValueParameter value_parameter = 2; */ public int getValueParameterCount() { return valueParameter_.size(); } /** * repeated .org.jetbrains.kotlin.serialization.ValueParameter value_parameter = 2; */ public org.jetbrains.kotlin.serialization.ProtoBuf.ValueParameter getValueParameter(int index) { return valueParameter_.get(index); } /** * repeated .org.jetbrains.kotlin.serialization.ValueParameter value_parameter = 2; */ public Builder setValueParameter( int index, org.jetbrains.kotlin.serialization.ProtoBuf.ValueParameter value) { if (value == null) { throw new NullPointerException(); } ensureValueParameterIsMutable(); valueParameter_.set(index, value); return this; } /** * repeated .org.jetbrains.kotlin.serialization.ValueParameter value_parameter = 2; */ public Builder setValueParameter( int index, org.jetbrains.kotlin.serialization.ProtoBuf.ValueParameter.Builder builderForValue) { ensureValueParameterIsMutable(); valueParameter_.set(index, builderForValue.build()); return this; } /** * repeated .org.jetbrains.kotlin.serialization.ValueParameter value_parameter = 2; */ public Builder addValueParameter(org.jetbrains.kotlin.serialization.ProtoBuf.ValueParameter value) { if (value == null) { throw new NullPointerException(); } ensureValueParameterIsMutable(); valueParameter_.add(value); return this; } /** * repeated .org.jetbrains.kotlin.serialization.ValueParameter value_parameter = 2; */ public Builder addValueParameter( int index, org.jetbrains.kotlin.serialization.ProtoBuf.ValueParameter value) { if (value == null) { throw new NullPointerException(); } ensureValueParameterIsMutable(); valueParameter_.add(index, value); return this; } /** * repeated .org.jetbrains.kotlin.serialization.ValueParameter value_parameter = 2; */ public Builder addValueParameter( org.jetbrains.kotlin.serialization.ProtoBuf.ValueParameter.Builder builderForValue) { ensureValueParameterIsMutable(); valueParameter_.add(builderForValue.build()); return this; } /** * repeated .org.jetbrains.kotlin.serialization.ValueParameter value_parameter = 2; */ public Builder addValueParameter( int index, org.jetbrains.kotlin.serialization.ProtoBuf.ValueParameter.Builder builderForValue) { ensureValueParameterIsMutable(); valueParameter_.add(index, builderForValue.build()); return this; } /** * repeated .org.jetbrains.kotlin.serialization.ValueParameter value_parameter = 2; */ public Builder addAllValueParameter( java.lang.Iterable values) { ensureValueParameterIsMutable(); super.addAll(values, valueParameter_); return this; } /** * repeated .org.jetbrains.kotlin.serialization.ValueParameter value_parameter = 2; */ public Builder clearValueParameter() { valueParameter_ = java.util.Collections.emptyList(); bitField0_ = (bitField0_ & ~0x00000002); return this; } /** * repeated .org.jetbrains.kotlin.serialization.ValueParameter value_parameter = 2; */ public Builder removeValueParameter(int index) { ensureValueParameterIsMutable(); valueParameter_.remove(index); return this; } // @@protoc_insertion_point(builder_scope:org.jetbrains.kotlin.serialization.Constructor) } static { defaultInstance = new Constructor(true); defaultInstance.initFields(); } // @@protoc_insertion_point(class_scope:org.jetbrains.kotlin.serialization.Constructor) } public interface FunctionOrBuilder extends com.google.protobuf.GeneratedMessageLite. ExtendableMessageOrBuilder { // optional int32 flags = 9 [default = 6]; /** * optional int32 flags = 9 [default = 6]; * *
     *
     *hasAnnotations
     *Visibility
     *Modality
     *MemberKind
     *isOperator
     *isInfix
     *isInline
     *isTailrec
     *isExternal
     * 
*/ boolean hasFlags(); /** * optional int32 flags = 9 [default = 6]; * *
     *
     *hasAnnotations
     *Visibility
     *Modality
     *MemberKind
     *isOperator
     *isInfix
     *isInline
     *isTailrec
     *isExternal
     * 
*/ int getFlags(); // optional int32 old_flags = 1 [default = 6]; /** * optional int32 old_flags = 1 [default = 6]; */ boolean hasOldFlags(); /** * optional int32 old_flags = 1 [default = 6]; */ int getOldFlags(); // required int32 name = 2; /** * required int32 name = 2; */ boolean hasName(); /** * required int32 name = 2; */ int getName(); // optional .org.jetbrains.kotlin.serialization.Type return_type = 3; /** * optional .org.jetbrains.kotlin.serialization.Type return_type = 3; */ boolean hasReturnType(); /** * optional .org.jetbrains.kotlin.serialization.Type return_type = 3; */ org.jetbrains.kotlin.serialization.ProtoBuf.Type getReturnType(); // optional int32 return_type_id = 7; /** * optional int32 return_type_id = 7; */ boolean hasReturnTypeId(); /** * optional int32 return_type_id = 7; */ int getReturnTypeId(); // repeated .org.jetbrains.kotlin.serialization.TypeParameter type_parameter = 4; /** * repeated .org.jetbrains.kotlin.serialization.TypeParameter type_parameter = 4; */ java.util.List getTypeParameterList(); /** * repeated .org.jetbrains.kotlin.serialization.TypeParameter type_parameter = 4; */ org.jetbrains.kotlin.serialization.ProtoBuf.TypeParameter getTypeParameter(int index); /** * repeated .org.jetbrains.kotlin.serialization.TypeParameter type_parameter = 4; */ int getTypeParameterCount(); // optional .org.jetbrains.kotlin.serialization.Type receiver_type = 5; /** * optional .org.jetbrains.kotlin.serialization.Type receiver_type = 5; */ boolean hasReceiverType(); /** * optional .org.jetbrains.kotlin.serialization.Type receiver_type = 5; */ org.jetbrains.kotlin.serialization.ProtoBuf.Type getReceiverType(); // optional int32 receiver_type_id = 8; /** * optional int32 receiver_type_id = 8; */ boolean hasReceiverTypeId(); /** * optional int32 receiver_type_id = 8; */ int getReceiverTypeId(); // repeated .org.jetbrains.kotlin.serialization.ValueParameter value_parameter = 6; /** * repeated .org.jetbrains.kotlin.serialization.ValueParameter value_parameter = 6; */ java.util.List getValueParameterList(); /** * repeated .org.jetbrains.kotlin.serialization.ValueParameter value_parameter = 6; */ org.jetbrains.kotlin.serialization.ProtoBuf.ValueParameter getValueParameter(int index); /** * repeated .org.jetbrains.kotlin.serialization.ValueParameter value_parameter = 6; */ int getValueParameterCount(); // optional .org.jetbrains.kotlin.serialization.TypeTable type_table = 30; /** * optional .org.jetbrains.kotlin.serialization.TypeTable type_table = 30; */ boolean hasTypeTable(); /** * optional .org.jetbrains.kotlin.serialization.TypeTable type_table = 30; */ org.jetbrains.kotlin.serialization.ProtoBuf.TypeTable getTypeTable(); } /** * Protobuf type {@code org.jetbrains.kotlin.serialization.Function} */ public static final class Function extends com.google.protobuf.GeneratedMessageLite.ExtendableMessage< Function> implements FunctionOrBuilder { // Use Function.newBuilder() to construct. private Function(com.google.protobuf.GeneratedMessageLite.ExtendableBuilder builder) { super(builder); } private Function(boolean noInit) {} private static final Function defaultInstance; public static Function getDefaultInstance() { return defaultInstance; } public Function getDefaultInstanceForType() { return defaultInstance; } private Function( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { initFields(); int mutable_bitField0_ = 0; try { boolean done = false; while (!done) { int tag = input.readTag(); switch (tag) { case 0: done = true; break; default: { if (!parseUnknownField(input, extensionRegistry, tag)) { done = true; } break; } case 8: { bitField0_ |= 0x00000002; oldFlags_ = input.readInt32(); break; } case 16: { bitField0_ |= 0x00000004; name_ = input.readInt32(); break; } case 26: { org.jetbrains.kotlin.serialization.ProtoBuf.Type.Builder subBuilder = null; if (((bitField0_ & 0x00000008) == 0x00000008)) { subBuilder = returnType_.toBuilder(); } returnType_ = input.readMessage(org.jetbrains.kotlin.serialization.ProtoBuf.Type.PARSER, extensionRegistry); if (subBuilder != null) { subBuilder.mergeFrom(returnType_); returnType_ = subBuilder.buildPartial(); } bitField0_ |= 0x00000008; break; } case 34: { if (!((mutable_bitField0_ & 0x00000020) == 0x00000020)) { typeParameter_ = new java.util.ArrayList(); mutable_bitField0_ |= 0x00000020; } typeParameter_.add(input.readMessage(org.jetbrains.kotlin.serialization.ProtoBuf.TypeParameter.PARSER, extensionRegistry)); break; } case 42: { org.jetbrains.kotlin.serialization.ProtoBuf.Type.Builder subBuilder = null; if (((bitField0_ & 0x00000020) == 0x00000020)) { subBuilder = receiverType_.toBuilder(); } receiverType_ = input.readMessage(org.jetbrains.kotlin.serialization.ProtoBuf.Type.PARSER, extensionRegistry); if (subBuilder != null) { subBuilder.mergeFrom(receiverType_); receiverType_ = subBuilder.buildPartial(); } bitField0_ |= 0x00000020; break; } case 50: { if (!((mutable_bitField0_ & 0x00000100) == 0x00000100)) { valueParameter_ = new java.util.ArrayList(); mutable_bitField0_ |= 0x00000100; } valueParameter_.add(input.readMessage(org.jetbrains.kotlin.serialization.ProtoBuf.ValueParameter.PARSER, extensionRegistry)); break; } case 56: { bitField0_ |= 0x00000010; returnTypeId_ = input.readInt32(); break; } case 64: { bitField0_ |= 0x00000040; receiverTypeId_ = input.readInt32(); break; } case 72: { bitField0_ |= 0x00000001; flags_ = input.readInt32(); break; } case 242: { org.jetbrains.kotlin.serialization.ProtoBuf.TypeTable.Builder subBuilder = null; if (((bitField0_ & 0x00000080) == 0x00000080)) { subBuilder = typeTable_.toBuilder(); } typeTable_ = input.readMessage(org.jetbrains.kotlin.serialization.ProtoBuf.TypeTable.PARSER, extensionRegistry); if (subBuilder != null) { subBuilder.mergeFrom(typeTable_); typeTable_ = subBuilder.buildPartial(); } bitField0_ |= 0x00000080; break; } } } } catch (com.google.protobuf.InvalidProtocolBufferException e) { throw e.setUnfinishedMessage(this); } catch (java.io.IOException e) { throw new com.google.protobuf.InvalidProtocolBufferException( e.getMessage()).setUnfinishedMessage(this); } finally { if (((mutable_bitField0_ & 0x00000020) == 0x00000020)) { typeParameter_ = java.util.Collections.unmodifiableList(typeParameter_); } if (((mutable_bitField0_ & 0x00000100) == 0x00000100)) { valueParameter_ = java.util.Collections.unmodifiableList(valueParameter_); } makeExtensionsImmutable(); } } public static com.google.protobuf.Parser PARSER = new com.google.protobuf.AbstractParser() { public Function parsePartialFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return new Function(input, extensionRegistry); } }; @java.lang.Override public com.google.protobuf.Parser getParserForType() { return PARSER; } private int bitField0_; // optional int32 flags = 9 [default = 6]; public static final int FLAGS_FIELD_NUMBER = 9; private int flags_; /** * optional int32 flags = 9 [default = 6]; * *
     *
     *hasAnnotations
     *Visibility
     *Modality
     *MemberKind
     *isOperator
     *isInfix
     *isInline
     *isTailrec
     *isExternal
     * 
*/ public boolean hasFlags() { return ((bitField0_ & 0x00000001) == 0x00000001); } /** * optional int32 flags = 9 [default = 6]; * *
     *
     *hasAnnotations
     *Visibility
     *Modality
     *MemberKind
     *isOperator
     *isInfix
     *isInline
     *isTailrec
     *isExternal
     * 
*/ public int getFlags() { return flags_; } // optional int32 old_flags = 1 [default = 6]; public static final int OLD_FLAGS_FIELD_NUMBER = 1; private int oldFlags_; /** * optional int32 old_flags = 1 [default = 6]; */ public boolean hasOldFlags() { return ((bitField0_ & 0x00000002) == 0x00000002); } /** * optional int32 old_flags = 1 [default = 6]; */ public int getOldFlags() { return oldFlags_; } // required int32 name = 2; public static final int NAME_FIELD_NUMBER = 2; private int name_; /** * required int32 name = 2; */ public boolean hasName() { return ((bitField0_ & 0x00000004) == 0x00000004); } /** * required int32 name = 2; */ public int getName() { return name_; } // optional .org.jetbrains.kotlin.serialization.Type return_type = 3; public static final int RETURN_TYPE_FIELD_NUMBER = 3; private org.jetbrains.kotlin.serialization.ProtoBuf.Type returnType_; /** * optional .org.jetbrains.kotlin.serialization.Type return_type = 3; */ public boolean hasReturnType() { return ((bitField0_ & 0x00000008) == 0x00000008); } /** * optional .org.jetbrains.kotlin.serialization.Type return_type = 3; */ public org.jetbrains.kotlin.serialization.ProtoBuf.Type getReturnType() { return returnType_; } // optional int32 return_type_id = 7; public static final int RETURN_TYPE_ID_FIELD_NUMBER = 7; private int returnTypeId_; /** * optional int32 return_type_id = 7; */ public boolean hasReturnTypeId() { return ((bitField0_ & 0x00000010) == 0x00000010); } /** * optional int32 return_type_id = 7; */ public int getReturnTypeId() { return returnTypeId_; } // repeated .org.jetbrains.kotlin.serialization.TypeParameter type_parameter = 4; public static final int TYPE_PARAMETER_FIELD_NUMBER = 4; private java.util.List typeParameter_; /** * repeated .org.jetbrains.kotlin.serialization.TypeParameter type_parameter = 4; */ public java.util.List getTypeParameterList() { return typeParameter_; } /** * repeated .org.jetbrains.kotlin.serialization.TypeParameter type_parameter = 4; */ public java.util.List getTypeParameterOrBuilderList() { return typeParameter_; } /** * repeated .org.jetbrains.kotlin.serialization.TypeParameter type_parameter = 4; */ public int getTypeParameterCount() { return typeParameter_.size(); } /** * repeated .org.jetbrains.kotlin.serialization.TypeParameter type_parameter = 4; */ public org.jetbrains.kotlin.serialization.ProtoBuf.TypeParameter getTypeParameter(int index) { return typeParameter_.get(index); } /** * repeated .org.jetbrains.kotlin.serialization.TypeParameter type_parameter = 4; */ public org.jetbrains.kotlin.serialization.ProtoBuf.TypeParameterOrBuilder getTypeParameterOrBuilder( int index) { return typeParameter_.get(index); } // optional .org.jetbrains.kotlin.serialization.Type receiver_type = 5; public static final int RECEIVER_TYPE_FIELD_NUMBER = 5; private org.jetbrains.kotlin.serialization.ProtoBuf.Type receiverType_; /** * optional .org.jetbrains.kotlin.serialization.Type receiver_type = 5; */ public boolean hasReceiverType() { return ((bitField0_ & 0x00000020) == 0x00000020); } /** * optional .org.jetbrains.kotlin.serialization.Type receiver_type = 5; */ public org.jetbrains.kotlin.serialization.ProtoBuf.Type getReceiverType() { return receiverType_; } // optional int32 receiver_type_id = 8; public static final int RECEIVER_TYPE_ID_FIELD_NUMBER = 8; private int receiverTypeId_; /** * optional int32 receiver_type_id = 8; */ public boolean hasReceiverTypeId() { return ((bitField0_ & 0x00000040) == 0x00000040); } /** * optional int32 receiver_type_id = 8; */ public int getReceiverTypeId() { return receiverTypeId_; } // repeated .org.jetbrains.kotlin.serialization.ValueParameter value_parameter = 6; public static final int VALUE_PARAMETER_FIELD_NUMBER = 6; private java.util.List valueParameter_; /** * repeated .org.jetbrains.kotlin.serialization.ValueParameter value_parameter = 6; */ public java.util.List getValueParameterList() { return valueParameter_; } /** * repeated .org.jetbrains.kotlin.serialization.ValueParameter value_parameter = 6; */ public java.util.List getValueParameterOrBuilderList() { return valueParameter_; } /** * repeated .org.jetbrains.kotlin.serialization.ValueParameter value_parameter = 6; */ public int getValueParameterCount() { return valueParameter_.size(); } /** * repeated .org.jetbrains.kotlin.serialization.ValueParameter value_parameter = 6; */ public org.jetbrains.kotlin.serialization.ProtoBuf.ValueParameter getValueParameter(int index) { return valueParameter_.get(index); } /** * repeated .org.jetbrains.kotlin.serialization.ValueParameter value_parameter = 6; */ public org.jetbrains.kotlin.serialization.ProtoBuf.ValueParameterOrBuilder getValueParameterOrBuilder( int index) { return valueParameter_.get(index); } // optional .org.jetbrains.kotlin.serialization.TypeTable type_table = 30; public static final int TYPE_TABLE_FIELD_NUMBER = 30; private org.jetbrains.kotlin.serialization.ProtoBuf.TypeTable typeTable_; /** * optional .org.jetbrains.kotlin.serialization.TypeTable type_table = 30; */ public boolean hasTypeTable() { return ((bitField0_ & 0x00000080) == 0x00000080); } /** * optional .org.jetbrains.kotlin.serialization.TypeTable type_table = 30; */ public org.jetbrains.kotlin.serialization.ProtoBuf.TypeTable getTypeTable() { return typeTable_; } private void initFields() { flags_ = 6; oldFlags_ = 6; name_ = 0; returnType_ = org.jetbrains.kotlin.serialization.ProtoBuf.Type.getDefaultInstance(); returnTypeId_ = 0; typeParameter_ = java.util.Collections.emptyList(); receiverType_ = org.jetbrains.kotlin.serialization.ProtoBuf.Type.getDefaultInstance(); receiverTypeId_ = 0; valueParameter_ = java.util.Collections.emptyList(); typeTable_ = org.jetbrains.kotlin.serialization.ProtoBuf.TypeTable.getDefaultInstance(); } private byte memoizedIsInitialized = -1; public final boolean isInitialized() { byte isInitialized = memoizedIsInitialized; if (isInitialized != -1) return isInitialized == 1; if (!hasName()) { memoizedIsInitialized = 0; return false; } if (hasReturnType()) { if (!getReturnType().isInitialized()) { memoizedIsInitialized = 0; return false; } } for (int i = 0; i < getTypeParameterCount(); i++) { if (!getTypeParameter(i).isInitialized()) { memoizedIsInitialized = 0; return false; } } if (hasReceiverType()) { if (!getReceiverType().isInitialized()) { memoizedIsInitialized = 0; return false; } } for (int i = 0; i < getValueParameterCount(); i++) { if (!getValueParameter(i).isInitialized()) { memoizedIsInitialized = 0; return false; } } if (hasTypeTable()) { if (!getTypeTable().isInitialized()) { memoizedIsInitialized = 0; return false; } } if (!extensionsAreInitialized()) { memoizedIsInitialized = 0; return false; } memoizedIsInitialized = 1; return true; } public void writeTo(com.google.protobuf.CodedOutputStream output) throws java.io.IOException { getSerializedSize(); com.google.protobuf.GeneratedMessageLite .ExtendableMessage.ExtensionWriter extensionWriter = newExtensionWriter(); if (((bitField0_ & 0x00000002) == 0x00000002)) { output.writeInt32(1, oldFlags_); } if (((bitField0_ & 0x00000004) == 0x00000004)) { output.writeInt32(2, name_); } if (((bitField0_ & 0x00000008) == 0x00000008)) { output.writeMessage(3, returnType_); } for (int i = 0; i < typeParameter_.size(); i++) { output.writeMessage(4, typeParameter_.get(i)); } if (((bitField0_ & 0x00000020) == 0x00000020)) { output.writeMessage(5, receiverType_); } for (int i = 0; i < valueParameter_.size(); i++) { output.writeMessage(6, valueParameter_.get(i)); } if (((bitField0_ & 0x00000010) == 0x00000010)) { output.writeInt32(7, returnTypeId_); } if (((bitField0_ & 0x00000040) == 0x00000040)) { output.writeInt32(8, receiverTypeId_); } if (((bitField0_ & 0x00000001) == 0x00000001)) { output.writeInt32(9, flags_); } if (((bitField0_ & 0x00000080) == 0x00000080)) { output.writeMessage(30, typeTable_); } extensionWriter.writeUntil(200, output); } private int memoizedSerializedSize = -1; public int getSerializedSize() { int size = memoizedSerializedSize; if (size != -1) return size; size = 0; if (((bitField0_ & 0x00000002) == 0x00000002)) { size += com.google.protobuf.CodedOutputStream .computeInt32Size(1, oldFlags_); } if (((bitField0_ & 0x00000004) == 0x00000004)) { size += com.google.protobuf.CodedOutputStream .computeInt32Size(2, name_); } if (((bitField0_ & 0x00000008) == 0x00000008)) { size += com.google.protobuf.CodedOutputStream .computeMessageSize(3, returnType_); } for (int i = 0; i < typeParameter_.size(); i++) { size += com.google.protobuf.CodedOutputStream .computeMessageSize(4, typeParameter_.get(i)); } if (((bitField0_ & 0x00000020) == 0x00000020)) { size += com.google.protobuf.CodedOutputStream .computeMessageSize(5, receiverType_); } for (int i = 0; i < valueParameter_.size(); i++) { size += com.google.protobuf.CodedOutputStream .computeMessageSize(6, valueParameter_.get(i)); } if (((bitField0_ & 0x00000010) == 0x00000010)) { size += com.google.protobuf.CodedOutputStream .computeInt32Size(7, returnTypeId_); } if (((bitField0_ & 0x00000040) == 0x00000040)) { size += com.google.protobuf.CodedOutputStream .computeInt32Size(8, receiverTypeId_); } if (((bitField0_ & 0x00000001) == 0x00000001)) { size += com.google.protobuf.CodedOutputStream .computeInt32Size(9, flags_); } if (((bitField0_ & 0x00000080) == 0x00000080)) { size += com.google.protobuf.CodedOutputStream .computeMessageSize(30, typeTable_); } size += extensionsSerializedSize(); memoizedSerializedSize = size; return size; } private static final long serialVersionUID = 0L; @java.lang.Override protected java.lang.Object writeReplace() throws java.io.ObjectStreamException { return super.writeReplace(); } public static org.jetbrains.kotlin.serialization.ProtoBuf.Function parseFrom( com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static org.jetbrains.kotlin.serialization.ProtoBuf.Function parseFrom( com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static org.jetbrains.kotlin.serialization.ProtoBuf.Function parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static org.jetbrains.kotlin.serialization.ProtoBuf.Function parseFrom( byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static org.jetbrains.kotlin.serialization.ProtoBuf.Function parseFrom(java.io.InputStream input) throws java.io.IOException { return PARSER.parseFrom(input); } public static org.jetbrains.kotlin.serialization.ProtoBuf.Function parseFrom( java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return PARSER.parseFrom(input, extensionRegistry); } public static org.jetbrains.kotlin.serialization.ProtoBuf.Function parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException { return PARSER.parseDelimitedFrom(input); } public static org.jetbrains.kotlin.serialization.ProtoBuf.Function parseDelimitedFrom( java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return PARSER.parseDelimitedFrom(input, extensionRegistry); } public static org.jetbrains.kotlin.serialization.ProtoBuf.Function parseFrom( com.google.protobuf.CodedInputStream input) throws java.io.IOException { return PARSER.parseFrom(input); } public static org.jetbrains.kotlin.serialization.ProtoBuf.Function parseFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return PARSER.parseFrom(input, extensionRegistry); } public static Builder newBuilder() { return Builder.create(); } public Builder newBuilderForType() { return newBuilder(); } public static Builder newBuilder(org.jetbrains.kotlin.serialization.ProtoBuf.Function prototype) { return newBuilder().mergeFrom(prototype); } public Builder toBuilder() { return newBuilder(this); } /** * Protobuf type {@code org.jetbrains.kotlin.serialization.Function} */ public static final class Builder extends com.google.protobuf.GeneratedMessageLite.ExtendableBuilder< org.jetbrains.kotlin.serialization.ProtoBuf.Function, Builder> implements org.jetbrains.kotlin.serialization.ProtoBuf.FunctionOrBuilder { // Construct using org.jetbrains.kotlin.serialization.ProtoBuf.Function.newBuilder() private Builder() { maybeForceBuilderInitialization(); } private void maybeForceBuilderInitialization() { } private static Builder create() { return new Builder(); } public Builder clear() { super.clear(); flags_ = 6; bitField0_ = (bitField0_ & ~0x00000001); oldFlags_ = 6; bitField0_ = (bitField0_ & ~0x00000002); name_ = 0; bitField0_ = (bitField0_ & ~0x00000004); returnType_ = org.jetbrains.kotlin.serialization.ProtoBuf.Type.getDefaultInstance(); bitField0_ = (bitField0_ & ~0x00000008); returnTypeId_ = 0; bitField0_ = (bitField0_ & ~0x00000010); typeParameter_ = java.util.Collections.emptyList(); bitField0_ = (bitField0_ & ~0x00000020); receiverType_ = org.jetbrains.kotlin.serialization.ProtoBuf.Type.getDefaultInstance(); bitField0_ = (bitField0_ & ~0x00000040); receiverTypeId_ = 0; bitField0_ = (bitField0_ & ~0x00000080); valueParameter_ = java.util.Collections.emptyList(); bitField0_ = (bitField0_ & ~0x00000100); typeTable_ = org.jetbrains.kotlin.serialization.ProtoBuf.TypeTable.getDefaultInstance(); bitField0_ = (bitField0_ & ~0x00000200); return this; } public Builder clone() { return create().mergeFrom(buildPartial()); } public org.jetbrains.kotlin.serialization.ProtoBuf.Function getDefaultInstanceForType() { return org.jetbrains.kotlin.serialization.ProtoBuf.Function.getDefaultInstance(); } public org.jetbrains.kotlin.serialization.ProtoBuf.Function build() { org.jetbrains.kotlin.serialization.ProtoBuf.Function result = buildPartial(); if (!result.isInitialized()) { throw newUninitializedMessageException(result); } return result; } public org.jetbrains.kotlin.serialization.ProtoBuf.Function buildPartial() { org.jetbrains.kotlin.serialization.ProtoBuf.Function result = new org.jetbrains.kotlin.serialization.ProtoBuf.Function(this); int from_bitField0_ = bitField0_; int to_bitField0_ = 0; if (((from_bitField0_ & 0x00000001) == 0x00000001)) { to_bitField0_ |= 0x00000001; } result.flags_ = flags_; if (((from_bitField0_ & 0x00000002) == 0x00000002)) { to_bitField0_ |= 0x00000002; } result.oldFlags_ = oldFlags_; if (((from_bitField0_ & 0x00000004) == 0x00000004)) { to_bitField0_ |= 0x00000004; } result.name_ = name_; if (((from_bitField0_ & 0x00000008) == 0x00000008)) { to_bitField0_ |= 0x00000008; } result.returnType_ = returnType_; if (((from_bitField0_ & 0x00000010) == 0x00000010)) { to_bitField0_ |= 0x00000010; } result.returnTypeId_ = returnTypeId_; if (((bitField0_ & 0x00000020) == 0x00000020)) { typeParameter_ = java.util.Collections.unmodifiableList(typeParameter_); bitField0_ = (bitField0_ & ~0x00000020); } result.typeParameter_ = typeParameter_; if (((from_bitField0_ & 0x00000040) == 0x00000040)) { to_bitField0_ |= 0x00000020; } result.receiverType_ = receiverType_; if (((from_bitField0_ & 0x00000080) == 0x00000080)) { to_bitField0_ |= 0x00000040; } result.receiverTypeId_ = receiverTypeId_; if (((bitField0_ & 0x00000100) == 0x00000100)) { valueParameter_ = java.util.Collections.unmodifiableList(valueParameter_); bitField0_ = (bitField0_ & ~0x00000100); } result.valueParameter_ = valueParameter_; if (((from_bitField0_ & 0x00000200) == 0x00000200)) { to_bitField0_ |= 0x00000080; } result.typeTable_ = typeTable_; result.bitField0_ = to_bitField0_; return result; } public Builder mergeFrom(org.jetbrains.kotlin.serialization.ProtoBuf.Function other) { if (other == org.jetbrains.kotlin.serialization.ProtoBuf.Function.getDefaultInstance()) return this; if (other.hasFlags()) { setFlags(other.getFlags()); } if (other.hasOldFlags()) { setOldFlags(other.getOldFlags()); } if (other.hasName()) { setName(other.getName()); } if (other.hasReturnType()) { mergeReturnType(other.getReturnType()); } if (other.hasReturnTypeId()) { setReturnTypeId(other.getReturnTypeId()); } if (!other.typeParameter_.isEmpty()) { if (typeParameter_.isEmpty()) { typeParameter_ = other.typeParameter_; bitField0_ = (bitField0_ & ~0x00000020); } else { ensureTypeParameterIsMutable(); typeParameter_.addAll(other.typeParameter_); } } if (other.hasReceiverType()) { mergeReceiverType(other.getReceiverType()); } if (other.hasReceiverTypeId()) { setReceiverTypeId(other.getReceiverTypeId()); } if (!other.valueParameter_.isEmpty()) { if (valueParameter_.isEmpty()) { valueParameter_ = other.valueParameter_; bitField0_ = (bitField0_ & ~0x00000100); } else { ensureValueParameterIsMutable(); valueParameter_.addAll(other.valueParameter_); } } if (other.hasTypeTable()) { mergeTypeTable(other.getTypeTable()); } this.mergeExtensionFields(other); return this; } public final boolean isInitialized() { if (!hasName()) { return false; } if (hasReturnType()) { if (!getReturnType().isInitialized()) { return false; } } for (int i = 0; i < getTypeParameterCount(); i++) { if (!getTypeParameter(i).isInitialized()) { return false; } } if (hasReceiverType()) { if (!getReceiverType().isInitialized()) { return false; } } for (int i = 0; i < getValueParameterCount(); i++) { if (!getValueParameter(i).isInitialized()) { return false; } } if (hasTypeTable()) { if (!getTypeTable().isInitialized()) { return false; } } if (!extensionsAreInitialized()) { return false; } return true; } public Builder mergeFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { org.jetbrains.kotlin.serialization.ProtoBuf.Function parsedMessage = null; try { parsedMessage = PARSER.parsePartialFrom(input, extensionRegistry); } catch (com.google.protobuf.InvalidProtocolBufferException e) { parsedMessage = (org.jetbrains.kotlin.serialization.ProtoBuf.Function) e.getUnfinishedMessage(); throw e; } finally { if (parsedMessage != null) { mergeFrom(parsedMessage); } } return this; } private int bitField0_; // optional int32 flags = 9 [default = 6]; private int flags_ = 6; /** * optional int32 flags = 9 [default = 6]; * *
       *
       *hasAnnotations
       *Visibility
       *Modality
       *MemberKind
       *isOperator
       *isInfix
       *isInline
       *isTailrec
       *isExternal
       * 
*/ public boolean hasFlags() { return ((bitField0_ & 0x00000001) == 0x00000001); } /** * optional int32 flags = 9 [default = 6]; * *
       *
       *hasAnnotations
       *Visibility
       *Modality
       *MemberKind
       *isOperator
       *isInfix
       *isInline
       *isTailrec
       *isExternal
       * 
*/ public int getFlags() { return flags_; } /** * optional int32 flags = 9 [default = 6]; * *
       *
       *hasAnnotations
       *Visibility
       *Modality
       *MemberKind
       *isOperator
       *isInfix
       *isInline
       *isTailrec
       *isExternal
       * 
*/ public Builder setFlags(int value) { bitField0_ |= 0x00000001; flags_ = value; return this; } /** * optional int32 flags = 9 [default = 6]; * *
       *
       *hasAnnotations
       *Visibility
       *Modality
       *MemberKind
       *isOperator
       *isInfix
       *isInline
       *isTailrec
       *isExternal
       * 
*/ public Builder clearFlags() { bitField0_ = (bitField0_ & ~0x00000001); flags_ = 6; return this; } // optional int32 old_flags = 1 [default = 6]; private int oldFlags_ = 6; /** * optional int32 old_flags = 1 [default = 6]; */ public boolean hasOldFlags() { return ((bitField0_ & 0x00000002) == 0x00000002); } /** * optional int32 old_flags = 1 [default = 6]; */ public int getOldFlags() { return oldFlags_; } /** * optional int32 old_flags = 1 [default = 6]; */ public Builder setOldFlags(int value) { bitField0_ |= 0x00000002; oldFlags_ = value; return this; } /** * optional int32 old_flags = 1 [default = 6]; */ public Builder clearOldFlags() { bitField0_ = (bitField0_ & ~0x00000002); oldFlags_ = 6; return this; } // required int32 name = 2; private int name_ ; /** * required int32 name = 2; */ public boolean hasName() { return ((bitField0_ & 0x00000004) == 0x00000004); } /** * required int32 name = 2; */ public int getName() { return name_; } /** * required int32 name = 2; */ public Builder setName(int value) { bitField0_ |= 0x00000004; name_ = value; return this; } /** * required int32 name = 2; */ public Builder clearName() { bitField0_ = (bitField0_ & ~0x00000004); name_ = 0; return this; } // optional .org.jetbrains.kotlin.serialization.Type return_type = 3; private org.jetbrains.kotlin.serialization.ProtoBuf.Type returnType_ = org.jetbrains.kotlin.serialization.ProtoBuf.Type.getDefaultInstance(); /** * optional .org.jetbrains.kotlin.serialization.Type return_type = 3; */ public boolean hasReturnType() { return ((bitField0_ & 0x00000008) == 0x00000008); } /** * optional .org.jetbrains.kotlin.serialization.Type return_type = 3; */ public org.jetbrains.kotlin.serialization.ProtoBuf.Type getReturnType() { return returnType_; } /** * optional .org.jetbrains.kotlin.serialization.Type return_type = 3; */ public Builder setReturnType(org.jetbrains.kotlin.serialization.ProtoBuf.Type value) { if (value == null) { throw new NullPointerException(); } returnType_ = value; bitField0_ |= 0x00000008; return this; } /** * optional .org.jetbrains.kotlin.serialization.Type return_type = 3; */ public Builder setReturnType( org.jetbrains.kotlin.serialization.ProtoBuf.Type.Builder builderForValue) { returnType_ = builderForValue.build(); bitField0_ |= 0x00000008; return this; } /** * optional .org.jetbrains.kotlin.serialization.Type return_type = 3; */ public Builder mergeReturnType(org.jetbrains.kotlin.serialization.ProtoBuf.Type value) { if (((bitField0_ & 0x00000008) == 0x00000008) && returnType_ != org.jetbrains.kotlin.serialization.ProtoBuf.Type.getDefaultInstance()) { returnType_ = org.jetbrains.kotlin.serialization.ProtoBuf.Type.newBuilder(returnType_).mergeFrom(value).buildPartial(); } else { returnType_ = value; } bitField0_ |= 0x00000008; return this; } /** * optional .org.jetbrains.kotlin.serialization.Type return_type = 3; */ public Builder clearReturnType() { returnType_ = org.jetbrains.kotlin.serialization.ProtoBuf.Type.getDefaultInstance(); bitField0_ = (bitField0_ & ~0x00000008); return this; } // optional int32 return_type_id = 7; private int returnTypeId_ ; /** * optional int32 return_type_id = 7; */ public boolean hasReturnTypeId() { return ((bitField0_ & 0x00000010) == 0x00000010); } /** * optional int32 return_type_id = 7; */ public int getReturnTypeId() { return returnTypeId_; } /** * optional int32 return_type_id = 7; */ public Builder setReturnTypeId(int value) { bitField0_ |= 0x00000010; returnTypeId_ = value; return this; } /** * optional int32 return_type_id = 7; */ public Builder clearReturnTypeId() { bitField0_ = (bitField0_ & ~0x00000010); returnTypeId_ = 0; return this; } // repeated .org.jetbrains.kotlin.serialization.TypeParameter type_parameter = 4; private java.util.List typeParameter_ = java.util.Collections.emptyList(); private void ensureTypeParameterIsMutable() { if (!((bitField0_ & 0x00000020) == 0x00000020)) { typeParameter_ = new java.util.ArrayList(typeParameter_); bitField0_ |= 0x00000020; } } /** * repeated .org.jetbrains.kotlin.serialization.TypeParameter type_parameter = 4; */ public java.util.List getTypeParameterList() { return java.util.Collections.unmodifiableList(typeParameter_); } /** * repeated .org.jetbrains.kotlin.serialization.TypeParameter type_parameter = 4; */ public int getTypeParameterCount() { return typeParameter_.size(); } /** * repeated .org.jetbrains.kotlin.serialization.TypeParameter type_parameter = 4; */ public org.jetbrains.kotlin.serialization.ProtoBuf.TypeParameter getTypeParameter(int index) { return typeParameter_.get(index); } /** * repeated .org.jetbrains.kotlin.serialization.TypeParameter type_parameter = 4; */ public Builder setTypeParameter( int index, org.jetbrains.kotlin.serialization.ProtoBuf.TypeParameter value) { if (value == null) { throw new NullPointerException(); } ensureTypeParameterIsMutable(); typeParameter_.set(index, value); return this; } /** * repeated .org.jetbrains.kotlin.serialization.TypeParameter type_parameter = 4; */ public Builder setTypeParameter( int index, org.jetbrains.kotlin.serialization.ProtoBuf.TypeParameter.Builder builderForValue) { ensureTypeParameterIsMutable(); typeParameter_.set(index, builderForValue.build()); return this; } /** * repeated .org.jetbrains.kotlin.serialization.TypeParameter type_parameter = 4; */ public Builder addTypeParameter(org.jetbrains.kotlin.serialization.ProtoBuf.TypeParameter value) { if (value == null) { throw new NullPointerException(); } ensureTypeParameterIsMutable(); typeParameter_.add(value); return this; } /** * repeated .org.jetbrains.kotlin.serialization.TypeParameter type_parameter = 4; */ public Builder addTypeParameter( int index, org.jetbrains.kotlin.serialization.ProtoBuf.TypeParameter value) { if (value == null) { throw new NullPointerException(); } ensureTypeParameterIsMutable(); typeParameter_.add(index, value); return this; } /** * repeated .org.jetbrains.kotlin.serialization.TypeParameter type_parameter = 4; */ public Builder addTypeParameter( org.jetbrains.kotlin.serialization.ProtoBuf.TypeParameter.Builder builderForValue) { ensureTypeParameterIsMutable(); typeParameter_.add(builderForValue.build()); return this; } /** * repeated .org.jetbrains.kotlin.serialization.TypeParameter type_parameter = 4; */ public Builder addTypeParameter( int index, org.jetbrains.kotlin.serialization.ProtoBuf.TypeParameter.Builder builderForValue) { ensureTypeParameterIsMutable(); typeParameter_.add(index, builderForValue.build()); return this; } /** * repeated .org.jetbrains.kotlin.serialization.TypeParameter type_parameter = 4; */ public Builder addAllTypeParameter( java.lang.Iterable values) { ensureTypeParameterIsMutable(); super.addAll(values, typeParameter_); return this; } /** * repeated .org.jetbrains.kotlin.serialization.TypeParameter type_parameter = 4; */ public Builder clearTypeParameter() { typeParameter_ = java.util.Collections.emptyList(); bitField0_ = (bitField0_ & ~0x00000020); return this; } /** * repeated .org.jetbrains.kotlin.serialization.TypeParameter type_parameter = 4; */ public Builder removeTypeParameter(int index) { ensureTypeParameterIsMutable(); typeParameter_.remove(index); return this; } // optional .org.jetbrains.kotlin.serialization.Type receiver_type = 5; private org.jetbrains.kotlin.serialization.ProtoBuf.Type receiverType_ = org.jetbrains.kotlin.serialization.ProtoBuf.Type.getDefaultInstance(); /** * optional .org.jetbrains.kotlin.serialization.Type receiver_type = 5; */ public boolean hasReceiverType() { return ((bitField0_ & 0x00000040) == 0x00000040); } /** * optional .org.jetbrains.kotlin.serialization.Type receiver_type = 5; */ public org.jetbrains.kotlin.serialization.ProtoBuf.Type getReceiverType() { return receiverType_; } /** * optional .org.jetbrains.kotlin.serialization.Type receiver_type = 5; */ public Builder setReceiverType(org.jetbrains.kotlin.serialization.ProtoBuf.Type value) { if (value == null) { throw new NullPointerException(); } receiverType_ = value; bitField0_ |= 0x00000040; return this; } /** * optional .org.jetbrains.kotlin.serialization.Type receiver_type = 5; */ public Builder setReceiverType( org.jetbrains.kotlin.serialization.ProtoBuf.Type.Builder builderForValue) { receiverType_ = builderForValue.build(); bitField0_ |= 0x00000040; return this; } /** * optional .org.jetbrains.kotlin.serialization.Type receiver_type = 5; */ public Builder mergeReceiverType(org.jetbrains.kotlin.serialization.ProtoBuf.Type value) { if (((bitField0_ & 0x00000040) == 0x00000040) && receiverType_ != org.jetbrains.kotlin.serialization.ProtoBuf.Type.getDefaultInstance()) { receiverType_ = org.jetbrains.kotlin.serialization.ProtoBuf.Type.newBuilder(receiverType_).mergeFrom(value).buildPartial(); } else { receiverType_ = value; } bitField0_ |= 0x00000040; return this; } /** * optional .org.jetbrains.kotlin.serialization.Type receiver_type = 5; */ public Builder clearReceiverType() { receiverType_ = org.jetbrains.kotlin.serialization.ProtoBuf.Type.getDefaultInstance(); bitField0_ = (bitField0_ & ~0x00000040); return this; } // optional int32 receiver_type_id = 8; private int receiverTypeId_ ; /** * optional int32 receiver_type_id = 8; */ public boolean hasReceiverTypeId() { return ((bitField0_ & 0x00000080) == 0x00000080); } /** * optional int32 receiver_type_id = 8; */ public int getReceiverTypeId() { return receiverTypeId_; } /** * optional int32 receiver_type_id = 8; */ public Builder setReceiverTypeId(int value) { bitField0_ |= 0x00000080; receiverTypeId_ = value; return this; } /** * optional int32 receiver_type_id = 8; */ public Builder clearReceiverTypeId() { bitField0_ = (bitField0_ & ~0x00000080); receiverTypeId_ = 0; return this; } // repeated .org.jetbrains.kotlin.serialization.ValueParameter value_parameter = 6; private java.util.List valueParameter_ = java.util.Collections.emptyList(); private void ensureValueParameterIsMutable() { if (!((bitField0_ & 0x00000100) == 0x00000100)) { valueParameter_ = new java.util.ArrayList(valueParameter_); bitField0_ |= 0x00000100; } } /** * repeated .org.jetbrains.kotlin.serialization.ValueParameter value_parameter = 6; */ public java.util.List getValueParameterList() { return java.util.Collections.unmodifiableList(valueParameter_); } /** * repeated .org.jetbrains.kotlin.serialization.ValueParameter value_parameter = 6; */ public int getValueParameterCount() { return valueParameter_.size(); } /** * repeated .org.jetbrains.kotlin.serialization.ValueParameter value_parameter = 6; */ public org.jetbrains.kotlin.serialization.ProtoBuf.ValueParameter getValueParameter(int index) { return valueParameter_.get(index); } /** * repeated .org.jetbrains.kotlin.serialization.ValueParameter value_parameter = 6; */ public Builder setValueParameter( int index, org.jetbrains.kotlin.serialization.ProtoBuf.ValueParameter value) { if (value == null) { throw new NullPointerException(); } ensureValueParameterIsMutable(); valueParameter_.set(index, value); return this; } /** * repeated .org.jetbrains.kotlin.serialization.ValueParameter value_parameter = 6; */ public Builder setValueParameter( int index, org.jetbrains.kotlin.serialization.ProtoBuf.ValueParameter.Builder builderForValue) { ensureValueParameterIsMutable(); valueParameter_.set(index, builderForValue.build()); return this; } /** * repeated .org.jetbrains.kotlin.serialization.ValueParameter value_parameter = 6; */ public Builder addValueParameter(org.jetbrains.kotlin.serialization.ProtoBuf.ValueParameter value) { if (value == null) { throw new NullPointerException(); } ensureValueParameterIsMutable(); valueParameter_.add(value); return this; } /** * repeated .org.jetbrains.kotlin.serialization.ValueParameter value_parameter = 6; */ public Builder addValueParameter( int index, org.jetbrains.kotlin.serialization.ProtoBuf.ValueParameter value) { if (value == null) { throw new NullPointerException(); } ensureValueParameterIsMutable(); valueParameter_.add(index, value); return this; } /** * repeated .org.jetbrains.kotlin.serialization.ValueParameter value_parameter = 6; */ public Builder addValueParameter( org.jetbrains.kotlin.serialization.ProtoBuf.ValueParameter.Builder builderForValue) { ensureValueParameterIsMutable(); valueParameter_.add(builderForValue.build()); return this; } /** * repeated .org.jetbrains.kotlin.serialization.ValueParameter value_parameter = 6; */ public Builder addValueParameter( int index, org.jetbrains.kotlin.serialization.ProtoBuf.ValueParameter.Builder builderForValue) { ensureValueParameterIsMutable(); valueParameter_.add(index, builderForValue.build()); return this; } /** * repeated .org.jetbrains.kotlin.serialization.ValueParameter value_parameter = 6; */ public Builder addAllValueParameter( java.lang.Iterable values) { ensureValueParameterIsMutable(); super.addAll(values, valueParameter_); return this; } /** * repeated .org.jetbrains.kotlin.serialization.ValueParameter value_parameter = 6; */ public Builder clearValueParameter() { valueParameter_ = java.util.Collections.emptyList(); bitField0_ = (bitField0_ & ~0x00000100); return this; } /** * repeated .org.jetbrains.kotlin.serialization.ValueParameter value_parameter = 6; */ public Builder removeValueParameter(int index) { ensureValueParameterIsMutable(); valueParameter_.remove(index); return this; } // optional .org.jetbrains.kotlin.serialization.TypeTable type_table = 30; private org.jetbrains.kotlin.serialization.ProtoBuf.TypeTable typeTable_ = org.jetbrains.kotlin.serialization.ProtoBuf.TypeTable.getDefaultInstance(); /** * optional .org.jetbrains.kotlin.serialization.TypeTable type_table = 30; */ public boolean hasTypeTable() { return ((bitField0_ & 0x00000200) == 0x00000200); } /** * optional .org.jetbrains.kotlin.serialization.TypeTable type_table = 30; */ public org.jetbrains.kotlin.serialization.ProtoBuf.TypeTable getTypeTable() { return typeTable_; } /** * optional .org.jetbrains.kotlin.serialization.TypeTable type_table = 30; */ public Builder setTypeTable(org.jetbrains.kotlin.serialization.ProtoBuf.TypeTable value) { if (value == null) { throw new NullPointerException(); } typeTable_ = value; bitField0_ |= 0x00000200; return this; } /** * optional .org.jetbrains.kotlin.serialization.TypeTable type_table = 30; */ public Builder setTypeTable( org.jetbrains.kotlin.serialization.ProtoBuf.TypeTable.Builder builderForValue) { typeTable_ = builderForValue.build(); bitField0_ |= 0x00000200; return this; } /** * optional .org.jetbrains.kotlin.serialization.TypeTable type_table = 30; */ public Builder mergeTypeTable(org.jetbrains.kotlin.serialization.ProtoBuf.TypeTable value) { if (((bitField0_ & 0x00000200) == 0x00000200) && typeTable_ != org.jetbrains.kotlin.serialization.ProtoBuf.TypeTable.getDefaultInstance()) { typeTable_ = org.jetbrains.kotlin.serialization.ProtoBuf.TypeTable.newBuilder(typeTable_).mergeFrom(value).buildPartial(); } else { typeTable_ = value; } bitField0_ |= 0x00000200; return this; } /** * optional .org.jetbrains.kotlin.serialization.TypeTable type_table = 30; */ public Builder clearTypeTable() { typeTable_ = org.jetbrains.kotlin.serialization.ProtoBuf.TypeTable.getDefaultInstance(); bitField0_ = (bitField0_ & ~0x00000200); return this; } // @@protoc_insertion_point(builder_scope:org.jetbrains.kotlin.serialization.Function) } static { defaultInstance = new Function(true); defaultInstance.initFields(); } // @@protoc_insertion_point(class_scope:org.jetbrains.kotlin.serialization.Function) } public interface PropertyOrBuilder extends com.google.protobuf.GeneratedMessageLite. ExtendableMessageOrBuilder { // optional int32 flags = 11 [default = 518]; /** * optional int32 flags = 11 [default = 518]; * *
     *
     *hasAnnotations
     *Visibility
     *Modality
     *MemberKind
     *isVar
     *hasGetter
     *hasSetter
     *isConst
     *lateinit
     *hasConstant
     * 
*/ boolean hasFlags(); /** * optional int32 flags = 11 [default = 518]; * *
     *
     *hasAnnotations
     *Visibility
     *Modality
     *MemberKind
     *isVar
     *hasGetter
     *hasSetter
     *isConst
     *lateinit
     *hasConstant
     * 
*/ int getFlags(); // optional int32 old_flags = 1 [default = 2054]; /** * optional int32 old_flags = 1 [default = 2054]; */ boolean hasOldFlags(); /** * optional int32 old_flags = 1 [default = 2054]; */ int getOldFlags(); // required int32 name = 2; /** * required int32 name = 2; */ boolean hasName(); /** * required int32 name = 2; */ int getName(); // optional .org.jetbrains.kotlin.serialization.Type return_type = 3; /** * optional .org.jetbrains.kotlin.serialization.Type return_type = 3; */ boolean hasReturnType(); /** * optional .org.jetbrains.kotlin.serialization.Type return_type = 3; */ org.jetbrains.kotlin.serialization.ProtoBuf.Type getReturnType(); // optional int32 return_type_id = 9; /** * optional int32 return_type_id = 9; */ boolean hasReturnTypeId(); /** * optional int32 return_type_id = 9; */ int getReturnTypeId(); // repeated .org.jetbrains.kotlin.serialization.TypeParameter type_parameter = 4; /** * repeated .org.jetbrains.kotlin.serialization.TypeParameter type_parameter = 4; */ java.util.List getTypeParameterList(); /** * repeated .org.jetbrains.kotlin.serialization.TypeParameter type_parameter = 4; */ org.jetbrains.kotlin.serialization.ProtoBuf.TypeParameter getTypeParameter(int index); /** * repeated .org.jetbrains.kotlin.serialization.TypeParameter type_parameter = 4; */ int getTypeParameterCount(); // optional .org.jetbrains.kotlin.serialization.Type receiver_type = 5; /** * optional .org.jetbrains.kotlin.serialization.Type receiver_type = 5; */ boolean hasReceiverType(); /** * optional .org.jetbrains.kotlin.serialization.Type receiver_type = 5; */ org.jetbrains.kotlin.serialization.ProtoBuf.Type getReceiverType(); // optional int32 receiver_type_id = 10; /** * optional int32 receiver_type_id = 10; */ boolean hasReceiverTypeId(); /** * optional int32 receiver_type_id = 10; */ int getReceiverTypeId(); // optional .org.jetbrains.kotlin.serialization.ValueParameter setter_value_parameter = 6; /** * optional .org.jetbrains.kotlin.serialization.ValueParameter setter_value_parameter = 6; */ boolean hasSetterValueParameter(); /** * optional .org.jetbrains.kotlin.serialization.ValueParameter setter_value_parameter = 6; */ org.jetbrains.kotlin.serialization.ProtoBuf.ValueParameter getSetterValueParameter(); // optional int32 getter_flags = 7; /** * optional int32 getter_flags = 7; * *
     *
     *hasAnnotations
     *Visibility
     *Modality
     *isNotDefault
     *isExternal
     * 
*/ boolean hasGetterFlags(); /** * optional int32 getter_flags = 7; * *
     *
     *hasAnnotations
     *Visibility
     *Modality
     *isNotDefault
     *isExternal
     * 
*/ int getGetterFlags(); // optional int32 setter_flags = 8; /** * optional int32 setter_flags = 8; */ boolean hasSetterFlags(); /** * optional int32 setter_flags = 8; */ int getSetterFlags(); } /** * Protobuf type {@code org.jetbrains.kotlin.serialization.Property} */ public static final class Property extends com.google.protobuf.GeneratedMessageLite.ExtendableMessage< Property> implements PropertyOrBuilder { // Use Property.newBuilder() to construct. private Property(com.google.protobuf.GeneratedMessageLite.ExtendableBuilder builder) { super(builder); } private Property(boolean noInit) {} private static final Property defaultInstance; public static Property getDefaultInstance() { return defaultInstance; } public Property getDefaultInstanceForType() { return defaultInstance; } private Property( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { initFields(); int mutable_bitField0_ = 0; try { boolean done = false; while (!done) { int tag = input.readTag(); switch (tag) { case 0: done = true; break; default: { if (!parseUnknownField(input, extensionRegistry, tag)) { done = true; } break; } case 8: { bitField0_ |= 0x00000002; oldFlags_ = input.readInt32(); break; } case 16: { bitField0_ |= 0x00000004; name_ = input.readInt32(); break; } case 26: { org.jetbrains.kotlin.serialization.ProtoBuf.Type.Builder subBuilder = null; if (((bitField0_ & 0x00000008) == 0x00000008)) { subBuilder = returnType_.toBuilder(); } returnType_ = input.readMessage(org.jetbrains.kotlin.serialization.ProtoBuf.Type.PARSER, extensionRegistry); if (subBuilder != null) { subBuilder.mergeFrom(returnType_); returnType_ = subBuilder.buildPartial(); } bitField0_ |= 0x00000008; break; } case 34: { if (!((mutable_bitField0_ & 0x00000020) == 0x00000020)) { typeParameter_ = new java.util.ArrayList(); mutable_bitField0_ |= 0x00000020; } typeParameter_.add(input.readMessage(org.jetbrains.kotlin.serialization.ProtoBuf.TypeParameter.PARSER, extensionRegistry)); break; } case 42: { org.jetbrains.kotlin.serialization.ProtoBuf.Type.Builder subBuilder = null; if (((bitField0_ & 0x00000020) == 0x00000020)) { subBuilder = receiverType_.toBuilder(); } receiverType_ = input.readMessage(org.jetbrains.kotlin.serialization.ProtoBuf.Type.PARSER, extensionRegistry); if (subBuilder != null) { subBuilder.mergeFrom(receiverType_); receiverType_ = subBuilder.buildPartial(); } bitField0_ |= 0x00000020; break; } case 50: { org.jetbrains.kotlin.serialization.ProtoBuf.ValueParameter.Builder subBuilder = null; if (((bitField0_ & 0x00000080) == 0x00000080)) { subBuilder = setterValueParameter_.toBuilder(); } setterValueParameter_ = input.readMessage(org.jetbrains.kotlin.serialization.ProtoBuf.ValueParameter.PARSER, extensionRegistry); if (subBuilder != null) { subBuilder.mergeFrom(setterValueParameter_); setterValueParameter_ = subBuilder.buildPartial(); } bitField0_ |= 0x00000080; break; } case 56: { bitField0_ |= 0x00000100; getterFlags_ = input.readInt32(); break; } case 64: { bitField0_ |= 0x00000200; setterFlags_ = input.readInt32(); break; } case 72: { bitField0_ |= 0x00000010; returnTypeId_ = input.readInt32(); break; } case 80: { bitField0_ |= 0x00000040; receiverTypeId_ = input.readInt32(); break; } case 88: { bitField0_ |= 0x00000001; flags_ = input.readInt32(); break; } } } } catch (com.google.protobuf.InvalidProtocolBufferException e) { throw e.setUnfinishedMessage(this); } catch (java.io.IOException e) { throw new com.google.protobuf.InvalidProtocolBufferException( e.getMessage()).setUnfinishedMessage(this); } finally { if (((mutable_bitField0_ & 0x00000020) == 0x00000020)) { typeParameter_ = java.util.Collections.unmodifiableList(typeParameter_); } makeExtensionsImmutable(); } } public static com.google.protobuf.Parser PARSER = new com.google.protobuf.AbstractParser() { public Property parsePartialFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return new Property(input, extensionRegistry); } }; @java.lang.Override public com.google.protobuf.Parser getParserForType() { return PARSER; } private int bitField0_; // optional int32 flags = 11 [default = 518]; public static final int FLAGS_FIELD_NUMBER = 11; private int flags_; /** * optional int32 flags = 11 [default = 518]; * *
     *
     *hasAnnotations
     *Visibility
     *Modality
     *MemberKind
     *isVar
     *hasGetter
     *hasSetter
     *isConst
     *lateinit
     *hasConstant
     * 
*/ public boolean hasFlags() { return ((bitField0_ & 0x00000001) == 0x00000001); } /** * optional int32 flags = 11 [default = 518]; * *
     *
     *hasAnnotations
     *Visibility
     *Modality
     *MemberKind
     *isVar
     *hasGetter
     *hasSetter
     *isConst
     *lateinit
     *hasConstant
     * 
*/ public int getFlags() { return flags_; } // optional int32 old_flags = 1 [default = 2054]; public static final int OLD_FLAGS_FIELD_NUMBER = 1; private int oldFlags_; /** * optional int32 old_flags = 1 [default = 2054]; */ public boolean hasOldFlags() { return ((bitField0_ & 0x00000002) == 0x00000002); } /** * optional int32 old_flags = 1 [default = 2054]; */ public int getOldFlags() { return oldFlags_; } // required int32 name = 2; public static final int NAME_FIELD_NUMBER = 2; private int name_; /** * required int32 name = 2; */ public boolean hasName() { return ((bitField0_ & 0x00000004) == 0x00000004); } /** * required int32 name = 2; */ public int getName() { return name_; } // optional .org.jetbrains.kotlin.serialization.Type return_type = 3; public static final int RETURN_TYPE_FIELD_NUMBER = 3; private org.jetbrains.kotlin.serialization.ProtoBuf.Type returnType_; /** * optional .org.jetbrains.kotlin.serialization.Type return_type = 3; */ public boolean hasReturnType() { return ((bitField0_ & 0x00000008) == 0x00000008); } /** * optional .org.jetbrains.kotlin.serialization.Type return_type = 3; */ public org.jetbrains.kotlin.serialization.ProtoBuf.Type getReturnType() { return returnType_; } // optional int32 return_type_id = 9; public static final int RETURN_TYPE_ID_FIELD_NUMBER = 9; private int returnTypeId_; /** * optional int32 return_type_id = 9; */ public boolean hasReturnTypeId() { return ((bitField0_ & 0x00000010) == 0x00000010); } /** * optional int32 return_type_id = 9; */ public int getReturnTypeId() { return returnTypeId_; } // repeated .org.jetbrains.kotlin.serialization.TypeParameter type_parameter = 4; public static final int TYPE_PARAMETER_FIELD_NUMBER = 4; private java.util.List typeParameter_; /** * repeated .org.jetbrains.kotlin.serialization.TypeParameter type_parameter = 4; */ public java.util.List getTypeParameterList() { return typeParameter_; } /** * repeated .org.jetbrains.kotlin.serialization.TypeParameter type_parameter = 4; */ public java.util.List getTypeParameterOrBuilderList() { return typeParameter_; } /** * repeated .org.jetbrains.kotlin.serialization.TypeParameter type_parameter = 4; */ public int getTypeParameterCount() { return typeParameter_.size(); } /** * repeated .org.jetbrains.kotlin.serialization.TypeParameter type_parameter = 4; */ public org.jetbrains.kotlin.serialization.ProtoBuf.TypeParameter getTypeParameter(int index) { return typeParameter_.get(index); } /** * repeated .org.jetbrains.kotlin.serialization.TypeParameter type_parameter = 4; */ public org.jetbrains.kotlin.serialization.ProtoBuf.TypeParameterOrBuilder getTypeParameterOrBuilder( int index) { return typeParameter_.get(index); } // optional .org.jetbrains.kotlin.serialization.Type receiver_type = 5; public static final int RECEIVER_TYPE_FIELD_NUMBER = 5; private org.jetbrains.kotlin.serialization.ProtoBuf.Type receiverType_; /** * optional .org.jetbrains.kotlin.serialization.Type receiver_type = 5; */ public boolean hasReceiverType() { return ((bitField0_ & 0x00000020) == 0x00000020); } /** * optional .org.jetbrains.kotlin.serialization.Type receiver_type = 5; */ public org.jetbrains.kotlin.serialization.ProtoBuf.Type getReceiverType() { return receiverType_; } // optional int32 receiver_type_id = 10; public static final int RECEIVER_TYPE_ID_FIELD_NUMBER = 10; private int receiverTypeId_; /** * optional int32 receiver_type_id = 10; */ public boolean hasReceiverTypeId() { return ((bitField0_ & 0x00000040) == 0x00000040); } /** * optional int32 receiver_type_id = 10; */ public int getReceiverTypeId() { return receiverTypeId_; } // optional .org.jetbrains.kotlin.serialization.ValueParameter setter_value_parameter = 6; public static final int SETTER_VALUE_PARAMETER_FIELD_NUMBER = 6; private org.jetbrains.kotlin.serialization.ProtoBuf.ValueParameter setterValueParameter_; /** * optional .org.jetbrains.kotlin.serialization.ValueParameter setter_value_parameter = 6; */ public boolean hasSetterValueParameter() { return ((bitField0_ & 0x00000080) == 0x00000080); } /** * optional .org.jetbrains.kotlin.serialization.ValueParameter setter_value_parameter = 6; */ public org.jetbrains.kotlin.serialization.ProtoBuf.ValueParameter getSetterValueParameter() { return setterValueParameter_; } // optional int32 getter_flags = 7; public static final int GETTER_FLAGS_FIELD_NUMBER = 7; private int getterFlags_; /** * optional int32 getter_flags = 7; * *
     *
     *hasAnnotations
     *Visibility
     *Modality
     *isNotDefault
     *isExternal
     * 
*/ public boolean hasGetterFlags() { return ((bitField0_ & 0x00000100) == 0x00000100); } /** * optional int32 getter_flags = 7; * *
     *
     *hasAnnotations
     *Visibility
     *Modality
     *isNotDefault
     *isExternal
     * 
*/ public int getGetterFlags() { return getterFlags_; } // optional int32 setter_flags = 8; public static final int SETTER_FLAGS_FIELD_NUMBER = 8; private int setterFlags_; /** * optional int32 setter_flags = 8; */ public boolean hasSetterFlags() { return ((bitField0_ & 0x00000200) == 0x00000200); } /** * optional int32 setter_flags = 8; */ public int getSetterFlags() { return setterFlags_; } private void initFields() { flags_ = 518; oldFlags_ = 2054; name_ = 0; returnType_ = org.jetbrains.kotlin.serialization.ProtoBuf.Type.getDefaultInstance(); returnTypeId_ = 0; typeParameter_ = java.util.Collections.emptyList(); receiverType_ = org.jetbrains.kotlin.serialization.ProtoBuf.Type.getDefaultInstance(); receiverTypeId_ = 0; setterValueParameter_ = org.jetbrains.kotlin.serialization.ProtoBuf.ValueParameter.getDefaultInstance(); getterFlags_ = 0; setterFlags_ = 0; } private byte memoizedIsInitialized = -1; public final boolean isInitialized() { byte isInitialized = memoizedIsInitialized; if (isInitialized != -1) return isInitialized == 1; if (!hasName()) { memoizedIsInitialized = 0; return false; } if (hasReturnType()) { if (!getReturnType().isInitialized()) { memoizedIsInitialized = 0; return false; } } for (int i = 0; i < getTypeParameterCount(); i++) { if (!getTypeParameter(i).isInitialized()) { memoizedIsInitialized = 0; return false; } } if (hasReceiverType()) { if (!getReceiverType().isInitialized()) { memoizedIsInitialized = 0; return false; } } if (hasSetterValueParameter()) { if (!getSetterValueParameter().isInitialized()) { memoizedIsInitialized = 0; return false; } } if (!extensionsAreInitialized()) { memoizedIsInitialized = 0; return false; } memoizedIsInitialized = 1; return true; } public void writeTo(com.google.protobuf.CodedOutputStream output) throws java.io.IOException { getSerializedSize(); com.google.protobuf.GeneratedMessageLite .ExtendableMessage.ExtensionWriter extensionWriter = newExtensionWriter(); if (((bitField0_ & 0x00000002) == 0x00000002)) { output.writeInt32(1, oldFlags_); } if (((bitField0_ & 0x00000004) == 0x00000004)) { output.writeInt32(2, name_); } if (((bitField0_ & 0x00000008) == 0x00000008)) { output.writeMessage(3, returnType_); } for (int i = 0; i < typeParameter_.size(); i++) { output.writeMessage(4, typeParameter_.get(i)); } if (((bitField0_ & 0x00000020) == 0x00000020)) { output.writeMessage(5, receiverType_); } if (((bitField0_ & 0x00000080) == 0x00000080)) { output.writeMessage(6, setterValueParameter_); } if (((bitField0_ & 0x00000100) == 0x00000100)) { output.writeInt32(7, getterFlags_); } if (((bitField0_ & 0x00000200) == 0x00000200)) { output.writeInt32(8, setterFlags_); } if (((bitField0_ & 0x00000010) == 0x00000010)) { output.writeInt32(9, returnTypeId_); } if (((bitField0_ & 0x00000040) == 0x00000040)) { output.writeInt32(10, receiverTypeId_); } if (((bitField0_ & 0x00000001) == 0x00000001)) { output.writeInt32(11, flags_); } extensionWriter.writeUntil(200, output); } private int memoizedSerializedSize = -1; public int getSerializedSize() { int size = memoizedSerializedSize; if (size != -1) return size; size = 0; if (((bitField0_ & 0x00000002) == 0x00000002)) { size += com.google.protobuf.CodedOutputStream .computeInt32Size(1, oldFlags_); } if (((bitField0_ & 0x00000004) == 0x00000004)) { size += com.google.protobuf.CodedOutputStream .computeInt32Size(2, name_); } if (((bitField0_ & 0x00000008) == 0x00000008)) { size += com.google.protobuf.CodedOutputStream .computeMessageSize(3, returnType_); } for (int i = 0; i < typeParameter_.size(); i++) { size += com.google.protobuf.CodedOutputStream .computeMessageSize(4, typeParameter_.get(i)); } if (((bitField0_ & 0x00000020) == 0x00000020)) { size += com.google.protobuf.CodedOutputStream .computeMessageSize(5, receiverType_); } if (((bitField0_ & 0x00000080) == 0x00000080)) { size += com.google.protobuf.CodedOutputStream .computeMessageSize(6, setterValueParameter_); } if (((bitField0_ & 0x00000100) == 0x00000100)) { size += com.google.protobuf.CodedOutputStream .computeInt32Size(7, getterFlags_); } if (((bitField0_ & 0x00000200) == 0x00000200)) { size += com.google.protobuf.CodedOutputStream .computeInt32Size(8, setterFlags_); } if (((bitField0_ & 0x00000010) == 0x00000010)) { size += com.google.protobuf.CodedOutputStream .computeInt32Size(9, returnTypeId_); } if (((bitField0_ & 0x00000040) == 0x00000040)) { size += com.google.protobuf.CodedOutputStream .computeInt32Size(10, receiverTypeId_); } if (((bitField0_ & 0x00000001) == 0x00000001)) { size += com.google.protobuf.CodedOutputStream .computeInt32Size(11, flags_); } size += extensionsSerializedSize(); memoizedSerializedSize = size; return size; } private static final long serialVersionUID = 0L; @java.lang.Override protected java.lang.Object writeReplace() throws java.io.ObjectStreamException { return super.writeReplace(); } public static org.jetbrains.kotlin.serialization.ProtoBuf.Property parseFrom( com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static org.jetbrains.kotlin.serialization.ProtoBuf.Property parseFrom( com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static org.jetbrains.kotlin.serialization.ProtoBuf.Property parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static org.jetbrains.kotlin.serialization.ProtoBuf.Property parseFrom( byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static org.jetbrains.kotlin.serialization.ProtoBuf.Property parseFrom(java.io.InputStream input) throws java.io.IOException { return PARSER.parseFrom(input); } public static org.jetbrains.kotlin.serialization.ProtoBuf.Property parseFrom( java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return PARSER.parseFrom(input, extensionRegistry); } public static org.jetbrains.kotlin.serialization.ProtoBuf.Property parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException { return PARSER.parseDelimitedFrom(input); } public static org.jetbrains.kotlin.serialization.ProtoBuf.Property parseDelimitedFrom( java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return PARSER.parseDelimitedFrom(input, extensionRegistry); } public static org.jetbrains.kotlin.serialization.ProtoBuf.Property parseFrom( com.google.protobuf.CodedInputStream input) throws java.io.IOException { return PARSER.parseFrom(input); } public static org.jetbrains.kotlin.serialization.ProtoBuf.Property parseFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return PARSER.parseFrom(input, extensionRegistry); } public static Builder newBuilder() { return Builder.create(); } public Builder newBuilderForType() { return newBuilder(); } public static Builder newBuilder(org.jetbrains.kotlin.serialization.ProtoBuf.Property prototype) { return newBuilder().mergeFrom(prototype); } public Builder toBuilder() { return newBuilder(this); } /** * Protobuf type {@code org.jetbrains.kotlin.serialization.Property} */ public static final class Builder extends com.google.protobuf.GeneratedMessageLite.ExtendableBuilder< org.jetbrains.kotlin.serialization.ProtoBuf.Property, Builder> implements org.jetbrains.kotlin.serialization.ProtoBuf.PropertyOrBuilder { // Construct using org.jetbrains.kotlin.serialization.ProtoBuf.Property.newBuilder() private Builder() { maybeForceBuilderInitialization(); } private void maybeForceBuilderInitialization() { } private static Builder create() { return new Builder(); } public Builder clear() { super.clear(); flags_ = 518; bitField0_ = (bitField0_ & ~0x00000001); oldFlags_ = 2054; bitField0_ = (bitField0_ & ~0x00000002); name_ = 0; bitField0_ = (bitField0_ & ~0x00000004); returnType_ = org.jetbrains.kotlin.serialization.ProtoBuf.Type.getDefaultInstance(); bitField0_ = (bitField0_ & ~0x00000008); returnTypeId_ = 0; bitField0_ = (bitField0_ & ~0x00000010); typeParameter_ = java.util.Collections.emptyList(); bitField0_ = (bitField0_ & ~0x00000020); receiverType_ = org.jetbrains.kotlin.serialization.ProtoBuf.Type.getDefaultInstance(); bitField0_ = (bitField0_ & ~0x00000040); receiverTypeId_ = 0; bitField0_ = (bitField0_ & ~0x00000080); setterValueParameter_ = org.jetbrains.kotlin.serialization.ProtoBuf.ValueParameter.getDefaultInstance(); bitField0_ = (bitField0_ & ~0x00000100); getterFlags_ = 0; bitField0_ = (bitField0_ & ~0x00000200); setterFlags_ = 0; bitField0_ = (bitField0_ & ~0x00000400); return this; } public Builder clone() { return create().mergeFrom(buildPartial()); } public org.jetbrains.kotlin.serialization.ProtoBuf.Property getDefaultInstanceForType() { return org.jetbrains.kotlin.serialization.ProtoBuf.Property.getDefaultInstance(); } public org.jetbrains.kotlin.serialization.ProtoBuf.Property build() { org.jetbrains.kotlin.serialization.ProtoBuf.Property result = buildPartial(); if (!result.isInitialized()) { throw newUninitializedMessageException(result); } return result; } public org.jetbrains.kotlin.serialization.ProtoBuf.Property buildPartial() { org.jetbrains.kotlin.serialization.ProtoBuf.Property result = new org.jetbrains.kotlin.serialization.ProtoBuf.Property(this); int from_bitField0_ = bitField0_; int to_bitField0_ = 0; if (((from_bitField0_ & 0x00000001) == 0x00000001)) { to_bitField0_ |= 0x00000001; } result.flags_ = flags_; if (((from_bitField0_ & 0x00000002) == 0x00000002)) { to_bitField0_ |= 0x00000002; } result.oldFlags_ = oldFlags_; if (((from_bitField0_ & 0x00000004) == 0x00000004)) { to_bitField0_ |= 0x00000004; } result.name_ = name_; if (((from_bitField0_ & 0x00000008) == 0x00000008)) { to_bitField0_ |= 0x00000008; } result.returnType_ = returnType_; if (((from_bitField0_ & 0x00000010) == 0x00000010)) { to_bitField0_ |= 0x00000010; } result.returnTypeId_ = returnTypeId_; if (((bitField0_ & 0x00000020) == 0x00000020)) { typeParameter_ = java.util.Collections.unmodifiableList(typeParameter_); bitField0_ = (bitField0_ & ~0x00000020); } result.typeParameter_ = typeParameter_; if (((from_bitField0_ & 0x00000040) == 0x00000040)) { to_bitField0_ |= 0x00000020; } result.receiverType_ = receiverType_; if (((from_bitField0_ & 0x00000080) == 0x00000080)) { to_bitField0_ |= 0x00000040; } result.receiverTypeId_ = receiverTypeId_; if (((from_bitField0_ & 0x00000100) == 0x00000100)) { to_bitField0_ |= 0x00000080; } result.setterValueParameter_ = setterValueParameter_; if (((from_bitField0_ & 0x00000200) == 0x00000200)) { to_bitField0_ |= 0x00000100; } result.getterFlags_ = getterFlags_; if (((from_bitField0_ & 0x00000400) == 0x00000400)) { to_bitField0_ |= 0x00000200; } result.setterFlags_ = setterFlags_; result.bitField0_ = to_bitField0_; return result; } public Builder mergeFrom(org.jetbrains.kotlin.serialization.ProtoBuf.Property other) { if (other == org.jetbrains.kotlin.serialization.ProtoBuf.Property.getDefaultInstance()) return this; if (other.hasFlags()) { setFlags(other.getFlags()); } if (other.hasOldFlags()) { setOldFlags(other.getOldFlags()); } if (other.hasName()) { setName(other.getName()); } if (other.hasReturnType()) { mergeReturnType(other.getReturnType()); } if (other.hasReturnTypeId()) { setReturnTypeId(other.getReturnTypeId()); } if (!other.typeParameter_.isEmpty()) { if (typeParameter_.isEmpty()) { typeParameter_ = other.typeParameter_; bitField0_ = (bitField0_ & ~0x00000020); } else { ensureTypeParameterIsMutable(); typeParameter_.addAll(other.typeParameter_); } } if (other.hasReceiverType()) { mergeReceiverType(other.getReceiverType()); } if (other.hasReceiverTypeId()) { setReceiverTypeId(other.getReceiverTypeId()); } if (other.hasSetterValueParameter()) { mergeSetterValueParameter(other.getSetterValueParameter()); } if (other.hasGetterFlags()) { setGetterFlags(other.getGetterFlags()); } if (other.hasSetterFlags()) { setSetterFlags(other.getSetterFlags()); } this.mergeExtensionFields(other); return this; } public final boolean isInitialized() { if (!hasName()) { return false; } if (hasReturnType()) { if (!getReturnType().isInitialized()) { return false; } } for (int i = 0; i < getTypeParameterCount(); i++) { if (!getTypeParameter(i).isInitialized()) { return false; } } if (hasReceiverType()) { if (!getReceiverType().isInitialized()) { return false; } } if (hasSetterValueParameter()) { if (!getSetterValueParameter().isInitialized()) { return false; } } if (!extensionsAreInitialized()) { return false; } return true; } public Builder mergeFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { org.jetbrains.kotlin.serialization.ProtoBuf.Property parsedMessage = null; try { parsedMessage = PARSER.parsePartialFrom(input, extensionRegistry); } catch (com.google.protobuf.InvalidProtocolBufferException e) { parsedMessage = (org.jetbrains.kotlin.serialization.ProtoBuf.Property) e.getUnfinishedMessage(); throw e; } finally { if (parsedMessage != null) { mergeFrom(parsedMessage); } } return this; } private int bitField0_; // optional int32 flags = 11 [default = 518]; private int flags_ = 518; /** * optional int32 flags = 11 [default = 518]; * *
       *
       *hasAnnotations
       *Visibility
       *Modality
       *MemberKind
       *isVar
       *hasGetter
       *hasSetter
       *isConst
       *lateinit
       *hasConstant
       * 
*/ public boolean hasFlags() { return ((bitField0_ & 0x00000001) == 0x00000001); } /** * optional int32 flags = 11 [default = 518]; * *
       *
       *hasAnnotations
       *Visibility
       *Modality
       *MemberKind
       *isVar
       *hasGetter
       *hasSetter
       *isConst
       *lateinit
       *hasConstant
       * 
*/ public int getFlags() { return flags_; } /** * optional int32 flags = 11 [default = 518]; * *
       *
       *hasAnnotations
       *Visibility
       *Modality
       *MemberKind
       *isVar
       *hasGetter
       *hasSetter
       *isConst
       *lateinit
       *hasConstant
       * 
*/ public Builder setFlags(int value) { bitField0_ |= 0x00000001; flags_ = value; return this; } /** * optional int32 flags = 11 [default = 518]; * *
       *
       *hasAnnotations
       *Visibility
       *Modality
       *MemberKind
       *isVar
       *hasGetter
       *hasSetter
       *isConst
       *lateinit
       *hasConstant
       * 
*/ public Builder clearFlags() { bitField0_ = (bitField0_ & ~0x00000001); flags_ = 518; return this; } // optional int32 old_flags = 1 [default = 2054]; private int oldFlags_ = 2054; /** * optional int32 old_flags = 1 [default = 2054]; */ public boolean hasOldFlags() { return ((bitField0_ & 0x00000002) == 0x00000002); } /** * optional int32 old_flags = 1 [default = 2054]; */ public int getOldFlags() { return oldFlags_; } /** * optional int32 old_flags = 1 [default = 2054]; */ public Builder setOldFlags(int value) { bitField0_ |= 0x00000002; oldFlags_ = value; return this; } /** * optional int32 old_flags = 1 [default = 2054]; */ public Builder clearOldFlags() { bitField0_ = (bitField0_ & ~0x00000002); oldFlags_ = 2054; return this; } // required int32 name = 2; private int name_ ; /** * required int32 name = 2; */ public boolean hasName() { return ((bitField0_ & 0x00000004) == 0x00000004); } /** * required int32 name = 2; */ public int getName() { return name_; } /** * required int32 name = 2; */ public Builder setName(int value) { bitField0_ |= 0x00000004; name_ = value; return this; } /** * required int32 name = 2; */ public Builder clearName() { bitField0_ = (bitField0_ & ~0x00000004); name_ = 0; return this; } // optional .org.jetbrains.kotlin.serialization.Type return_type = 3; private org.jetbrains.kotlin.serialization.ProtoBuf.Type returnType_ = org.jetbrains.kotlin.serialization.ProtoBuf.Type.getDefaultInstance(); /** * optional .org.jetbrains.kotlin.serialization.Type return_type = 3; */ public boolean hasReturnType() { return ((bitField0_ & 0x00000008) == 0x00000008); } /** * optional .org.jetbrains.kotlin.serialization.Type return_type = 3; */ public org.jetbrains.kotlin.serialization.ProtoBuf.Type getReturnType() { return returnType_; } /** * optional .org.jetbrains.kotlin.serialization.Type return_type = 3; */ public Builder setReturnType(org.jetbrains.kotlin.serialization.ProtoBuf.Type value) { if (value == null) { throw new NullPointerException(); } returnType_ = value; bitField0_ |= 0x00000008; return this; } /** * optional .org.jetbrains.kotlin.serialization.Type return_type = 3; */ public Builder setReturnType( org.jetbrains.kotlin.serialization.ProtoBuf.Type.Builder builderForValue) { returnType_ = builderForValue.build(); bitField0_ |= 0x00000008; return this; } /** * optional .org.jetbrains.kotlin.serialization.Type return_type = 3; */ public Builder mergeReturnType(org.jetbrains.kotlin.serialization.ProtoBuf.Type value) { if (((bitField0_ & 0x00000008) == 0x00000008) && returnType_ != org.jetbrains.kotlin.serialization.ProtoBuf.Type.getDefaultInstance()) { returnType_ = org.jetbrains.kotlin.serialization.ProtoBuf.Type.newBuilder(returnType_).mergeFrom(value).buildPartial(); } else { returnType_ = value; } bitField0_ |= 0x00000008; return this; } /** * optional .org.jetbrains.kotlin.serialization.Type return_type = 3; */ public Builder clearReturnType() { returnType_ = org.jetbrains.kotlin.serialization.ProtoBuf.Type.getDefaultInstance(); bitField0_ = (bitField0_ & ~0x00000008); return this; } // optional int32 return_type_id = 9; private int returnTypeId_ ; /** * optional int32 return_type_id = 9; */ public boolean hasReturnTypeId() { return ((bitField0_ & 0x00000010) == 0x00000010); } /** * optional int32 return_type_id = 9; */ public int getReturnTypeId() { return returnTypeId_; } /** * optional int32 return_type_id = 9; */ public Builder setReturnTypeId(int value) { bitField0_ |= 0x00000010; returnTypeId_ = value; return this; } /** * optional int32 return_type_id = 9; */ public Builder clearReturnTypeId() { bitField0_ = (bitField0_ & ~0x00000010); returnTypeId_ = 0; return this; } // repeated .org.jetbrains.kotlin.serialization.TypeParameter type_parameter = 4; private java.util.List typeParameter_ = java.util.Collections.emptyList(); private void ensureTypeParameterIsMutable() { if (!((bitField0_ & 0x00000020) == 0x00000020)) { typeParameter_ = new java.util.ArrayList(typeParameter_); bitField0_ |= 0x00000020; } } /** * repeated .org.jetbrains.kotlin.serialization.TypeParameter type_parameter = 4; */ public java.util.List getTypeParameterList() { return java.util.Collections.unmodifiableList(typeParameter_); } /** * repeated .org.jetbrains.kotlin.serialization.TypeParameter type_parameter = 4; */ public int getTypeParameterCount() { return typeParameter_.size(); } /** * repeated .org.jetbrains.kotlin.serialization.TypeParameter type_parameter = 4; */ public org.jetbrains.kotlin.serialization.ProtoBuf.TypeParameter getTypeParameter(int index) { return typeParameter_.get(index); } /** * repeated .org.jetbrains.kotlin.serialization.TypeParameter type_parameter = 4; */ public Builder setTypeParameter( int index, org.jetbrains.kotlin.serialization.ProtoBuf.TypeParameter value) { if (value == null) { throw new NullPointerException(); } ensureTypeParameterIsMutable(); typeParameter_.set(index, value); return this; } /** * repeated .org.jetbrains.kotlin.serialization.TypeParameter type_parameter = 4; */ public Builder setTypeParameter( int index, org.jetbrains.kotlin.serialization.ProtoBuf.TypeParameter.Builder builderForValue) { ensureTypeParameterIsMutable(); typeParameter_.set(index, builderForValue.build()); return this; } /** * repeated .org.jetbrains.kotlin.serialization.TypeParameter type_parameter = 4; */ public Builder addTypeParameter(org.jetbrains.kotlin.serialization.ProtoBuf.TypeParameter value) { if (value == null) { throw new NullPointerException(); } ensureTypeParameterIsMutable(); typeParameter_.add(value); return this; } /** * repeated .org.jetbrains.kotlin.serialization.TypeParameter type_parameter = 4; */ public Builder addTypeParameter( int index, org.jetbrains.kotlin.serialization.ProtoBuf.TypeParameter value) { if (value == null) { throw new NullPointerException(); } ensureTypeParameterIsMutable(); typeParameter_.add(index, value); return this; } /** * repeated .org.jetbrains.kotlin.serialization.TypeParameter type_parameter = 4; */ public Builder addTypeParameter( org.jetbrains.kotlin.serialization.ProtoBuf.TypeParameter.Builder builderForValue) { ensureTypeParameterIsMutable(); typeParameter_.add(builderForValue.build()); return this; } /** * repeated .org.jetbrains.kotlin.serialization.TypeParameter type_parameter = 4; */ public Builder addTypeParameter( int index, org.jetbrains.kotlin.serialization.ProtoBuf.TypeParameter.Builder builderForValue) { ensureTypeParameterIsMutable(); typeParameter_.add(index, builderForValue.build()); return this; } /** * repeated .org.jetbrains.kotlin.serialization.TypeParameter type_parameter = 4; */ public Builder addAllTypeParameter( java.lang.Iterable values) { ensureTypeParameterIsMutable(); super.addAll(values, typeParameter_); return this; } /** * repeated .org.jetbrains.kotlin.serialization.TypeParameter type_parameter = 4; */ public Builder clearTypeParameter() { typeParameter_ = java.util.Collections.emptyList(); bitField0_ = (bitField0_ & ~0x00000020); return this; } /** * repeated .org.jetbrains.kotlin.serialization.TypeParameter type_parameter = 4; */ public Builder removeTypeParameter(int index) { ensureTypeParameterIsMutable(); typeParameter_.remove(index); return this; } // optional .org.jetbrains.kotlin.serialization.Type receiver_type = 5; private org.jetbrains.kotlin.serialization.ProtoBuf.Type receiverType_ = org.jetbrains.kotlin.serialization.ProtoBuf.Type.getDefaultInstance(); /** * optional .org.jetbrains.kotlin.serialization.Type receiver_type = 5; */ public boolean hasReceiverType() { return ((bitField0_ & 0x00000040) == 0x00000040); } /** * optional .org.jetbrains.kotlin.serialization.Type receiver_type = 5; */ public org.jetbrains.kotlin.serialization.ProtoBuf.Type getReceiverType() { return receiverType_; } /** * optional .org.jetbrains.kotlin.serialization.Type receiver_type = 5; */ public Builder setReceiverType(org.jetbrains.kotlin.serialization.ProtoBuf.Type value) { if (value == null) { throw new NullPointerException(); } receiverType_ = value; bitField0_ |= 0x00000040; return this; } /** * optional .org.jetbrains.kotlin.serialization.Type receiver_type = 5; */ public Builder setReceiverType( org.jetbrains.kotlin.serialization.ProtoBuf.Type.Builder builderForValue) { receiverType_ = builderForValue.build(); bitField0_ |= 0x00000040; return this; } /** * optional .org.jetbrains.kotlin.serialization.Type receiver_type = 5; */ public Builder mergeReceiverType(org.jetbrains.kotlin.serialization.ProtoBuf.Type value) { if (((bitField0_ & 0x00000040) == 0x00000040) && receiverType_ != org.jetbrains.kotlin.serialization.ProtoBuf.Type.getDefaultInstance()) { receiverType_ = org.jetbrains.kotlin.serialization.ProtoBuf.Type.newBuilder(receiverType_).mergeFrom(value).buildPartial(); } else { receiverType_ = value; } bitField0_ |= 0x00000040; return this; } /** * optional .org.jetbrains.kotlin.serialization.Type receiver_type = 5; */ public Builder clearReceiverType() { receiverType_ = org.jetbrains.kotlin.serialization.ProtoBuf.Type.getDefaultInstance(); bitField0_ = (bitField0_ & ~0x00000040); return this; } // optional int32 receiver_type_id = 10; private int receiverTypeId_ ; /** * optional int32 receiver_type_id = 10; */ public boolean hasReceiverTypeId() { return ((bitField0_ & 0x00000080) == 0x00000080); } /** * optional int32 receiver_type_id = 10; */ public int getReceiverTypeId() { return receiverTypeId_; } /** * optional int32 receiver_type_id = 10; */ public Builder setReceiverTypeId(int value) { bitField0_ |= 0x00000080; receiverTypeId_ = value; return this; } /** * optional int32 receiver_type_id = 10; */ public Builder clearReceiverTypeId() { bitField0_ = (bitField0_ & ~0x00000080); receiverTypeId_ = 0; return this; } // optional .org.jetbrains.kotlin.serialization.ValueParameter setter_value_parameter = 6; private org.jetbrains.kotlin.serialization.ProtoBuf.ValueParameter setterValueParameter_ = org.jetbrains.kotlin.serialization.ProtoBuf.ValueParameter.getDefaultInstance(); /** * optional .org.jetbrains.kotlin.serialization.ValueParameter setter_value_parameter = 6; */ public boolean hasSetterValueParameter() { return ((bitField0_ & 0x00000100) == 0x00000100); } /** * optional .org.jetbrains.kotlin.serialization.ValueParameter setter_value_parameter = 6; */ public org.jetbrains.kotlin.serialization.ProtoBuf.ValueParameter getSetterValueParameter() { return setterValueParameter_; } /** * optional .org.jetbrains.kotlin.serialization.ValueParameter setter_value_parameter = 6; */ public Builder setSetterValueParameter(org.jetbrains.kotlin.serialization.ProtoBuf.ValueParameter value) { if (value == null) { throw new NullPointerException(); } setterValueParameter_ = value; bitField0_ |= 0x00000100; return this; } /** * optional .org.jetbrains.kotlin.serialization.ValueParameter setter_value_parameter = 6; */ public Builder setSetterValueParameter( org.jetbrains.kotlin.serialization.ProtoBuf.ValueParameter.Builder builderForValue) { setterValueParameter_ = builderForValue.build(); bitField0_ |= 0x00000100; return this; } /** * optional .org.jetbrains.kotlin.serialization.ValueParameter setter_value_parameter = 6; */ public Builder mergeSetterValueParameter(org.jetbrains.kotlin.serialization.ProtoBuf.ValueParameter value) { if (((bitField0_ & 0x00000100) == 0x00000100) && setterValueParameter_ != org.jetbrains.kotlin.serialization.ProtoBuf.ValueParameter.getDefaultInstance()) { setterValueParameter_ = org.jetbrains.kotlin.serialization.ProtoBuf.ValueParameter.newBuilder(setterValueParameter_).mergeFrom(value).buildPartial(); } else { setterValueParameter_ = value; } bitField0_ |= 0x00000100; return this; } /** * optional .org.jetbrains.kotlin.serialization.ValueParameter setter_value_parameter = 6; */ public Builder clearSetterValueParameter() { setterValueParameter_ = org.jetbrains.kotlin.serialization.ProtoBuf.ValueParameter.getDefaultInstance(); bitField0_ = (bitField0_ & ~0x00000100); return this; } // optional int32 getter_flags = 7; private int getterFlags_ ; /** * optional int32 getter_flags = 7; * *
       *
       *hasAnnotations
       *Visibility
       *Modality
       *isNotDefault
       *isExternal
       * 
*/ public boolean hasGetterFlags() { return ((bitField0_ & 0x00000200) == 0x00000200); } /** * optional int32 getter_flags = 7; * *
       *
       *hasAnnotations
       *Visibility
       *Modality
       *isNotDefault
       *isExternal
       * 
*/ public int getGetterFlags() { return getterFlags_; } /** * optional int32 getter_flags = 7; * *
       *
       *hasAnnotations
       *Visibility
       *Modality
       *isNotDefault
       *isExternal
       * 
*/ public Builder setGetterFlags(int value) { bitField0_ |= 0x00000200; getterFlags_ = value; return this; } /** * optional int32 getter_flags = 7; * *
       *
       *hasAnnotations
       *Visibility
       *Modality
       *isNotDefault
       *isExternal
       * 
*/ public Builder clearGetterFlags() { bitField0_ = (bitField0_ & ~0x00000200); getterFlags_ = 0; return this; } // optional int32 setter_flags = 8; private int setterFlags_ ; /** * optional int32 setter_flags = 8; */ public boolean hasSetterFlags() { return ((bitField0_ & 0x00000400) == 0x00000400); } /** * optional int32 setter_flags = 8; */ public int getSetterFlags() { return setterFlags_; } /** * optional int32 setter_flags = 8; */ public Builder setSetterFlags(int value) { bitField0_ |= 0x00000400; setterFlags_ = value; return this; } /** * optional int32 setter_flags = 8; */ public Builder clearSetterFlags() { bitField0_ = (bitField0_ & ~0x00000400); setterFlags_ = 0; return this; } // @@protoc_insertion_point(builder_scope:org.jetbrains.kotlin.serialization.Property) } static { defaultInstance = new Property(true); defaultInstance.initFields(); } // @@protoc_insertion_point(class_scope:org.jetbrains.kotlin.serialization.Property) } public interface ValueParameterOrBuilder extends com.google.protobuf.GeneratedMessageLite. ExtendableMessageOrBuilder { // optional int32 flags = 1 [default = 0]; /** * optional int32 flags = 1 [default = 0]; * *
     *
     *declaresDefault
     *hasAnnotations
     *isCrossinline
     *isNoinline
     * 
*/ boolean hasFlags(); /** * optional int32 flags = 1 [default = 0]; * *
     *
     *declaresDefault
     *hasAnnotations
     *isCrossinline
     *isNoinline
     * 
*/ int getFlags(); // required int32 name = 2; /** * required int32 name = 2; */ boolean hasName(); /** * required int32 name = 2; */ int getName(); // optional .org.jetbrains.kotlin.serialization.Type type = 3; /** * optional .org.jetbrains.kotlin.serialization.Type type = 3; */ boolean hasType(); /** * optional .org.jetbrains.kotlin.serialization.Type type = 3; */ org.jetbrains.kotlin.serialization.ProtoBuf.Type getType(); // optional int32 type_id = 5; /** * optional int32 type_id = 5; */ boolean hasTypeId(); /** * optional int32 type_id = 5; */ int getTypeId(); // optional .org.jetbrains.kotlin.serialization.Type vararg_element_type = 4; /** * optional .org.jetbrains.kotlin.serialization.Type vararg_element_type = 4; */ boolean hasVarargElementType(); /** * optional .org.jetbrains.kotlin.serialization.Type vararg_element_type = 4; */ org.jetbrains.kotlin.serialization.ProtoBuf.Type getVarargElementType(); // optional int32 vararg_element_type_id = 6; /** * optional int32 vararg_element_type_id = 6; */ boolean hasVarargElementTypeId(); /** * optional int32 vararg_element_type_id = 6; */ int getVarargElementTypeId(); } /** * Protobuf type {@code org.jetbrains.kotlin.serialization.ValueParameter} */ public static final class ValueParameter extends com.google.protobuf.GeneratedMessageLite.ExtendableMessage< ValueParameter> implements ValueParameterOrBuilder { // Use ValueParameter.newBuilder() to construct. private ValueParameter(com.google.protobuf.GeneratedMessageLite.ExtendableBuilder builder) { super(builder); } private ValueParameter(boolean noInit) {} private static final ValueParameter defaultInstance; public static ValueParameter getDefaultInstance() { return defaultInstance; } public ValueParameter getDefaultInstanceForType() { return defaultInstance; } private ValueParameter( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { initFields(); int mutable_bitField0_ = 0; try { boolean done = false; while (!done) { int tag = input.readTag(); switch (tag) { case 0: done = true; break; default: { if (!parseUnknownField(input, extensionRegistry, tag)) { done = true; } break; } case 8: { bitField0_ |= 0x00000001; flags_ = input.readInt32(); break; } case 16: { bitField0_ |= 0x00000002; name_ = input.readInt32(); break; } case 26: { org.jetbrains.kotlin.serialization.ProtoBuf.Type.Builder subBuilder = null; if (((bitField0_ & 0x00000004) == 0x00000004)) { subBuilder = type_.toBuilder(); } type_ = input.readMessage(org.jetbrains.kotlin.serialization.ProtoBuf.Type.PARSER, extensionRegistry); if (subBuilder != null) { subBuilder.mergeFrom(type_); type_ = subBuilder.buildPartial(); } bitField0_ |= 0x00000004; break; } case 34: { org.jetbrains.kotlin.serialization.ProtoBuf.Type.Builder subBuilder = null; if (((bitField0_ & 0x00000010) == 0x00000010)) { subBuilder = varargElementType_.toBuilder(); } varargElementType_ = input.readMessage(org.jetbrains.kotlin.serialization.ProtoBuf.Type.PARSER, extensionRegistry); if (subBuilder != null) { subBuilder.mergeFrom(varargElementType_); varargElementType_ = subBuilder.buildPartial(); } bitField0_ |= 0x00000010; break; } case 40: { bitField0_ |= 0x00000008; typeId_ = input.readInt32(); break; } case 48: { bitField0_ |= 0x00000020; varargElementTypeId_ = input.readInt32(); break; } } } } catch (com.google.protobuf.InvalidProtocolBufferException e) { throw e.setUnfinishedMessage(this); } catch (java.io.IOException e) { throw new com.google.protobuf.InvalidProtocolBufferException( e.getMessage()).setUnfinishedMessage(this); } finally { makeExtensionsImmutable(); } } public static com.google.protobuf.Parser PARSER = new com.google.protobuf.AbstractParser() { public ValueParameter parsePartialFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return new ValueParameter(input, extensionRegistry); } }; @java.lang.Override public com.google.protobuf.Parser getParserForType() { return PARSER; } private int bitField0_; // optional int32 flags = 1 [default = 0]; public static final int FLAGS_FIELD_NUMBER = 1; private int flags_; /** * optional int32 flags = 1 [default = 0]; * *
     *
     *declaresDefault
     *hasAnnotations
     *isCrossinline
     *isNoinline
     * 
*/ public boolean hasFlags() { return ((bitField0_ & 0x00000001) == 0x00000001); } /** * optional int32 flags = 1 [default = 0]; * *
     *
     *declaresDefault
     *hasAnnotations
     *isCrossinline
     *isNoinline
     * 
*/ public int getFlags() { return flags_; } // required int32 name = 2; public static final int NAME_FIELD_NUMBER = 2; private int name_; /** * required int32 name = 2; */ public boolean hasName() { return ((bitField0_ & 0x00000002) == 0x00000002); } /** * required int32 name = 2; */ public int getName() { return name_; } // optional .org.jetbrains.kotlin.serialization.Type type = 3; public static final int TYPE_FIELD_NUMBER = 3; private org.jetbrains.kotlin.serialization.ProtoBuf.Type type_; /** * optional .org.jetbrains.kotlin.serialization.Type type = 3; */ public boolean hasType() { return ((bitField0_ & 0x00000004) == 0x00000004); } /** * optional .org.jetbrains.kotlin.serialization.Type type = 3; */ public org.jetbrains.kotlin.serialization.ProtoBuf.Type getType() { return type_; } // optional int32 type_id = 5; public static final int TYPE_ID_FIELD_NUMBER = 5; private int typeId_; /** * optional int32 type_id = 5; */ public boolean hasTypeId() { return ((bitField0_ & 0x00000008) == 0x00000008); } /** * optional int32 type_id = 5; */ public int getTypeId() { return typeId_; } // optional .org.jetbrains.kotlin.serialization.Type vararg_element_type = 4; public static final int VARARG_ELEMENT_TYPE_FIELD_NUMBER = 4; private org.jetbrains.kotlin.serialization.ProtoBuf.Type varargElementType_; /** * optional .org.jetbrains.kotlin.serialization.Type vararg_element_type = 4; */ public boolean hasVarargElementType() { return ((bitField0_ & 0x00000010) == 0x00000010); } /** * optional .org.jetbrains.kotlin.serialization.Type vararg_element_type = 4; */ public org.jetbrains.kotlin.serialization.ProtoBuf.Type getVarargElementType() { return varargElementType_; } // optional int32 vararg_element_type_id = 6; public static final int VARARG_ELEMENT_TYPE_ID_FIELD_NUMBER = 6; private int varargElementTypeId_; /** * optional int32 vararg_element_type_id = 6; */ public boolean hasVarargElementTypeId() { return ((bitField0_ & 0x00000020) == 0x00000020); } /** * optional int32 vararg_element_type_id = 6; */ public int getVarargElementTypeId() { return varargElementTypeId_; } private void initFields() { flags_ = 0; name_ = 0; type_ = org.jetbrains.kotlin.serialization.ProtoBuf.Type.getDefaultInstance(); typeId_ = 0; varargElementType_ = org.jetbrains.kotlin.serialization.ProtoBuf.Type.getDefaultInstance(); varargElementTypeId_ = 0; } private byte memoizedIsInitialized = -1; public final boolean isInitialized() { byte isInitialized = memoizedIsInitialized; if (isInitialized != -1) return isInitialized == 1; if (!hasName()) { memoizedIsInitialized = 0; return false; } if (hasType()) { if (!getType().isInitialized()) { memoizedIsInitialized = 0; return false; } } if (hasVarargElementType()) { if (!getVarargElementType().isInitialized()) { memoizedIsInitialized = 0; return false; } } if (!extensionsAreInitialized()) { memoizedIsInitialized = 0; return false; } memoizedIsInitialized = 1; return true; } public void writeTo(com.google.protobuf.CodedOutputStream output) throws java.io.IOException { getSerializedSize(); com.google.protobuf.GeneratedMessageLite .ExtendableMessage.ExtensionWriter extensionWriter = newExtensionWriter(); if (((bitField0_ & 0x00000001) == 0x00000001)) { output.writeInt32(1, flags_); } if (((bitField0_ & 0x00000002) == 0x00000002)) { output.writeInt32(2, name_); } if (((bitField0_ & 0x00000004) == 0x00000004)) { output.writeMessage(3, type_); } if (((bitField0_ & 0x00000010) == 0x00000010)) { output.writeMessage(4, varargElementType_); } if (((bitField0_ & 0x00000008) == 0x00000008)) { output.writeInt32(5, typeId_); } if (((bitField0_ & 0x00000020) == 0x00000020)) { output.writeInt32(6, varargElementTypeId_); } extensionWriter.writeUntil(200, output); } private int memoizedSerializedSize = -1; public int getSerializedSize() { int size = memoizedSerializedSize; if (size != -1) return size; size = 0; if (((bitField0_ & 0x00000001) == 0x00000001)) { size += com.google.protobuf.CodedOutputStream .computeInt32Size(1, flags_); } if (((bitField0_ & 0x00000002) == 0x00000002)) { size += com.google.protobuf.CodedOutputStream .computeInt32Size(2, name_); } if (((bitField0_ & 0x00000004) == 0x00000004)) { size += com.google.protobuf.CodedOutputStream .computeMessageSize(3, type_); } if (((bitField0_ & 0x00000010) == 0x00000010)) { size += com.google.protobuf.CodedOutputStream .computeMessageSize(4, varargElementType_); } if (((bitField0_ & 0x00000008) == 0x00000008)) { size += com.google.protobuf.CodedOutputStream .computeInt32Size(5, typeId_); } if (((bitField0_ & 0x00000020) == 0x00000020)) { size += com.google.protobuf.CodedOutputStream .computeInt32Size(6, varargElementTypeId_); } size += extensionsSerializedSize(); memoizedSerializedSize = size; return size; } private static final long serialVersionUID = 0L; @java.lang.Override protected java.lang.Object writeReplace() throws java.io.ObjectStreamException { return super.writeReplace(); } public static org.jetbrains.kotlin.serialization.ProtoBuf.ValueParameter parseFrom( com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static org.jetbrains.kotlin.serialization.ProtoBuf.ValueParameter parseFrom( com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static org.jetbrains.kotlin.serialization.ProtoBuf.ValueParameter parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static org.jetbrains.kotlin.serialization.ProtoBuf.ValueParameter parseFrom( byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static org.jetbrains.kotlin.serialization.ProtoBuf.ValueParameter parseFrom(java.io.InputStream input) throws java.io.IOException { return PARSER.parseFrom(input); } public static org.jetbrains.kotlin.serialization.ProtoBuf.ValueParameter parseFrom( java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return PARSER.parseFrom(input, extensionRegistry); } public static org.jetbrains.kotlin.serialization.ProtoBuf.ValueParameter parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException { return PARSER.parseDelimitedFrom(input); } public static org.jetbrains.kotlin.serialization.ProtoBuf.ValueParameter parseDelimitedFrom( java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return PARSER.parseDelimitedFrom(input, extensionRegistry); } public static org.jetbrains.kotlin.serialization.ProtoBuf.ValueParameter parseFrom( com.google.protobuf.CodedInputStream input) throws java.io.IOException { return PARSER.parseFrom(input); } public static org.jetbrains.kotlin.serialization.ProtoBuf.ValueParameter parseFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return PARSER.parseFrom(input, extensionRegistry); } public static Builder newBuilder() { return Builder.create(); } public Builder newBuilderForType() { return newBuilder(); } public static Builder newBuilder(org.jetbrains.kotlin.serialization.ProtoBuf.ValueParameter prototype) { return newBuilder().mergeFrom(prototype); } public Builder toBuilder() { return newBuilder(this); } /** * Protobuf type {@code org.jetbrains.kotlin.serialization.ValueParameter} */ public static final class Builder extends com.google.protobuf.GeneratedMessageLite.ExtendableBuilder< org.jetbrains.kotlin.serialization.ProtoBuf.ValueParameter, Builder> implements org.jetbrains.kotlin.serialization.ProtoBuf.ValueParameterOrBuilder { // Construct using org.jetbrains.kotlin.serialization.ProtoBuf.ValueParameter.newBuilder() private Builder() { maybeForceBuilderInitialization(); } private void maybeForceBuilderInitialization() { } private static Builder create() { return new Builder(); } public Builder clear() { super.clear(); flags_ = 0; bitField0_ = (bitField0_ & ~0x00000001); name_ = 0; bitField0_ = (bitField0_ & ~0x00000002); type_ = org.jetbrains.kotlin.serialization.ProtoBuf.Type.getDefaultInstance(); bitField0_ = (bitField0_ & ~0x00000004); typeId_ = 0; bitField0_ = (bitField0_ & ~0x00000008); varargElementType_ = org.jetbrains.kotlin.serialization.ProtoBuf.Type.getDefaultInstance(); bitField0_ = (bitField0_ & ~0x00000010); varargElementTypeId_ = 0; bitField0_ = (bitField0_ & ~0x00000020); return this; } public Builder clone() { return create().mergeFrom(buildPartial()); } public org.jetbrains.kotlin.serialization.ProtoBuf.ValueParameter getDefaultInstanceForType() { return org.jetbrains.kotlin.serialization.ProtoBuf.ValueParameter.getDefaultInstance(); } public org.jetbrains.kotlin.serialization.ProtoBuf.ValueParameter build() { org.jetbrains.kotlin.serialization.ProtoBuf.ValueParameter result = buildPartial(); if (!result.isInitialized()) { throw newUninitializedMessageException(result); } return result; } public org.jetbrains.kotlin.serialization.ProtoBuf.ValueParameter buildPartial() { org.jetbrains.kotlin.serialization.ProtoBuf.ValueParameter result = new org.jetbrains.kotlin.serialization.ProtoBuf.ValueParameter(this); int from_bitField0_ = bitField0_; int to_bitField0_ = 0; if (((from_bitField0_ & 0x00000001) == 0x00000001)) { to_bitField0_ |= 0x00000001; } result.flags_ = flags_; if (((from_bitField0_ & 0x00000002) == 0x00000002)) { to_bitField0_ |= 0x00000002; } result.name_ = name_; if (((from_bitField0_ & 0x00000004) == 0x00000004)) { to_bitField0_ |= 0x00000004; } result.type_ = type_; if (((from_bitField0_ & 0x00000008) == 0x00000008)) { to_bitField0_ |= 0x00000008; } result.typeId_ = typeId_; if (((from_bitField0_ & 0x00000010) == 0x00000010)) { to_bitField0_ |= 0x00000010; } result.varargElementType_ = varargElementType_; if (((from_bitField0_ & 0x00000020) == 0x00000020)) { to_bitField0_ |= 0x00000020; } result.varargElementTypeId_ = varargElementTypeId_; result.bitField0_ = to_bitField0_; return result; } public Builder mergeFrom(org.jetbrains.kotlin.serialization.ProtoBuf.ValueParameter other) { if (other == org.jetbrains.kotlin.serialization.ProtoBuf.ValueParameter.getDefaultInstance()) return this; if (other.hasFlags()) { setFlags(other.getFlags()); } if (other.hasName()) { setName(other.getName()); } if (other.hasType()) { mergeType(other.getType()); } if (other.hasTypeId()) { setTypeId(other.getTypeId()); } if (other.hasVarargElementType()) { mergeVarargElementType(other.getVarargElementType()); } if (other.hasVarargElementTypeId()) { setVarargElementTypeId(other.getVarargElementTypeId()); } this.mergeExtensionFields(other); return this; } public final boolean isInitialized() { if (!hasName()) { return false; } if (hasType()) { if (!getType().isInitialized()) { return false; } } if (hasVarargElementType()) { if (!getVarargElementType().isInitialized()) { return false; } } if (!extensionsAreInitialized()) { return false; } return true; } public Builder mergeFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { org.jetbrains.kotlin.serialization.ProtoBuf.ValueParameter parsedMessage = null; try { parsedMessage = PARSER.parsePartialFrom(input, extensionRegistry); } catch (com.google.protobuf.InvalidProtocolBufferException e) { parsedMessage = (org.jetbrains.kotlin.serialization.ProtoBuf.ValueParameter) e.getUnfinishedMessage(); throw e; } finally { if (parsedMessage != null) { mergeFrom(parsedMessage); } } return this; } private int bitField0_; // optional int32 flags = 1 [default = 0]; private int flags_ ; /** * optional int32 flags = 1 [default = 0]; * *
       *
       *declaresDefault
       *hasAnnotations
       *isCrossinline
       *isNoinline
       * 
*/ public boolean hasFlags() { return ((bitField0_ & 0x00000001) == 0x00000001); } /** * optional int32 flags = 1 [default = 0]; * *
       *
       *declaresDefault
       *hasAnnotations
       *isCrossinline
       *isNoinline
       * 
*/ public int getFlags() { return flags_; } /** * optional int32 flags = 1 [default = 0]; * *
       *
       *declaresDefault
       *hasAnnotations
       *isCrossinline
       *isNoinline
       * 
*/ public Builder setFlags(int value) { bitField0_ |= 0x00000001; flags_ = value; return this; } /** * optional int32 flags = 1 [default = 0]; * *
       *
       *declaresDefault
       *hasAnnotations
       *isCrossinline
       *isNoinline
       * 
*/ public Builder clearFlags() { bitField0_ = (bitField0_ & ~0x00000001); flags_ = 0; return this; } // required int32 name = 2; private int name_ ; /** * required int32 name = 2; */ public boolean hasName() { return ((bitField0_ & 0x00000002) == 0x00000002); } /** * required int32 name = 2; */ public int getName() { return name_; } /** * required int32 name = 2; */ public Builder setName(int value) { bitField0_ |= 0x00000002; name_ = value; return this; } /** * required int32 name = 2; */ public Builder clearName() { bitField0_ = (bitField0_ & ~0x00000002); name_ = 0; return this; } // optional .org.jetbrains.kotlin.serialization.Type type = 3; private org.jetbrains.kotlin.serialization.ProtoBuf.Type type_ = org.jetbrains.kotlin.serialization.ProtoBuf.Type.getDefaultInstance(); /** * optional .org.jetbrains.kotlin.serialization.Type type = 3; */ public boolean hasType() { return ((bitField0_ & 0x00000004) == 0x00000004); } /** * optional .org.jetbrains.kotlin.serialization.Type type = 3; */ public org.jetbrains.kotlin.serialization.ProtoBuf.Type getType() { return type_; } /** * optional .org.jetbrains.kotlin.serialization.Type type = 3; */ public Builder setType(org.jetbrains.kotlin.serialization.ProtoBuf.Type value) { if (value == null) { throw new NullPointerException(); } type_ = value; bitField0_ |= 0x00000004; return this; } /** * optional .org.jetbrains.kotlin.serialization.Type type = 3; */ public Builder setType( org.jetbrains.kotlin.serialization.ProtoBuf.Type.Builder builderForValue) { type_ = builderForValue.build(); bitField0_ |= 0x00000004; return this; } /** * optional .org.jetbrains.kotlin.serialization.Type type = 3; */ public Builder mergeType(org.jetbrains.kotlin.serialization.ProtoBuf.Type value) { if (((bitField0_ & 0x00000004) == 0x00000004) && type_ != org.jetbrains.kotlin.serialization.ProtoBuf.Type.getDefaultInstance()) { type_ = org.jetbrains.kotlin.serialization.ProtoBuf.Type.newBuilder(type_).mergeFrom(value).buildPartial(); } else { type_ = value; } bitField0_ |= 0x00000004; return this; } /** * optional .org.jetbrains.kotlin.serialization.Type type = 3; */ public Builder clearType() { type_ = org.jetbrains.kotlin.serialization.ProtoBuf.Type.getDefaultInstance(); bitField0_ = (bitField0_ & ~0x00000004); return this; } // optional int32 type_id = 5; private int typeId_ ; /** * optional int32 type_id = 5; */ public boolean hasTypeId() { return ((bitField0_ & 0x00000008) == 0x00000008); } /** * optional int32 type_id = 5; */ public int getTypeId() { return typeId_; } /** * optional int32 type_id = 5; */ public Builder setTypeId(int value) { bitField0_ |= 0x00000008; typeId_ = value; return this; } /** * optional int32 type_id = 5; */ public Builder clearTypeId() { bitField0_ = (bitField0_ & ~0x00000008); typeId_ = 0; return this; } // optional .org.jetbrains.kotlin.serialization.Type vararg_element_type = 4; private org.jetbrains.kotlin.serialization.ProtoBuf.Type varargElementType_ = org.jetbrains.kotlin.serialization.ProtoBuf.Type.getDefaultInstance(); /** * optional .org.jetbrains.kotlin.serialization.Type vararg_element_type = 4; */ public boolean hasVarargElementType() { return ((bitField0_ & 0x00000010) == 0x00000010); } /** * optional .org.jetbrains.kotlin.serialization.Type vararg_element_type = 4; */ public org.jetbrains.kotlin.serialization.ProtoBuf.Type getVarargElementType() { return varargElementType_; } /** * optional .org.jetbrains.kotlin.serialization.Type vararg_element_type = 4; */ public Builder setVarargElementType(org.jetbrains.kotlin.serialization.ProtoBuf.Type value) { if (value == null) { throw new NullPointerException(); } varargElementType_ = value; bitField0_ |= 0x00000010; return this; } /** * optional .org.jetbrains.kotlin.serialization.Type vararg_element_type = 4; */ public Builder setVarargElementType( org.jetbrains.kotlin.serialization.ProtoBuf.Type.Builder builderForValue) { varargElementType_ = builderForValue.build(); bitField0_ |= 0x00000010; return this; } /** * optional .org.jetbrains.kotlin.serialization.Type vararg_element_type = 4; */ public Builder mergeVarargElementType(org.jetbrains.kotlin.serialization.ProtoBuf.Type value) { if (((bitField0_ & 0x00000010) == 0x00000010) && varargElementType_ != org.jetbrains.kotlin.serialization.ProtoBuf.Type.getDefaultInstance()) { varargElementType_ = org.jetbrains.kotlin.serialization.ProtoBuf.Type.newBuilder(varargElementType_).mergeFrom(value).buildPartial(); } else { varargElementType_ = value; } bitField0_ |= 0x00000010; return this; } /** * optional .org.jetbrains.kotlin.serialization.Type vararg_element_type = 4; */ public Builder clearVarargElementType() { varargElementType_ = org.jetbrains.kotlin.serialization.ProtoBuf.Type.getDefaultInstance(); bitField0_ = (bitField0_ & ~0x00000010); return this; } // optional int32 vararg_element_type_id = 6; private int varargElementTypeId_ ; /** * optional int32 vararg_element_type_id = 6; */ public boolean hasVarargElementTypeId() { return ((bitField0_ & 0x00000020) == 0x00000020); } /** * optional int32 vararg_element_type_id = 6; */ public int getVarargElementTypeId() { return varargElementTypeId_; } /** * optional int32 vararg_element_type_id = 6; */ public Builder setVarargElementTypeId(int value) { bitField0_ |= 0x00000020; varargElementTypeId_ = value; return this; } /** * optional int32 vararg_element_type_id = 6; */ public Builder clearVarargElementTypeId() { bitField0_ = (bitField0_ & ~0x00000020); varargElementTypeId_ = 0; return this; } // @@protoc_insertion_point(builder_scope:org.jetbrains.kotlin.serialization.ValueParameter) } static { defaultInstance = new ValueParameter(true); defaultInstance.initFields(); } // @@protoc_insertion_point(class_scope:org.jetbrains.kotlin.serialization.ValueParameter) } public interface EnumEntryOrBuilder extends com.google.protobuf.GeneratedMessageLite. ExtendableMessageOrBuilder { // optional int32 name = 1; /** * optional int32 name = 1; */ boolean hasName(); /** * optional int32 name = 1; */ int getName(); } /** * Protobuf type {@code org.jetbrains.kotlin.serialization.EnumEntry} */ public static final class EnumEntry extends com.google.protobuf.GeneratedMessageLite.ExtendableMessage< EnumEntry> implements EnumEntryOrBuilder { // Use EnumEntry.newBuilder() to construct. private EnumEntry(com.google.protobuf.GeneratedMessageLite.ExtendableBuilder builder) { super(builder); } private EnumEntry(boolean noInit) {} private static final EnumEntry defaultInstance; public static EnumEntry getDefaultInstance() { return defaultInstance; } public EnumEntry getDefaultInstanceForType() { return defaultInstance; } private EnumEntry( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { initFields(); int mutable_bitField0_ = 0; try { boolean done = false; while (!done) { int tag = input.readTag(); switch (tag) { case 0: done = true; break; default: { if (!parseUnknownField(input, extensionRegistry, tag)) { done = true; } break; } case 8: { bitField0_ |= 0x00000001; name_ = input.readInt32(); break; } } } } catch (com.google.protobuf.InvalidProtocolBufferException e) { throw e.setUnfinishedMessage(this); } catch (java.io.IOException e) { throw new com.google.protobuf.InvalidProtocolBufferException( e.getMessage()).setUnfinishedMessage(this); } finally { makeExtensionsImmutable(); } } public static com.google.protobuf.Parser PARSER = new com.google.protobuf.AbstractParser() { public EnumEntry parsePartialFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return new EnumEntry(input, extensionRegistry); } }; @java.lang.Override public com.google.protobuf.Parser getParserForType() { return PARSER; } private int bitField0_; // optional int32 name = 1; public static final int NAME_FIELD_NUMBER = 1; private int name_; /** * optional int32 name = 1; */ public boolean hasName() { return ((bitField0_ & 0x00000001) == 0x00000001); } /** * optional int32 name = 1; */ public int getName() { return name_; } private void initFields() { name_ = 0; } private byte memoizedIsInitialized = -1; public final boolean isInitialized() { byte isInitialized = memoizedIsInitialized; if (isInitialized != -1) return isInitialized == 1; if (!extensionsAreInitialized()) { memoizedIsInitialized = 0; return false; } memoizedIsInitialized = 1; return true; } public void writeTo(com.google.protobuf.CodedOutputStream output) throws java.io.IOException { getSerializedSize(); com.google.protobuf.GeneratedMessageLite .ExtendableMessage.ExtensionWriter extensionWriter = newExtensionWriter(); if (((bitField0_ & 0x00000001) == 0x00000001)) { output.writeInt32(1, name_); } extensionWriter.writeUntil(200, output); } private int memoizedSerializedSize = -1; public int getSerializedSize() { int size = memoizedSerializedSize; if (size != -1) return size; size = 0; if (((bitField0_ & 0x00000001) == 0x00000001)) { size += com.google.protobuf.CodedOutputStream .computeInt32Size(1, name_); } size += extensionsSerializedSize(); memoizedSerializedSize = size; return size; } private static final long serialVersionUID = 0L; @java.lang.Override protected java.lang.Object writeReplace() throws java.io.ObjectStreamException { return super.writeReplace(); } public static org.jetbrains.kotlin.serialization.ProtoBuf.EnumEntry parseFrom( com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static org.jetbrains.kotlin.serialization.ProtoBuf.EnumEntry parseFrom( com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static org.jetbrains.kotlin.serialization.ProtoBuf.EnumEntry parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static org.jetbrains.kotlin.serialization.ProtoBuf.EnumEntry parseFrom( byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static org.jetbrains.kotlin.serialization.ProtoBuf.EnumEntry parseFrom(java.io.InputStream input) throws java.io.IOException { return PARSER.parseFrom(input); } public static org.jetbrains.kotlin.serialization.ProtoBuf.EnumEntry parseFrom( java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return PARSER.parseFrom(input, extensionRegistry); } public static org.jetbrains.kotlin.serialization.ProtoBuf.EnumEntry parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException { return PARSER.parseDelimitedFrom(input); } public static org.jetbrains.kotlin.serialization.ProtoBuf.EnumEntry parseDelimitedFrom( java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return PARSER.parseDelimitedFrom(input, extensionRegistry); } public static org.jetbrains.kotlin.serialization.ProtoBuf.EnumEntry parseFrom( com.google.protobuf.CodedInputStream input) throws java.io.IOException { return PARSER.parseFrom(input); } public static org.jetbrains.kotlin.serialization.ProtoBuf.EnumEntry parseFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return PARSER.parseFrom(input, extensionRegistry); } public static Builder newBuilder() { return Builder.create(); } public Builder newBuilderForType() { return newBuilder(); } public static Builder newBuilder(org.jetbrains.kotlin.serialization.ProtoBuf.EnumEntry prototype) { return newBuilder().mergeFrom(prototype); } public Builder toBuilder() { return newBuilder(this); } /** * Protobuf type {@code org.jetbrains.kotlin.serialization.EnumEntry} */ public static final class Builder extends com.google.protobuf.GeneratedMessageLite.ExtendableBuilder< org.jetbrains.kotlin.serialization.ProtoBuf.EnumEntry, Builder> implements org.jetbrains.kotlin.serialization.ProtoBuf.EnumEntryOrBuilder { // Construct using org.jetbrains.kotlin.serialization.ProtoBuf.EnumEntry.newBuilder() private Builder() { maybeForceBuilderInitialization(); } private void maybeForceBuilderInitialization() { } private static Builder create() { return new Builder(); } public Builder clear() { super.clear(); name_ = 0; bitField0_ = (bitField0_ & ~0x00000001); return this; } public Builder clone() { return create().mergeFrom(buildPartial()); } public org.jetbrains.kotlin.serialization.ProtoBuf.EnumEntry getDefaultInstanceForType() { return org.jetbrains.kotlin.serialization.ProtoBuf.EnumEntry.getDefaultInstance(); } public org.jetbrains.kotlin.serialization.ProtoBuf.EnumEntry build() { org.jetbrains.kotlin.serialization.ProtoBuf.EnumEntry result = buildPartial(); if (!result.isInitialized()) { throw newUninitializedMessageException(result); } return result; } public org.jetbrains.kotlin.serialization.ProtoBuf.EnumEntry buildPartial() { org.jetbrains.kotlin.serialization.ProtoBuf.EnumEntry result = new org.jetbrains.kotlin.serialization.ProtoBuf.EnumEntry(this); int from_bitField0_ = bitField0_; int to_bitField0_ = 0; if (((from_bitField0_ & 0x00000001) == 0x00000001)) { to_bitField0_ |= 0x00000001; } result.name_ = name_; result.bitField0_ = to_bitField0_; return result; } public Builder mergeFrom(org.jetbrains.kotlin.serialization.ProtoBuf.EnumEntry other) { if (other == org.jetbrains.kotlin.serialization.ProtoBuf.EnumEntry.getDefaultInstance()) return this; if (other.hasName()) { setName(other.getName()); } this.mergeExtensionFields(other); return this; } public final boolean isInitialized() { if (!extensionsAreInitialized()) { return false; } return true; } public Builder mergeFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { org.jetbrains.kotlin.serialization.ProtoBuf.EnumEntry parsedMessage = null; try { parsedMessage = PARSER.parsePartialFrom(input, extensionRegistry); } catch (com.google.protobuf.InvalidProtocolBufferException e) { parsedMessage = (org.jetbrains.kotlin.serialization.ProtoBuf.EnumEntry) e.getUnfinishedMessage(); throw e; } finally { if (parsedMessage != null) { mergeFrom(parsedMessage); } } return this; } private int bitField0_; // optional int32 name = 1; private int name_ ; /** * optional int32 name = 1; */ public boolean hasName() { return ((bitField0_ & 0x00000001) == 0x00000001); } /** * optional int32 name = 1; */ public int getName() { return name_; } /** * optional int32 name = 1; */ public Builder setName(int value) { bitField0_ |= 0x00000001; name_ = value; return this; } /** * optional int32 name = 1; */ public Builder clearName() { bitField0_ = (bitField0_ & ~0x00000001); name_ = 0; return this; } // @@protoc_insertion_point(builder_scope:org.jetbrains.kotlin.serialization.EnumEntry) } static { defaultInstance = new EnumEntry(true); defaultInstance.initFields(); } // @@protoc_insertion_point(class_scope:org.jetbrains.kotlin.serialization.EnumEntry) } static { } // @@protoc_insertion_point(outer_class_scope) }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy