|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.jetbrains.jet.lang.resolve.calls.inference.InferenceErrorData
public class InferenceErrorData
| Nested Class Summary | |
|---|---|
static class |
InferenceErrorData.ExtendedInferenceErrorData
|
| Field Summary | |
|---|---|
ConstraintSystem |
constraintSystem
|
CallableDescriptor |
descriptor
|
| Method Summary | |
|---|---|
static InferenceErrorData |
create(CallableDescriptor descriptor,
ConstraintSystem constraintSystem)
|
static InferenceErrorData.ExtendedInferenceErrorData |
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
| Method Detail |
|---|
public static InferenceErrorData.ExtendedInferenceErrorData create(@NotNull
CallableDescriptor descriptor,
@NotNull
ConstraintSystem constraintSystem,
@NotNull
java.util.List<JetType> valueArgumentsTypes,
@Nullable
JetType receiverArgumentType,
@NotNull
JetType expectedType)
public static InferenceErrorData create(@NotNull
CallableDescriptor descriptor,
@NotNull
ConstraintSystem constraintSystem)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||