|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.jetbrains.kotlin.types.TypeReconstructionResult
public class TypeReconstructionResult
| Constructor Summary | |
|---|---|
TypeReconstructionResult(KotlinType resultingType,
boolean allArgumentsInferred)
|
|
| Method Summary | |
|---|---|
KotlinType |
getResultingType()
|
boolean |
isAllArgumentsInferred()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public TypeReconstructionResult(@Nullable
KotlinType resultingType,
boolean allArgumentsInferred)
| Method Detail |
|---|
@Nullable public KotlinType getResultingType()
public boolean isAllArgumentsInferred()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||