org.jetbrains.jet.lang.resolve.lazy.storage
Class NullableLazyValueImpl<T>

java.lang.Object
  extended by org.jetbrains.jet.lang.resolve.lazy.storage.NullableLazyValueImpl<T>
All Implemented Interfaces:
com.intellij.openapi.util.Computable<T>, NullableLazyValue<T>
Direct Known Subclasses:
NotNullLazyValueImpl

public abstract class NullableLazyValueImpl<T>
extends java.lang.Object
implements NullableLazyValue<T>


Nested Class Summary
 
Nested classes/interfaces inherited from interface com.intellij.openapi.util.Computable
com.intellij.openapi.util.Computable.NotNullCachedComputable<T>, com.intellij.openapi.util.Computable.NullableCachedComputable<T>, com.intellij.openapi.util.Computable.PredefinedValueComputable<T>
 
Constructor Summary
NullableLazyValueImpl()
           
 
Method Summary
 T compute()
           
protected abstract  T doCompute()
           
protected  void postCompute(T value)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NullableLazyValueImpl

public NullableLazyValueImpl()
Method Detail

compute

public T compute()
Specified by:
compute in interface com.intellij.openapi.util.Computable<T>
Specified by:
compute in interface NullableLazyValue<T>

doCompute

protected abstract T doCompute()

postCompute

protected void postCompute(T value)