org.jetbrains.kotlin.resolve.jvm.jvmSignature
Class JvmMethodSignature
java.lang.Object
org.jetbrains.kotlin.resolve.jvm.jvmSignature.JvmMethodSignature
- Direct Known Subclasses:
- JvmMethodGenericSignature
public class JvmMethodSignature
- extends java.lang.Object
Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
JvmMethodSignature
public JvmMethodSignature(@NotNull
org.jetbrains.org.objectweb.asm.commons.Method asmMethod,
@NotNull
java.util.List<JvmMethodParameterSignature> valueParameters)
getAsmMethod
@NotNull
public org.jetbrains.org.objectweb.asm.commons.Method getAsmMethod()
getValueParameters
@NotNull
public java.util.List<JvmMethodParameterSignature> getValueParameters()
getReturnType
@NotNull
public org.jetbrains.org.objectweb.asm.Type getReturnType()
equals
public boolean equals(java.lang.Object o)
- Overrides:
equals
in class java.lang.Object
hashCode
public int hashCode()
- Overrides:
hashCode
in class java.lang.Object
toString
public java.lang.String toString()
- Overrides:
toString
in class java.lang.Object