org.jetbrains.jet.codegen.signature
Class JvmMethodParameterSignature

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

public class JvmMethodParameterSignature
extends java.lang.Object


Constructor Summary
JvmMethodParameterSignature(org.jetbrains.asm4.Type asmType, JvmMethodParameterKind kind)
           
 
Method Summary
 org.jetbrains.asm4.Type getAsmType()
           
 JvmMethodParameterKind getKind()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JvmMethodParameterSignature

public JvmMethodParameterSignature(@NotNull
                                   org.jetbrains.asm4.Type asmType,
                                   @NotNull
                                   JvmMethodParameterKind kind)
Method Detail

getAsmType

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

getKind

@NotNull
public JvmMethodParameterKind getKind()