org.jetbrains.kotlin.resolve.jvm.kotlinSignature
Class SignaturesPropagationData
java.lang.Object
org.jetbrains.kotlin.resolve.jvm.kotlinSignature.SignaturesPropagationData
public class SignaturesPropagationData
- extends java.lang.Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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)
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()