|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.google.protobuf.AbstractMessageLite
com.google.protobuf.GeneratedMessageLite
org.jetbrains.kotlin.serialization.jvm.JvmProtoBuf.JvmMethodSignature
public static final class JvmProtoBuf.JvmMethodSignature
Protobuf type org.jetbrains.kotlin.serialization.jvm.JvmMethodSignature
| Nested Class Summary | |
|---|---|
static class |
JvmProtoBuf.JvmMethodSignature.Builder
Protobuf type org.jetbrains.kotlin.serialization.jvm.JvmMethodSignature |
| 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 |
NAME_FIELD_NUMBER
|
static int |
PARAMETER_TYPE_FIELD_NUMBER
|
static com.google.protobuf.Parser<JvmProtoBuf.JvmMethodSignature> |
PARSER
|
static int |
RETURN_TYPE_FIELD_NUMBER
|
| Method Summary | |
|---|---|
static JvmProtoBuf.JvmMethodSignature |
getDefaultInstance()
|
JvmProtoBuf.JvmMethodSignature |
getDefaultInstanceForType()
|
int |
getName()
required int32 name = 1; |
JvmProtoBuf.JvmType |
getParameterType(int index)
repeated .org.jetbrains.kotlin.serialization.jvm.JvmType parameter_type = 3; |
int |
getParameterTypeCount()
repeated .org.jetbrains.kotlin.serialization.jvm.JvmType parameter_type = 3; |
java.util.List<JvmProtoBuf.JvmType> |
getParameterTypeList()
repeated .org.jetbrains.kotlin.serialization.jvm.JvmType parameter_type = 3; |
JvmProtoBuf.JvmTypeOrBuilder |
getParameterTypeOrBuilder(int index)
repeated .org.jetbrains.kotlin.serialization.jvm.JvmType parameter_type = 3; |
java.util.List<? extends JvmProtoBuf.JvmTypeOrBuilder> |
getParameterTypeOrBuilderList()
repeated .org.jetbrains.kotlin.serialization.jvm.JvmType parameter_type = 3; |
com.google.protobuf.Parser<JvmProtoBuf.JvmMethodSignature> |
getParserForType()
|
JvmProtoBuf.JvmType |
getReturnType()
required .org.jetbrains.kotlin.serialization.jvm.JvmType return_type = 2; |
int |
getSerializedSize()
|
boolean |
hasName()
required int32 name = 1; |
boolean |
hasReturnType()
required .org.jetbrains.kotlin.serialization.jvm.JvmType return_type = 2; |
boolean |
isInitialized()
|
static JvmProtoBuf.JvmMethodSignature.Builder |
newBuilder()
|
static JvmProtoBuf.JvmMethodSignature.Builder |
newBuilder(JvmProtoBuf.JvmMethodSignature prototype)
|
JvmProtoBuf.JvmMethodSignature.Builder |
newBuilderForType()
|
static JvmProtoBuf.JvmMethodSignature |
parseDelimitedFrom(java.io.InputStream input)
|
static JvmProtoBuf.JvmMethodSignature |
parseDelimitedFrom(java.io.InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
|
static JvmProtoBuf.JvmMethodSignature |
parseFrom(byte[] data)
|
static JvmProtoBuf.JvmMethodSignature |
parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
|
static JvmProtoBuf.JvmMethodSignature |
parseFrom(com.google.protobuf.ByteString data)
|
static JvmProtoBuf.JvmMethodSignature |
parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
|
static JvmProtoBuf.JvmMethodSignature |
parseFrom(com.google.protobuf.CodedInputStream input)
|
static JvmProtoBuf.JvmMethodSignature |
parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
|
static JvmProtoBuf.JvmMethodSignature |
parseFrom(java.io.InputStream input)
|
static JvmProtoBuf.JvmMethodSignature |
parseFrom(java.io.InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
|
JvmProtoBuf.JvmMethodSignature.Builder |
toBuilder()
|
protected java.lang.Object |
writeReplace()
|
void |
writeTo(com.google.protobuf.CodedOutputStream output)
|
| Methods inherited from class com.google.protobuf.GeneratedMessageLite |
|---|
makeExtensionsImmutable, newRepeatedGeneratedExtension, newSingularGeneratedExtension, parseUnknownField |
| Methods inherited from class com.google.protobuf.AbstractMessageLite |
|---|
toByteArray, toByteString, writeDelimitedTo, writeTo |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static com.google.protobuf.Parser<JvmProtoBuf.JvmMethodSignature> PARSER
public static final int NAME_FIELD_NUMBER
public static final int RETURN_TYPE_FIELD_NUMBER
public static final int PARAMETER_TYPE_FIELD_NUMBER
| Method Detail |
|---|
public static JvmProtoBuf.JvmMethodSignature getDefaultInstance()
public JvmProtoBuf.JvmMethodSignature getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuilderpublic com.google.protobuf.Parser<JvmProtoBuf.JvmMethodSignature> getParserForType()
getParserForType in interface com.google.protobuf.MessageLitegetParserForType in class com.google.protobuf.GeneratedMessageLitepublic boolean hasName()
required int32 name = 1;
hasName in interface JvmProtoBuf.JvmMethodSignatureOrBuilderpublic int getName()
required int32 name = 1;
getName in interface JvmProtoBuf.JvmMethodSignatureOrBuilderpublic boolean hasReturnType()
required .org.jetbrains.kotlin.serialization.jvm.JvmType return_type = 2;
hasReturnType in interface JvmProtoBuf.JvmMethodSignatureOrBuilderpublic JvmProtoBuf.JvmType getReturnType()
required .org.jetbrains.kotlin.serialization.jvm.JvmType return_type = 2;
getReturnType in interface JvmProtoBuf.JvmMethodSignatureOrBuilderpublic java.util.List<JvmProtoBuf.JvmType> getParameterTypeList()
repeated .org.jetbrains.kotlin.serialization.jvm.JvmType parameter_type = 3;
getParameterTypeList in interface JvmProtoBuf.JvmMethodSignatureOrBuilderpublic java.util.List<? extends JvmProtoBuf.JvmTypeOrBuilder> getParameterTypeOrBuilderList()
repeated .org.jetbrains.kotlin.serialization.jvm.JvmType parameter_type = 3;
public int getParameterTypeCount()
repeated .org.jetbrains.kotlin.serialization.jvm.JvmType parameter_type = 3;
getParameterTypeCount in interface JvmProtoBuf.JvmMethodSignatureOrBuilderpublic JvmProtoBuf.JvmType getParameterType(int index)
repeated .org.jetbrains.kotlin.serialization.jvm.JvmType parameter_type = 3;
getParameterType in interface JvmProtoBuf.JvmMethodSignatureOrBuilderpublic JvmProtoBuf.JvmTypeOrBuilder getParameterTypeOrBuilder(int index)
repeated .org.jetbrains.kotlin.serialization.jvm.JvmType parameter_type = 3;
public final boolean isInitialized()
isInitialized in interface com.google.protobuf.MessageLiteOrBuilder
public void writeTo(com.google.protobuf.CodedOutputStream output)
throws java.io.IOException
writeTo in interface com.google.protobuf.MessageLitejava.io.IOExceptionpublic int getSerializedSize()
getSerializedSize in interface com.google.protobuf.MessageLite
protected java.lang.Object writeReplace()
throws java.io.ObjectStreamException
writeReplace in class com.google.protobuf.GeneratedMessageLitejava.io.ObjectStreamException
public static JvmProtoBuf.JvmMethodSignature parseFrom(com.google.protobuf.ByteString data)
throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static JvmProtoBuf.JvmMethodSignature parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static JvmProtoBuf.JvmMethodSignature parseFrom(byte[] data)
throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static JvmProtoBuf.JvmMethodSignature parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static JvmProtoBuf.JvmMethodSignature parseFrom(java.io.InputStream input)
throws java.io.IOException
java.io.IOException
public static JvmProtoBuf.JvmMethodSignature parseFrom(java.io.InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws java.io.IOException
java.io.IOException
public static JvmProtoBuf.JvmMethodSignature parseDelimitedFrom(java.io.InputStream input)
throws java.io.IOException
java.io.IOException
public static JvmProtoBuf.JvmMethodSignature parseDelimitedFrom(java.io.InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws java.io.IOException
java.io.IOException
public static JvmProtoBuf.JvmMethodSignature parseFrom(com.google.protobuf.CodedInputStream input)
throws java.io.IOException
java.io.IOException
public static JvmProtoBuf.JvmMethodSignature parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws java.io.IOException
java.io.IOExceptionpublic static JvmProtoBuf.JvmMethodSignature.Builder newBuilder()
public JvmProtoBuf.JvmMethodSignature.Builder newBuilderForType()
newBuilderForType in interface com.google.protobuf.MessageLitepublic static JvmProtoBuf.JvmMethodSignature.Builder newBuilder(JvmProtoBuf.JvmMethodSignature prototype)
public JvmProtoBuf.JvmMethodSignature.Builder toBuilder()
toBuilder in interface com.google.protobuf.MessageLite
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||