org.jetbrains.jet.codegen.signature
Class JvmMethodSignature
java.lang.Object
org.jetbrains.jet.codegen.signature.JvmMethodSignature
public class JvmMethodSignature
- extends java.lang.Object
Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
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