|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.jetbrains.jet.lang.types.DelegatingType
org.jetbrains.jet.lang.types.DeferredType
public class DeferredType
| Method Summary | |
|---|---|
static DeferredType |
create(StorageManager storageManager,
BindingTrace trace,
kotlin.Function0<JetType> compute)
|
static DeferredType |
createRecursionIntolerant(StorageManager storageManager,
BindingTrace trace,
kotlin.Function0<JetType> compute)
|
JetType |
getDelegate()
|
boolean |
isComputed()
|
java.lang.String |
toString()
|
| Methods inherited from class org.jetbrains.jet.lang.types.DelegatingType |
|---|
equals, getAnnotations, getArguments, getCapability, getConstructor, getMemberScope, hashCode, isError, isNullable |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Methods inherited from interface org.jetbrains.jet.lang.types.JetType |
|---|
equals, getArguments, getCapability, getConstructor, getMemberScope, isError, isNullable |
| Methods inherited from interface org.jetbrains.jet.lang.descriptors.annotations.Annotated |
|---|
getAnnotations |
| Method Detail |
|---|
@NotNull
public static DeferredType create(@NotNull
StorageManager storageManager,
@NotNull
BindingTrace trace,
@NotNull
kotlin.Function0<JetType> compute)
@NotNull
public static DeferredType createRecursionIntolerant(@NotNull
StorageManager storageManager,
@NotNull
BindingTrace trace,
@NotNull
kotlin.Function0<JetType> compute)
public boolean isComputed()
public JetType 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 | ||||||||