public class StaticFieldBlock extends LValueBlock
Block.Noop| Constructor and Description |
|---|
StaticFieldBlock(SourceLocation loc,
Class lhs,
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 StaticFieldBlock(SourceLocation loc, Class lhs, 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–2019. All rights reserved.