|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorc.runtime.values.PartialValue
public class PartialValue
A Value which depends on some set of potentially unbound variables, which therefore cannot be used in argument position until those variables become bound (because it might leak them).
| Constructor Summary | |
|---|---|
PartialValue(Value v,
java.util.Set<Future> freeset)
|
|
| Method Summary | |
|---|---|
Value |
forceArg(Token t)
|
Callable |
forceCall(Token t)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public PartialValue(Value v,
java.util.Set<Future> freeset)
| Method Detail |
|---|
public Value forceArg(Token t)
forceArg in interface Futurepublic Callable forceCall(Token t)
forceCall in interface Future
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||