org.jetbrains.jet.codegen.signature
Class JvmMethodSignature

java.lang.Object
  extended by org.jetbrains.jet.codegen.signature.JvmMethodSignature

public class JvmMethodSignature
extends java.lang.Object


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

Method Detail

getAsmMethod

@NotNull
public org.jetbrains.asm4.commons.Method getAsmMethod()

getGenericsSignature

@Nullable
public java.lang.String getGenericsSignature()

getValueParameters

@NotNull
public java.util.List<JvmMethodParameterSignature> getValueParameters()

getReturnType

@NotNull
public org.jetbrains.asm4.Type getReturnType()

replaceName

@NotNull
public JvmMethodSignature replaceName(@NotNull
                                              java.lang.String newName)

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