public class To extends Instruction
| Modifier and Type | Field and Description |
|---|---|
private StrictInstructionList |
instructionList |
private Variable |
sub_name |
gelementsToValue| Constructor and Description |
|---|
To(Variable e,
StrictInstructionList sil) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Object |
evaluate(Context c)
Evaluate this instruction in a Context.
|
private Variable sub_name
private StrictInstructionList instructionList
public To(Variable e, StrictInstructionList sil)
public java.lang.Object evaluate(Context c)
evaluate in class Instructionc - the Context for the evaluation