org.jetbrains.kotlin.serialization
Class ProtoBuf.Property

java.lang.Object
  extended by com.google.protobuf.AbstractMessageLite
      extended by com.google.protobuf.GeneratedMessageLite
          extended by com.google.protobuf.GeneratedMessageLite.ExtendableMessage<ProtoBuf.Property>
              extended by org.jetbrains.kotlin.serialization.ProtoBuf.Property
All Implemented Interfaces:
com.google.protobuf.GeneratedMessageLite.ExtendableMessageOrBuilder<ProtoBuf.Property>, com.google.protobuf.MessageLite, com.google.protobuf.MessageLiteOrBuilder, java.io.Serializable, ProtoBuf.PropertyOrBuilder
Enclosing class:
ProtoBuf

public static final class ProtoBuf.Property
extends com.google.protobuf.GeneratedMessageLite.ExtendableMessage<ProtoBuf.Property>
implements ProtoBuf.PropertyOrBuilder

Protobuf type org.jetbrains.kotlin.serialization.Property

See Also:
Serialized Form

Nested Class Summary
static class ProtoBuf.Property.Builder
          Protobuf type org.jetbrains.kotlin.serialization.Property
 
Nested classes/interfaces inherited from class com.google.protobuf.GeneratedMessageLite.ExtendableMessage
com.google.protobuf.GeneratedMessageLite.ExtendableMessage.ExtensionWriter
 
Nested classes/interfaces inherited from class com.google.protobuf.GeneratedMessageLite
com.google.protobuf.GeneratedMessageLite.ExtendableBuilder<MessageType extends com.google.protobuf.GeneratedMessageLite.ExtendableMessage<MessageType>,BuilderType extends com.google.protobuf.GeneratedMessageLite.ExtendableBuilder<MessageType,BuilderType>>, com.google.protobuf.GeneratedMessageLite.ExtendableMessage<MessageType extends com.google.protobuf.GeneratedMessageLite.ExtendableMessage<MessageType>>, com.google.protobuf.GeneratedMessageLite.ExtendableMessageOrBuilder<MessageType extends com.google.protobuf.GeneratedMessageLite.ExtendableMessage>, com.google.protobuf.GeneratedMessageLite.GeneratedExtension<ContainingType extends com.google.protobuf.MessageLite,Type>
 
Field Summary
static int FLAGS_FIELD_NUMBER
           
static int GETTER_FLAGS_FIELD_NUMBER
           
static int NAME_FIELD_NUMBER
           
static int OLD_FLAGS_FIELD_NUMBER
           
static com.google.protobuf.Parser<ProtoBuf.Property> PARSER
           
static int RECEIVER_TYPE_FIELD_NUMBER
           
static int RECEIVER_TYPE_ID_FIELD_NUMBER
           
static int RETURN_TYPE_FIELD_NUMBER
           
static int RETURN_TYPE_ID_FIELD_NUMBER
           
static int SETTER_FLAGS_FIELD_NUMBER
           
static int SETTER_VALUE_PARAMETER_FIELD_NUMBER
           
static int TYPE_PARAMETER_FIELD_NUMBER
           
 
Method Summary
static ProtoBuf.Property getDefaultInstance()
           
 ProtoBuf.Property getDefaultInstanceForType()
           
 int getFlags()
          optional int32 flags = 11 [default = 518];
 int getGetterFlags()
          optional int32 getter_flags = 7;
 int getName()
          required int32 name = 2;
 int getOldFlags()
          optional int32 old_flags = 1 [default = 2054];
 com.google.protobuf.Parser<ProtoBuf.Property> getParserForType()
           
 ProtoBuf.Type getReceiverType()
          optional .org.jetbrains.kotlin.serialization.Type receiver_type = 5;
 int getReceiverTypeId()
          optional int32 receiver_type_id = 10;
 ProtoBuf.Type getReturnType()
          optional .org.jetbrains.kotlin.serialization.Type return_type = 3;
 int getReturnTypeId()
          optional int32 return_type_id = 9;
 int getSerializedSize()
           
 int getSetterFlags()
          optional int32 setter_flags = 8;
 ProtoBuf.ValueParameter getSetterValueParameter()
          optional .org.jetbrains.kotlin.serialization.ValueParameter setter_value_parameter = 6;
 ProtoBuf.TypeParameter getTypeParameter(int index)
          repeated .org.jetbrains.kotlin.serialization.TypeParameter type_parameter = 4;
 int getTypeParameterCount()
          repeated .org.jetbrains.kotlin.serialization.TypeParameter type_parameter = 4;
 java.util.List<ProtoBuf.TypeParameter> getTypeParameterList()
          repeated .org.jetbrains.kotlin.serialization.TypeParameter type_parameter = 4;
 ProtoBuf.TypeParameterOrBuilder getTypeParameterOrBuilder(int index)
          repeated .org.jetbrains.kotlin.serialization.TypeParameter type_parameter = 4;
 java.util.List<? extends ProtoBuf.TypeParameterOrBuilder> getTypeParameterOrBuilderList()
          repeated .org.jetbrains.kotlin.serialization.TypeParameter type_parameter = 4;
 boolean hasFlags()
          optional int32 flags = 11 [default = 518];
 boolean hasGetterFlags()
          optional int32 getter_flags = 7;
 boolean hasName()
          required int32 name = 2;
 boolean hasOldFlags()
          optional int32 old_flags = 1 [default = 2054];
 boolean hasReceiverType()
          optional .org.jetbrains.kotlin.serialization.Type receiver_type = 5;
 boolean hasReceiverTypeId()
          optional int32 receiver_type_id = 10;
 boolean hasReturnType()
          optional .org.jetbrains.kotlin.serialization.Type return_type = 3;
 boolean hasReturnTypeId()
          optional int32 return_type_id = 9;
 boolean hasSetterFlags()
          optional int32 setter_flags = 8;
 boolean hasSetterValueParameter()
          optional .org.jetbrains.kotlin.serialization.ValueParameter setter_value_parameter = 6;
 boolean isInitialized()
           
