|
|||||||||
| 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 | |
|---|---|
ConstraintSystem |
constraintSystem
|
CallableDescriptor |
descriptor
|
JetType |
expectedType
|
JetType |
receiverArgumentType
|
java.util.List<JetType> |
valueArgumentsTypes
|
| Method Summary | |
|---|---|
static InferenceErrorData |
create(CallableDescriptor descriptor,
ConstraintSystem constraintSystem,
java.util.List<JetType> valueArgumentsTypes,
JetType receiverArgumentType,
JetType expectedType)
|
| 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 JetType receiverArgumentType
@NotNull public final JetType expectedType
@NotNull public final java.util.List<JetType> valueArgumentsTypes
| Method Detail |
|---|
@NotNull
public static InferenceErrorData create(@NotNull
CallableDescriptor descriptor,
@NotNull
ConstraintSystem constraintSystem,
@NotNull
java.util.List<JetType> valueArgumentsTypes,
@Nullable
JetType receiverArgumentType,
@NotNull
JetType expectedType)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||