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

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

public abstract class RecursionIntolerantLazyValue<T>
extends java.lang.Object


Constructor Summary
RecursionIntolerantLazyValue()
           
 
Method Summary
protected abstract  T compute()
           
 T get()
           
protected  T getValueOnErrorReentry()
           
 boolean isComputed()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RecursionIntolerantLazyValue

public RecursionIntolerantLazyValue()
Method Detail

compute

protected abstract T compute()

getValueOnErrorReentry

protected T getValueOnErrorReentry()

isComputed

public boolean isComputed()

get

public final T get()