|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jetbrains.jet.codegen.signature.JvmMethodParameterSignature
public class JvmMethodParameterSignature
Constructor Summary | |
---|---|
JvmMethodParameterSignature(org.jetbrains.asm4.Type asmType,
java.lang.String kotlinSignature,
JvmMethodParameterKind kind)
|
Method Summary | |
---|---|
org.jetbrains.asm4.Type |
getAsmType()
|
JvmMethodParameterKind |
getKind()
|
java.lang.String |
getKotlinSignature()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public JvmMethodParameterSignature(@NotNull org.jetbrains.asm4.Type asmType, @NotNull java.lang.String kotlinSignature, @NotNull JvmMethodParameterKind kind)
Method Detail |
---|
@NotNull public org.jetbrains.asm4.Type getAsmType()
@NotNull public java.lang.String getKotlinSignature()
@NotNull public JvmMethodParameterKind getKind()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |