public interface LValue extends Serializable
LValueBlock, such as "x[y]"| Modifier and Type | Method and Description |
|---|---|
Next |
get(Continuation k)
Computes the value, and passes it to the given continuation when done.
|
Next |
set(Object v,
Continuation k)
Sets the given value to this variable, and passes
null to the given continuation when done. |
Next get(Continuation k)
Just like Block.eval(Env, Continuation), the actual evaluation is done
by the caller by repeatedly step executing
the resulting Next object.
Next set(Object v, Continuation k)
null to the given continuation when done.
Just like Block.eval(Env, Continuation), the actual evaluation is done
by the caller by repeatedly step executing
the resulting Next object.
Copyright © 2011–2019. All rights reserved.