org.jetbrains.jet.codegen.signature
Class JvmPropertyAccessorSignature

java.lang.Object
  extended by org.jetbrains.jet.codegen.signature.JvmMethodSignature
      extended by org.jetbrains.jet.codegen.signature.JvmPropertyAccessorSignature

public class JvmPropertyAccessorSignature
extends JvmMethodSignature


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

JvmPropertyAccessorSignature

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

getPropertyTypeKotlinSignature

@NotNull
public java.lang.String getPropertyTypeKotlinSignature()