static ProtoBuf.Property.Builder newBuilder()
           
static ProtoBuf.Property.Builder newBuilder(ProtoBuf.Property prototype)
           
 ProtoBuf.Property.Builder newBuilderForType()
           
static ProtoBuf.Property parseDelimitedFrom(java.io.InputStream input)
           
static ProtoBuf.Property parseDelimitedFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
           
static ProtoBuf.Property parseFrom(byte[] data)
           
static ProtoBuf.Property parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
           
static ProtoBuf.Property parseFrom(com.google.protobuf.ByteString data)
           
static ProtoBuf.Property parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
           
static ProtoBuf.Property parseFrom(com.google.protobuf.CodedInputStream input)
           
static ProtoBuf.Property parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
           
static ProtoBuf.Property parseFrom(java.io.InputStream input)
           
static ProtoBuf.Property parseFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
           
 ProtoBuf.Property.Builder toBuilder()
           
protected  java.lang.Object writeReplace()
           
 void writeTo(com.google.protobuf.CodedOutputStream output)
           
 
Methods inherited from class com.google.protobuf.GeneratedMessageLite.ExtendableMessage
extensionsAreInitialized, extensionsSerializedSize, extensionsSerializedSizeAsMessageSet, getExtension, getExtension, getExtensionCount, hasExtension, makeExtensionsImmutable, newExtensionWriter, newMessageSetExtensionWriter, parseUnknownField
 
Methods inherited from class com.google.protobuf.GeneratedMessageLite
newRepeatedGeneratedExtension, newSingularGeneratedExtension
 
Methods inherited from class com.google.protobuf.AbstractMessageLite
toByteArray, toByteString, writeDelimitedTo, writeTo
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface com.google.protobuf.GeneratedMessageLite.ExtendableMessageOrBuilder
getExtension, getExtension, getExtensionCount, hasExtension
 

Field Detail

PARSER

public static com.google.protobuf.Parser<ProtoBuf.Property> PARSER

FLAGS_FIELD_NUMBER

public static final int FLAGS_FIELD_NUMBER
See Also:
Constant Field Values

OLD_FLAGS_FIELD_NUMBER

public static final int OLD_FLAGS_FIELD_NUMBER
See Also:
Constant Field Values

NAME_FIELD_NUMBER

public static final int NAME_FIELD_NUMBER
See Also:
Constant Field Values

RETURN_TYPE_FIELD_NUMBER

public static final int RETURN_TYPE_FIELD_NUMBER
See Also:
Constant Field Values

RETURN_TYPE_ID_FIELD_NUMBER

public static final int RETURN_TYPE_ID_FIELD_NUMBER
See Also:
Constant Field Values

TYPE_PARAMETER_FIELD_NUMBER

public static final int TYPE_PARAMETER_FIELD_NUMBER
See Also:
Constant Field Values

RECEIVER_TYPE_FIELD_NUMBER

public static final int RECEIVER_TYPE_FIELD_NUMBER
See Also:
Constant Field Values

RECEIVER_TYPE_ID_FIELD_NUMBER

public static final int RECEIVER_TYPE_ID_FIELD_NUMBER
See Also:
Constant Field Values

SETTER_VALUE_PARAMETER_FIELD_NUMBER

public static final int SETTER_VALUE_PARAMETER_FIELD_NUMBER
See Also:
Constant Field Values

GETTER_FLAGS_FIELD_NUMBER

