|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.jetbrains.kotlin.types.DelegatingType
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 org.jetbrains.kotlin.types.DelegatingType |
|---|
equals, getAnnotations, getArguments, getCapabilities, getCapability, getConstructor, getMemberScope, getSubstitution, hashCode, isError, isMarkedNullable |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Methods inherited from interface org.jetbrains.kotlin.types.KotlinType |
|---|
equals, getArguments, getCapabilities, getCapability, getConstructor, getMemberScope, getSubstitution, isError, isMarkedNullable |
| Methods inherited from interface org.jetbrains.kotlin.descriptors.annotations.Annotated |
|---|
getAnnotations |
| 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()
public KotlinType getDelegate()
getDelegate in class DelegatingTypepublic java.lang.String toString()
toString in class DelegatingType
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||