org.jetbrains.kotlin.resolve.jvm.kotlinSignature
Class SignaturesPropagationData

java.lang.Object
  extended by org.jetbrains.kotlin.resolve.jvm.kotlinSignature.SignaturesPropagationData

public class SignaturesPropagationData
extends java.lang.Object


Constructor Summary
SignaturesPropagationData(ClassDescriptor containingClass, KotlinType autoReturnType, KotlinType receiverType, java.util.List<ValueParameterDescriptor> autoValueParameters, java.util.List<TypeParameterDescriptor> autoTypeParameters, JavaMethod method)
           
 
Method Summary
 boolean getModifiedHasStableParameterNames()
           
 KotlinType getModifiedReceiverType()
           
 KotlinType getModifiedReturnType()
           
 java.util.List<TypeParameterDescriptor> getModifiedTypeParameters()
           
 java.util.List<ValueParameterDescriptor> getModifiedValueParameters()
           
 java.util.List<java.lang.String> getSignatureErrors()
           
 java.util.List<FunctionDescriptor> getSuperFunctions()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SignaturesPropagationData

public SignaturesPropagationData(@NotNull
                                 ClassDescriptor containingClass,
                                 @NotNull
                                 KotlinType autoReturnType,
                                 @Nullable
                                 KotlinType receiverType,
                                 @NotNull
                                 java.util.List<ValueParameterDescriptor> autoValueParameters,
                                 @NotNull
                                 java.util.List<TypeParameterDescriptor> autoTypeParameters,
                                 @NotNull
                                 JavaMethod method)
Method Detail

getModifiedTypeParameters

public java.util.List<TypeParameterDescriptor> getModifiedTypeParameters()

getModifiedReceiverType

public KotlinType getModifiedReceiverType()

getModifiedValueParameters

public java.util.List<ValueParameterDescriptor> getModifiedValueParameters()

getModifiedHasStableParameterNames

public boolean getModifiedHasStableParameterNames()

getModifiedReturnType

public KotlinType getModifiedReturnType()

getSignatureErrors

public java.util.List<java.lang.String> getSignatureErrors()

getSuperFunctions

public java.util.List<FunctionDescriptor> getSuperFunctions()