|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public static interface JvmProtoBuf.JvmMethodSignatureOrBuilder
| 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 org.jetbrains.kotlin.protobuf.MessageLiteOrBuilder |
|---|
getDefaultInstanceForType, isInitialized |
| Method Detail |
|---|
boolean hasName()
optional int32 name = 1;
int getName()
optional int32 name = 1;
boolean hasDesc()
optional int32 desc = 2;
JVM descriptor of the method, e.g. '(Ljava/util/List;)[Ljava/lang/Object;'
int getDesc()
optional int32 desc = 2;
JVM descriptor of the method, e.g. '(Ljava/util/List;)[Ljava/lang/Object;'
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||