|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.jetbrains.kotlin.resolve.calls.inference.InferenceErrorData
public class InferenceErrorData
| Field Summary | |
|---|---|
Call |
call
|
ConstraintSystem |
constraintSystem
|
CallableDescriptor |
descriptor
|
KotlinType |
expectedType
|
KotlinType |
receiverArgumentType
|
java.util.List<KotlinType> |
valueArgumentsTypes
|
| Method Summary | |
|---|---|
static InferenceErrorData |
create(CallableDescriptor descriptor,
ConstraintSystem constraintSystem,
java.util.List<KotlinType> valueArgumentsTypes,
KotlinType receiverArgumentType,
KotlinType expectedType,
Call call)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
@NotNull public final CallableDescriptor descriptor
@NotNull public final ConstraintSystem constraintSystem
@Nullable public final KotlinType receiverArgumentType
@NotNull public final KotlinType expectedType
@NotNull public final java.util.List<KotlinType> valueArgumentsTypes
@NotNull public final Call call
| Method Detail |
|---|
@NotNull
public static InferenceErrorData create(@NotNull
CallableDescriptor descriptor,
@NotNull
ConstraintSystem constraintSystem,
@NotNull
java.util.List<KotlinType> valueArgumentsTypes,
@Nullable
KotlinType receiverArgumentType,
@NotNull
KotlinType expectedType,
@NotNull
Call call)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||