|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.jetbrains.kotlin.resolve.jvm.jvmSignature.JvmMethodSignature
org.jetbrains.kotlin.resolve.jvm.jvmSignature.JvmMethodGenericSignature
public class JvmMethodGenericSignature
| Constructor Summary | |
|---|---|
JvmMethodGenericSignature(org.jetbrains.org.objectweb.asm.commons.Method asmMethod,
java.util.List<JvmMethodParameterSignature> valueParameters,
java.lang.String genericsSignature)
|
|
| Method Summary | |
|---|---|
boolean |
equals(java.lang.Object o)
|
java.lang.String |
getGenericsSignature()
|
int |
hashCode()
|
| Methods inherited from class org.jetbrains.kotlin.resolve.jvm.jvmSignature.JvmMethodSignature |
|---|
getAsmMethod, getReturnType, getValueParameters, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public JvmMethodGenericSignature(@NotNull
org.jetbrains.org.objectweb.asm.commons.Method asmMethod,
@NotNull
java.util.List<JvmMethodParameterSignature> valueParameters,
@Nullable
java.lang.String genericsSignature)
| Method Detail |
|---|
@Nullable public java.lang.String getGenericsSignature()
public boolean equals(java.lang.Object o)
equals in class JvmMethodSignaturepublic int hashCode()
hashCode in class JvmMethodSignature
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||