public class JvmPropertyAccessorSignature extends JvmMethodSignature
Modifier | Constructor and Description |
---|---|
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) |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getPropertyTypeKotlinSignature() |
getAsmMethod, getGenericsSignature, getKotlinParameterType, getKotlinParameterTypes, getKotlinReturnType, getKotlinTypeParameter, getName, getParameterCount, getValueParameterTypes, toString
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)
@NotNull public java.lang.String getPropertyTypeKotlinSignature()