public class To extends Instruction
Modifier and Type | Field and Description |
---|---|
private StrictInstructionList |
instructionList |
private GrammarElement |
subroutine |
gelementsToValue
Constructor and Description |
---|
To(GrammarElement subName,
StrictInstructionList sil) |
Modifier and Type | Method and Description |
---|---|
java.lang.Object |
evaluate(Context c)
Evaluate this language construct in some context.
|
private GrammarElement subroutine
private StrictInstructionList instructionList
public To(GrammarElement subName, StrictInstructionList sil)
public java.lang.Object evaluate(Context c)
GrammarElement
evaluate
in class Instruction
c
- context in which the evaluation takes place