org.jetbrains.jet.util.lazy
Class RecursionIntolerantLazyValueWithDefault<T>

java.lang.Object
  extended by org.jetbrains.jet.util.lazy.RecursionIntolerantLazyValue<T>
      extended by org.jetbrains.jet.util.lazy.RecursionIntolerantLazyValueWithDefault<T>

public abstract class RecursionIntolerantLazyValueWithDefault<T>
extends RecursionIntolerantLazyValue<T>


Constructor Summary
protected RecursionIntolerantLazyValueWithDefault(T defaultValue)
           
 
Method Summary
protected  T getValueOnErrorReentry()
           
 
Methods inherited from class org.jetbrains.jet.util.lazy.RecursionIntolerantLazyValue
compute, get, isComputed
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RecursionIntolerantLazyValueWithDefault

protected RecursionIntolerantLazyValueWithDefault(T defaultValue)
Method Detail

getValueOnErrorReentry

protected T getValueOnErrorReentry()
Overrides:
getValueOnErrorReentry in class RecursionIntolerantLazyValue<T>