|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.millscript.millscript.datatypes.Deferred<T>
public abstract class Deferred<T>
This is the parent of all deferred objects. A deferred object is one whose value is unknown until the variable is used.
| Constructor Summary | |
|---|---|
Deferred()
|
|
| Method Summary | |
|---|---|
abstract T |
get()
Returns the value associated with this deferred object. |
java.lang.String |
toString()
Returns the string representation of this deferred object. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public Deferred()
| Method Detail |
|---|
public abstract T get()
calculate method
should be called to do that.
public final java.lang.String toString()
toString in class java.lang.Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||