public static final int GETTER_FLAGS_FIELD_NUMBER
See Also:
Constant Field Values

SETTER_FLAGS_FIELD_NUMBER

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

getDefaultInstance

public static ProtoBuf.Property getDefaultInstance()

getDefaultInstanceForType

public ProtoBuf.Property getDefaultInstanceForType()
Specified by:
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuilder

getParserForType

public com.google.protobuf.Parser<ProtoBuf.Property> getParserForType()
Specified by:
getParserForType in interface com.google.protobuf.MessageLite
Overrides:
getParserForType in class com.google.protobuf.GeneratedMessageLite

hasFlags

public boolean hasFlags()
optional int32 flags = 11 [default = 518];

hasAnnotations
Visibility
Modality
MemberKind
isVar
hasGetter
hasSetter
isConst
lateinit
hasConstant
 

Specified by:
hasFlags in interface ProtoBuf.PropertyOrBuilder

getFlags

public int getFlags()
optional int32 flags = 11 [default = 518];

hasAnnotations
Visibility
Modality
MemberKind
isVar
hasGetter
hasSetter
isConst
lateinit
hasConstant
 

Specified by:
getFlags in interface ProtoBuf.PropertyOrBuilder

hasOldFlags

public boolean hasOldFlags()
optional int32 old_flags = 1 [default = 2054];

Specified by:
hasOldFlags in interface ProtoBuf.PropertyOrBuilder

getOldFlags

public int getOldFlags()
optional int32 old_flags = 1 [default = 2054];

Specified by:
getOldFlags in interface ProtoBuf.PropertyOrBuilder

hasName

public boolean hasName()
required int32 name = 2;

Specified by:
hasName in interface ProtoBuf.PropertyOrBuilder

getName

public int getName()
required int32 name = 2;

Specified by:
getName in interface ProtoBuf.PropertyOrBuilder

hasReturnType

public boolean hasReturnType()
optional .org.jetbrains.kotlin.serialization.Type return_type = 3;

Specified by:
hasReturnType in interface ProtoBuf.PropertyOrBuilder

getReturnType

public ProtoBuf.Type getReturnType()
optional .org.jetbrains.kotlin.serialization.Type return_type = 3;

Specified by:
getReturnType in interface ProtoBuf.PropertyOrBuilder

hasReturnTypeId

public boolean hasReturnTypeId()
optional int32 return_type_id = 9;

Specified by:
hasReturnTypeId in interface ProtoBuf.PropertyOrBuilder

getReturnTypeId

public int getReturnTypeId()
optional int32 return_type_id = 9;

Specified by:
getReturnTypeId in interface ProtoBuf.PropertyOrBuilder

getTypeParameterList

public java.util.List<ProtoBuf.TypeParameter> getTypeParameterList()
repeated .org.jetbrains.kotlin.serialization.TypeParameter type_parameter = 4;

Specified by:
getTypeParameterList in interface ProtoBuf.PropertyOrBuilder

getTypeParameterOrBuilderList

public java.util.List<? extends ProtoBuf.TypeParameterOrBuilder> getTypeParameterOrBuilderList()
repeated .org.jetbrains.kotlin.serialization.TypeParameter type_parameter = 4;


getTypeParameterCount

public int getTypeParameterCount()
repeated .org.jetbrains.kotlin.serialization.TypeParameter type_parameter = 4;

Specified by:
getTypeParameterCount in interface ProtoBuf.PropertyOrBuilder

getTypeParameter

public ProtoBuf.TypeParameter getTypeParameter(int index)
repeated .org.jetbrains.kotlin.serialization.TypeParameter type_parameter = 4;

Specified by:
getTypeParameter in interface ProtoBuf.PropertyOrBuilder

getTypeParameterOrBuilder

public ProtoBuf.TypeParameterOrBuilder getTypeParameterOrBuilder(int index)
repeated .org.jetbrains.kotlin.serialization.TypeParameter type_parameter = 4;


hasReceiverType

public boolean hasReceiverType()
optional .org.jetbrains.kotlin.serialization.Type receiver_type = 5;

Specified by:
hasReceiverType in interface ProtoBuf.PropertyOrBuilder

getReceiverType

public ProtoBuf.Type getReceiverType()
optional .org.jetbrains.kotlin.serialization.Type receiver_type = 5;

Specified by:
getReceiverType in interface ProtoBuf.PropertyOrBuilder

hasReceiverTypeId

public boolean hasReceiverTypeId()
optional int32 receiver_type_id = 10;

Specified by:
hasReceiverTypeId in interface ProtoBuf.PropertyOrBuilder

getReceiverTypeId

public int getReceiverTypeId()
optional int32 receiver_type_id = 10;

Specified by:
getReceiverTypeId in interface ProtoBuf.PropertyOrBuilder

