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, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
JvmMethodSignature
protected JvmMethodSignature(@NotNull
org.jetbrains.asm4.commons.Method asmMethod,
@Nullable
java.lang.String genericsSignature,
@NotNull
java.util.List<JvmMethodParameterSignature> kotlinParameterTypes)
getAsmMethod
@NotNull
public org.jetbrains.asm4.commons.Method getAsmMethod()
getGenericsSignature
public java.lang.String getGenericsSignature()
getKotlinParameterTypes
@NotNull
public java.util.List<JvmMethodParameterSignature> getKotlinParameterTypes()
getValueParameterTypes
public java.util.List<org.jetbrains.asm4.Type> getValueParameterTypes()
getName
@NotNull
public java.lang.String getName()
toString
public java.lang.String toString()
- Overrides:
toString
in class java.lang.Object