public class LocalVariableBlock extends LValueBlock
Block.Noop| Constructor and Description |
|---|
LocalVariableBlock(String name) |
| Modifier and Type | Method and Description |
|---|---|
Next |
evalLValue(Env e,
Continuation k)
Evaluate the block as
LValue and pass it to Continuation when done. |
asLValue, evalpublic LocalVariableBlock(String name)
public Next evalLValue(Env e, Continuation k)
LValueBlockLValue and pass it to Continuation when done.
LValue can then be used to set the value.
evalLValue in class LValueBlockCopyright © 2011–2014. All rights reserved.