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


Constructor Summary
protected JvmMethodSignature(org.jetbrains.asm4.commons.Method asmMethod, java.lang.String genericsSignature, java.util.List<JvmMethodParameterSignature> kotlinParameterTypes)
           
 
Method Summary
 org.jetbrains.asm4.commons.Method getAsmMethod()
           
 java.lang.String getGenericsSignature()
           
 java.util.List<JvmMethodParameterSignature> getKotlinParameterTypes()
           
 java.lang.String getName()
           
 java.util.List<org.jetbrains.asm4.Type> getValueParameterTypes()
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

JvmMethodSignature

protected JvmMethodSignature(@NotNull
                             org.jetbrains.asm4.commons.Method asmMethod,
                             @Nullable
                             java.lang.String genericsSignature,
                             @NotNull
                             java.util.List<JvmMethodParameterSignature> kotlinParameterTypes)
Method Detail

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