org.jetbrains.kotlin.serialization.jvm
Interface JvmProtoBuf.JvmMethodSignatureOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
All Known Implementing Classes:
JvmProtoBuf.JvmMethodSignature, JvmProtoBuf.JvmMethodSignature.Builder
Enclosing class:
JvmProtoBuf

public static interface JvmProtoBuf.JvmMethodSignatureOrBuilder
extends com.google.protobuf.MessageLiteOrBuilder


Method Summary
 int getDesc()
          optional int32 desc = 2;
 int getName()
          optional int32 name = 1;
 boolean hasDesc()
          optional int32 desc = 2;
 boolean hasName()
          optional int32 name = 1;
 
Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
getDefaultInstanceForType, isInitialized
 

Method Detail

hasName

boolean hasName()
optional int32 name = 1;


getName

int getName()
optional int32 name = 1;


hasDesc

boolean hasDesc()
optional int32 desc = 2;
 JVM descriptor of the method, e.g. '(Ljava/util/List;)[Ljava/lang/Object;'
 


getDesc

int getDesc()
optional int32 desc = 2;
 JVM descriptor of the method, e.g. '(Ljava/util/List;)[Ljava/lang/Object;'