|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.ObjectWrappedType
org.jetbrains.kotlin.types.DeferredType
public class DeferredType
| Method Summary | |
|---|---|
static DeferredType |
create(StorageManager storageManager,
BindingTrace trace,
kotlin.jvm.functions.Function0<KotlinType> compute)
|
static DeferredType |
createRecursionIntolerant(StorageManager storageManager,
BindingTrace trace,
kotlin.jvm.functions.Function0<KotlinType> compute)
|
KotlinType |
getDelegate()
|
boolean |
isComputed()
|
boolean |
isComputing()
|
java.lang.String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Method Detail |
|---|
@NotNull
public static DeferredType create(@NotNull
StorageManager storageManager,
@NotNull
BindingTrace trace,
@NotNull
kotlin.jvm.functions.Function0<KotlinType> compute)
@NotNull
public static DeferredType createRecursionIntolerant(@NotNull
StorageManager storageManager,
@NotNull
BindingTrace trace,
@NotNull
kotlin.jvm.functions.Function0<KotlinType> compute)
public boolean isComputing()
public boolean isComputed()
@NotNull public KotlinType getDelegate()
@NotNull public java.lang.String toString()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||