|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.jetbrains.jet.codegen.signature.JvmMethodSignature
org.jetbrains.jet.codegen.signature.JvmPropertyAccessorSignature
public class JvmPropertyAccessorSignature
| Constructor Summary | |
|---|---|
protected |
JvmPropertyAccessorSignature(org.jetbrains.asm4.commons.Method asmMethod,
java.lang.String genericsSignature,
java.lang.String kotlinTypeParameters,
java.util.List<JvmMethodParameterSignature> kotlinParameterTypes,
java.lang.String kotlinReturnType,
boolean needGenerics,
boolean isGetter)
|
| Method Summary | |
|---|---|
java.lang.String |
getPropertyTypeKotlinSignature()
|
| Methods inherited from class org.jetbrains.jet.codegen.signature.JvmMethodSignature |
|---|
getAsmMethod, getGenericsSignature, getKotlinParameterType, getKotlinParameterTypes, getKotlinReturnType, getKotlinTypeParameter, getName, getParameterCount, getValueParameterTypes, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
protected JvmPropertyAccessorSignature(@NotNull
org.jetbrains.asm4.commons.Method asmMethod,
@Nullable
java.lang.String genericsSignature,
@Nullable
java.lang.String kotlinTypeParameters,
@NotNull
java.util.List<JvmMethodParameterSignature> kotlinParameterTypes,
@NotNull
java.lang.String kotlinReturnType,
boolean needGenerics,
boolean isGetter)
| Method Detail |
|---|
@NotNull public java.lang.String getPropertyTypeKotlinSignature()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||