org.jetbrains.kotlin.resolve.jvm.jvmSignature
Class JvmMethodSignature

java.lang.Object
  extended by org.jetbrains.kotlin.resolve.jvm.jvmSignature.JvmMethodSignature
Direct Known Subclasses:
JvmMethodGenericSignature

public class JvmMethodSignature
extends java.lang.Object


Constructor Summary
JvmMethodSignature(org.jetbrains.org.objectweb.asm.commons.Method asmMethod, java.util.List<JvmMethodParameterSignature> valueParameters)
           
 
Method Summary
 boolean equals(java.lang.Object o)
           
 org.jetbrains.org.objectweb.asm.commons.Method getAsmMethod()
           
 org.jetbrains.org.objectweb.asm.Type getReturnType()
           
 java.util.List<JvmMethodParameterSignature> getValueParameters()
           
 int hashCode()
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

JvmMethodSignature

public JvmMethodSignature(@NotNull
                          org.jetbrains.org.objectweb.asm.commons.Method asmMethod,
                          @NotNull
                          java.util.List<JvmMethodParameterSignature> valueParameters)
Method Detail

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