hasSetterValueParameter

public boolean hasSetterValueParameter()
optional .org.jetbrains.kotlin.serialization.ValueParameter setter_value_parameter = 6;

Specified by:
hasSetterValueParameter in interface ProtoBuf.PropertyOrBuilder

getSetterValueParameter

public ProtoBuf.ValueParameter getSetterValueParameter()
optional .org.jetbrains.kotlin.serialization.ValueParameter setter_value_parameter = 6;

Specified by:
getSetterValueParameter in interface ProtoBuf.PropertyOrBuilder

hasGetterFlags

public boolean hasGetterFlags()
optional int32 getter_flags = 7;

hasAnnotations
Visibility
Modality
isNotDefault
isExternal
 

Specified by:
hasGetterFlags in interface ProtoBuf.PropertyOrBuilder

getGetterFlags

public int getGetterFlags()
optional int32 getter_flags = 7;

hasAnnotations
Visibility
Modality
isNotDefault
isExternal
 

Specified by:
getGetterFlags in interface ProtoBuf.PropertyOrBuilder

hasSetterFlags

public boolean hasSetterFlags()
optional int32 setter_flags = 8;

Specified by:
hasSetterFlags in interface ProtoBuf.PropertyOrBuilder

getSetterFlags

public int getSetterFlags()
optional int32 setter_flags = 8;

Specified by:
getSetterFlags in interface ProtoBuf.PropertyOrBuilder

isInitialized

public final boolean isInitialized()
Specified by:
isInitialized in interface com.google.protobuf.MessageLiteOrBuilder

writeTo

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

getSerializedSize

public int getSerializedSize()
Specified by:
getSerializedSize in interface com.google.protobuf.MessageLite

writeReplace

protected java.lang.Object writeReplace()
                                 throws java.io.ObjectStreamException
Overrides:
writeReplace in class com.google.protobuf.GeneratedMessageLite
Throws:
java.io.ObjectStreamException

parseFrom

public static ProtoBuf.Property parseFrom(com.google.protobuf.ByteString data)
                                   throws com.google.protobuf.InvalidProtocolBufferException
Throws:
com.google.protobuf.InvalidProtocolBufferException

parseFrom

public static ProtoBuf.Property parseFrom(com.google.protobuf.ByteString data,
                                          com.google.protobuf.ExtensionRegistryLite extensionRegistry)
                                   throws com.google.protobuf.InvalidProtocolBufferException
Throws:
com.google.protobuf.InvalidProtocolBufferException

parseFrom

public static ProtoBuf.Property parseFrom(byte[] data)
                                   throws com.google.protobuf.InvalidProtocolBufferException
Throws:
com.google.protobuf.InvalidProtocolBufferException

parseFrom

public static ProtoBuf.Property parseFrom(byte[] data,
                                          com.google.protobuf.ExtensionRegistryLite extensionRegistry)
                                   throws com.google.protobuf.InvalidProtocolBufferException
Throws:
com.google.protobuf.InvalidProtocolBufferException

parseFrom

public static ProtoBuf.Property parseFrom(java.io.InputStream input)
                                   throws java.io.IOException
Throws:
java.io.IOException

parseFrom

public static ProtoBuf.Property parseFrom(java.io.InputStream input,
                                          com.google.protobuf.ExtensionRegistryLite extensionRegistry)
                                   throws java.io.IOException
Throws:
java.io.IOException

parseDelimitedFrom

public static ProtoBuf.Property parseDelimitedFrom(java.io.InputStream input)
                                            throws java.io.IOException
Throws:
java.io.IOException

parseDelimitedFrom

public static ProtoBuf.Property parseDelimitedFrom(java.io.InputStream input,
                                                   com.google.protobuf.ExtensionRegistryLite extensionRegistry)
                                            throws java.io.IOException
Throws:
java.io.IOException

parseFrom

public static ProtoBuf.Property parseFrom(com.google.protobuf.CodedInputStream input)
                                   throws java.io.IOException
Throws:
java.io.IOException

parseFrom

public static ProtoBuf.Property parseFrom(com.google.protobuf.CodedInputStream input,
                                          com.google.protobuf.ExtensionRegistryLite extensionRegistry)
                                   throws java.io.IOException
Throws:
java.io.IOException

newBuilder

public static ProtoBuf.Property.Builder newBuilder()

newBuilderForType

public ProtoBuf.Property.Builder newBuilderForType()
Specified by:
newBuilderForType in interface com.google.protobuf.MessageLite

newBuilder

public static ProtoBuf.Property.Builder newBuilder(ProtoBuf.Property prototype)

toBuilder

public ProtoBuf.Property.Builder toBuilder()
Specified by:
toBuilder in interface com.google.protobuf.MessageLite