|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.jetbrains.kotlin.protobuf.AbstractMessageLite
org.jetbrains.kotlin.protobuf.GeneratedMessageLite
org.jetbrains.kotlin.protobuf.GeneratedMessageLite.ExtendableMessage<ProtoBuf.Property>
org.jetbrains.kotlin.serialization.ProtoBuf.Property
public static final class ProtoBuf.Property
Protobuf type org.jetbrains.kotlin.serialization.Property
| Nested Class Summary | |
|---|---|
static class |
ProtoBuf.Property.Builder
Protobuf type org.jetbrains.kotlin.serialization.Property |
| Nested classes/interfaces inherited from class org.jetbrains.kotlin.protobuf.GeneratedMessageLite.ExtendableMessage |
|---|
org.jetbrains.kotlin.protobuf.GeneratedMessageLite.ExtendableMessage.ExtensionWriter |
| Nested classes/interfaces inherited from class org.jetbrains.kotlin.protobuf.GeneratedMessageLite |
|---|
org.jetbrains.kotlin.protobuf.GeneratedMessageLite.ExtendableBuilder<MessageType extends org.jetbrains.kotlin.protobuf.GeneratedMessageLite.ExtendableMessage<MessageType>,BuilderType extends org.jetbrains.kotlin.protobuf.GeneratedMessageLite.ExtendableBuilder<MessageType,BuilderType>>, org.jetbrains.kotlin.protobuf.GeneratedMessageLite.ExtendableMessage<MessageType extends org.jetbrains.kotlin.protobuf.GeneratedMessageLite.ExtendableMessage<MessageType>>, org.jetbrains.kotlin.protobuf.GeneratedMessageLite.ExtendableMessageOrBuilder<MessageType extends org.jetbrains.kotlin.protobuf.GeneratedMessageLite.ExtendableMessage>, org.jetbrains.kotlin.protobuf.GeneratedMessageLite.GeneratedExtension<ContainingType extends org.jetbrains.kotlin.protobuf.MessageLite,Type> |
| Field Summary | |
|---|---|
static int |
FLAGS_FIELD_NUMBER
|
static int |
GETTER_FLAGS_FIELD_NUMBER
|
static int |
NAME_FIELD_NUMBER
|
static int |
OLD_FLAGS_FIELD_NUMBER
|
static org.jetbrains.kotlin.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
|
| Fields inherited from class org.jetbrains.kotlin.protobuf.AbstractMessageLite |
|---|
memoizedHashCode |
| 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]; |
org.jetbrains.kotlin.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,
org.jetbrains.kotlin.protobuf.ExtensionRegistryLite extensionRegistry)
|
static ProtoBuf.Property |
parseFrom(byte[] data)
|
static ProtoBuf.Property |
parseFrom(byte[] data,
org.jetbrains.kotlin.protobuf.ExtensionRegistryLite extensionRegistry)
|
static ProtoBuf.Property |
parseFrom(org.jetbrains.kotlin.protobuf.ByteString data)
|
static ProtoBuf.Property |
parseFrom(org.jetbrains.kotlin.protobuf.ByteString data,
org.jetbrains.kotlin.protobuf.ExtensionRegistryLite extensionRegistry)
|
static ProtoBuf.Property |
parseFrom(org.jetbrains.kotlin.protobuf.CodedInputStream input)
|
static ProtoBuf.Property |
parseFrom(org.jetbrains.kotlin.protobuf.CodedInputStream input,
org.jetbrains.kotlin.protobuf.ExtensionRegistryLite extensionRegistry)
|
static ProtoBuf.Property |
parseFrom(java.io.InputStream input)
|
static ProtoBuf.Property |
parseFrom(java.io.InputStream input,
org.jetbrains.kotlin.protobuf.ExtensionRegistryLite extensionRegistry)
|
ProtoBuf.Property.Builder |
toBuilder()
|
protected java.lang.Object |
writeReplace()
|
void |
writeTo(org.jetbrains.kotlin.protobuf.CodedOutputStream output)
|
| Methods inherited from class org.jetbrains.kotlin.protobuf.GeneratedMessageLite.ExtendableMessage |
|---|
extensionsAreInitialized, extensionsSerializedSize, extensionsSerializedSizeAsMessageSet, getExtension, getExtension, getExtensionCount, hasExtension, makeExtensionsImmutable, newExtensionWriter, newMessageSetExtensionWriter, parseUnknownField |
| Methods inherited from class org.jetbrains.kotlin.protobuf.GeneratedMessageLite |
|---|
newRepeatedGeneratedExtension, newSingularGeneratedExtension |
| Methods inherited from class org.jetbrains.kotlin.protobuf.AbstractMessageLite |
|---|
checkByteStringIsUtf8, toByteArray, toByteString, writeDelimitedTo, writeTo |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface org.jetbrains.kotlin.protobuf.GeneratedMessageLite.ExtendableMessageOrBuilder |
|---|
getExtension, getExtension, getExtensionCount, hasExtension |
| Field Detail |
|---|
public static org.jetbrains.kotlin.protobuf.Parser<ProtoBuf.Property> PARSER
public static final int FLAGS_FIELD_NUMBER
public static final int OLD_FLAGS_FIELD_NUMBER
public static final int NAME_FIELD_NUMBER
public static final int RETURN_TYPE_FIELD_NUMBER
public static final int RETURN_TYPE_ID_FIELD_NUMBER
public static final int TYPE_PARAMETER_FIELD_NUMBER
public static final int RECEIVER_TYPE_FIELD_NUMBER
public static final int RECEIVER_TYPE_ID_FIELD_NUMBER
public static final int SETTER_VALUE_PARAMETER_FIELD_NUMBER
public static final int GETTER_FLAGS_FIELD_NUMBER
public static final int SETTER_FLAGS_FIELD_NUMBER
| Method Detail |
|---|
public static ProtoBuf.Property getDefaultInstance()
public ProtoBuf.Property getDefaultInstanceForType()
getDefaultInstanceForType in interface org.jetbrains.kotlin.protobuf.MessageLiteOrBuilderpublic org.jetbrains.kotlin.protobuf.Parser<ProtoBuf.Property> getParserForType()
getParserForType in interface org.jetbrains.kotlin.protobuf.MessageLitegetParserForType in class org.jetbrains.kotlin.protobuf.GeneratedMessageLitepublic boolean hasFlags()
optional int32 flags = 11 [default = 518];
hasAnnotations Visibility Modality MemberKind isVar hasGetter hasSetter isConst lateinit hasConstant
hasFlags in interface ProtoBuf.PropertyOrBuilderpublic int getFlags()
optional int32 flags = 11 [default = 518];
hasAnnotations Visibility Modality MemberKind isVar hasGetter hasSetter isConst lateinit hasConstant
getFlags in interface ProtoBuf.PropertyOrBuilderpublic boolean hasOldFlags()
optional int32 old_flags = 1 [default = 2054];
hasOldFlags in interface ProtoBuf.PropertyOrBuilderpublic int getOldFlags()
optional int32 old_flags = 1 [default = 2054];
getOldFlags in interface ProtoBuf.PropertyOrBuilderpublic boolean hasName()
required int32 name = 2;
hasName in interface ProtoBuf.PropertyOrBuilderpublic int getName()
required int32 name = 2;
getName in interface ProtoBuf.PropertyOrBuilderpublic boolean hasReturnType()
optional .org.jetbrains.kotlin.serialization.Type return_type = 3;
hasReturnType in interface ProtoBuf.PropertyOrBuilderpublic ProtoBuf.Type getReturnType()
optional .org.jetbrains.kotlin.serialization.Type return_type = 3;
getReturnType in interface ProtoBuf.PropertyOrBuilderpublic boolean hasReturnTypeId()
optional int32 return_type_id = 9;
hasReturnTypeId in interface ProtoBuf.PropertyOrBuilderpublic int getReturnTypeId()
optional int32 return_type_id = 9;
getReturnTypeId in interface ProtoBuf.PropertyOrBuilderpublic java.util.List<ProtoBuf.TypeParameter> getTypeParameterList()
repeated .org.jetbrains.kotlin.serialization.TypeParameter type_parameter = 4;
getTypeParameterList in interface ProtoBuf.PropertyOrBuilderpublic java.util.List<? extends ProtoBuf.TypeParameterOrBuilder> getTypeParameterOrBuilderList()
repeated .org.jetbrains.kotlin.serialization.TypeParameter type_parameter = 4;
public int getTypeParameterCount()
repeated .org.jetbrains.kotlin.serialization.TypeParameter type_parameter = 4;
getTypeParameterCount in interface ProtoBuf.PropertyOrBuilderpublic ProtoBuf.TypeParameter getTypeParameter(int index)
repeated .org.jetbrains.kotlin.serialization.TypeParameter type_parameter = 4;
getTypeParameter in interface ProtoBuf.PropertyOrBuilderpublic ProtoBuf.TypeParameterOrBuilder getTypeParameterOrBuilder(int index)
repeated .org.jetbrains.kotlin.serialization.TypeParameter type_parameter = 4;
public boolean hasReceiverType()
optional .org.jetbrains.kotlin.serialization.Type receiver_type = 5;
hasReceiverType in interface ProtoBuf.PropertyOrBuilderpublic ProtoBuf.Type getReceiverType()
optional .org.jetbrains.kotlin.serialization.Type receiver_type = 5;
getReceiverType in interface ProtoBuf.PropertyOrBuilderpublic boolean hasReceiverTypeId()
optional int32 receiver_type_id = 10;
hasReceiverTypeId in interface ProtoBuf.PropertyOrBuilderpublic int getReceiverTypeId()
optional int32 receiver_type_id = 10;
getReceiverTypeId in interface ProtoBuf.PropertyOrBuilderpublic boolean hasSetterValueParameter()
optional .org.jetbrains.kotlin.serialization.ValueParameter setter_value_parameter = 6;
hasSetterValueParameter in interface ProtoBuf.PropertyOrBuilderpublic ProtoBuf.ValueParameter getSetterValueParameter()
optional .org.jetbrains.kotlin.serialization.ValueParameter setter_value_parameter = 6;
getSetterValueParameter in interface ProtoBuf.PropertyOrBuilderpublic boolean hasGetterFlags()
optional int32 getter_flags = 7;
hasAnnotations Visibility Modality isNotDefault isExternal
hasGetterFlags in interface ProtoBuf.PropertyOrBuilderpublic int getGetterFlags()
optional int32 getter_flags = 7;
hasAnnotations Visibility Modality isNotDefault isExternal
getGetterFlags in interface ProtoBuf.PropertyOrBuilderpublic boolean hasSetterFlags()
optional int32 setter_flags = 8;
hasSetterFlags in interface ProtoBuf.PropertyOrBuilderpublic int getSetterFlags()
optional int32 setter_flags = 8;
getSetterFlags in interface ProtoBuf.PropertyOrBuilderpublic final boolean isInitialized()
isInitialized in interface org.jetbrains.kotlin.protobuf.MessageLiteOrBuilder
public void writeTo(org.jetbrains.kotlin.protobuf.CodedOutputStream output)
throws java.io.IOException
writeTo in interface org.jetbrains.kotlin.protobuf.MessageLitejava.io.IOExceptionpublic int getSerializedSize()
getSerializedSize in interface org.jetbrains.kotlin.protobuf.MessageLite
protected java.lang.Object writeReplace()
throws java.io.ObjectStreamException
writeReplace in class org.jetbrains.kotlin.protobuf.GeneratedMessageLitejava.io.ObjectStreamException
public static ProtoBuf.Property parseFrom(org.jetbrains.kotlin.protobuf.ByteString data)
throws org.jetbrains.kotlin.protobuf.InvalidProtocolBufferException
org.jetbrains.kotlin.protobuf.InvalidProtocolBufferException
public static ProtoBuf.Property parseFrom(org.jetbrains.kotlin.protobuf.ByteString data,
org.jetbrains.kotlin.protobuf.ExtensionRegistryLite extensionRegistry)
throws org.jetbrains.kotlin.protobuf.InvalidProtocolBufferException
org.jetbrains.kotlin.protobuf.InvalidProtocolBufferException
public static ProtoBuf.Property parseFrom(byte[] data)
throws org.jetbrains.kotlin.protobuf.InvalidProtocolBufferException
org.jetbrains.kotlin.protobuf.InvalidProtocolBufferException
public static ProtoBuf.Property parseFrom(byte[] data,
org.jetbrains.kotlin.protobuf.ExtensionRegistryLite extensionRegistry)
throws org.jetbrains.kotlin.protobuf.InvalidProtocolBufferException
org.jetbrains.kotlin.protobuf.InvalidProtocolBufferException
public static ProtoBuf.Property parseFrom(java.io.InputStream input)
throws java.io.IOException
java.io.IOException
public static ProtoBuf.Property parseFrom(java.io.InputStream input,
org.jetbrains.kotlin.protobuf.ExtensionRegistryLite extensionRegistry)
throws java.io.IOException
java.io.IOException
public static ProtoBuf.Property parseDelimitedFrom(java.io.InputStream input)
throws java.io.IOException
java.io.IOException
public static ProtoBuf.Property parseDelimitedFrom(java.io.InputStream input,
org.jetbrains.kotlin.protobuf.ExtensionRegistryLite extensionRegistry)
throws java.io.IOException
java.io.IOException
public static ProtoBuf.Property parseFrom(org.jetbrains.kotlin.protobuf.CodedInputStream input)
throws java.io.IOException
java.io.IOException
public static ProtoBuf.Property parseFrom(org.jetbrains.kotlin.protobuf.CodedInputStream input,
org.jetbrains.kotlin.protobuf.ExtensionRegistryLite extensionRegistry)
throws java.io.IOException
java.io.IOExceptionpublic static ProtoBuf.Property.Builder newBuilder()
public ProtoBuf.Property.Builder newBuilderForType()
newBuilderForType in interface org.jetbrains.kotlin.protobuf.MessageLitepublic static ProtoBuf.Property.Builder newBuilder(ProtoBuf.Property prototype)
public ProtoBuf.Property.Builder toBuilder()
toBuilder in interface org.jetbrains.kotlin.protobuf.MessageLite
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||