|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public static interface JvmProtoBuf.JvmMethodSignatureOrBuilder
| Method Summary | |
|---|---|
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.JvmType |
getReturnType()
required .org.jetbrains.kotlin.serialization.jvm.JvmType return_type = 2; |
boolean |
hasName()
required int32 name = 1; |
boolean |
hasReturnType()
required .org.jetbrains.kotlin.serialization.jvm.JvmType return_type = 2; |
| Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder |
|---|
getDefaultInstanceForType, isInitialized |
| Method Detail |
|---|
boolean hasName()
required int32 name = 1;
int getName()
required int32 name = 1;
boolean hasReturnType()
required .org.jetbrains.kotlin.serialization.jvm.JvmType return_type = 2;
JvmProtoBuf.JvmType getReturnType()
required .org.jetbrains.kotlin.serialization.jvm.JvmType return_type = 2;
java.util.List<JvmProtoBuf.JvmType> getParameterTypeList()
repeated .org.jetbrains.kotlin.serialization.jvm.JvmType parameter_type = 3;
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;
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||