|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.jetbrains.jet.storage.LockBasedStorageManager
org.jetbrains.jet.lang.resolve.lazy.storage.LockBasedLazyResolveStorageManager
public class LockBasedLazyResolveStorageManager
| Field Summary |
|---|
| Fields inherited from class org.jetbrains.jet.storage.LockBasedStorageManager |
|---|
lock, NO_LOCKS |
| Constructor Summary | |
|---|---|
LockBasedLazyResolveStorageManager()
|
|
| Method Summary | ||
|---|---|---|
BindingTrace |
createSafeTrace(BindingTrace originalTrace)
|
|
|
createWeaklyRetainedMemoizedFunction(jet.Function1<K,V> compute)
|
|
|
createWeaklyRetainedMemoizedFunctionWithNullableValues(jet.Function1<K,V> compute)
|
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface org.jetbrains.jet.storage.StorageManager |
|---|
compute, createLazyValue, createLazyValueWithPostCompute, createMemoizedFunction, createMemoizedFunctionWithNullableValues, createNullableLazyValue, createNullableLazyValueWithPostCompute, createRecursionTolerantLazyValue, createRecursionTolerantNullableLazyValue |
| Constructor Detail |
|---|
public LockBasedLazyResolveStorageManager()
| Method Detail |
|---|
@NotNull public <K,V>createWeaklyRetainedMemoizedFunction(@NotNull jet.Function1<K,V> compute)
createWeaklyRetainedMemoizedFunction in interface LazyResolveStorageManager@NotNull public <K,V>createWeaklyRetainedMemoizedFunctionWithNullableValues(@NotNull jet.Function1<K,V> compute)
createWeaklyRetainedMemoizedFunctionWithNullableValues in interface LazyResolveStorageManager
@NotNull
public BindingTrace createSafeTrace(@NotNull
BindingTrace originalTrace)
createSafeTrace in interface LazyResolveStorageManager
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||