|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.jetbrains.kotlin.resolve.jvm.kotlinSignature.SignaturesPropagationData
public class SignaturesPropagationData
| 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()
|
java.util.List<ValueParameterDescriptor> |
getModifiedValueParameters()
|
java.util.List<java.lang.String> |
getSignatureErrors()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
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 |
|---|
public KotlinType getModifiedReceiverType()
public java.util.List<ValueParameterDescriptor> getModifiedValueParameters()
public boolean getModifiedHasStableParameterNames()
public java.util.List<java.lang.String> getSignatureErrors()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||