public abstract class Instruction extends GrammarElement
gelementsToValue| Constructor and Description |
|---|
Instruction() |
| Modifier and Type | Method and Description |
|---|---|
abstract java.lang.Object |
evaluate(Context c)
Evaluate this language construct in some context.
|
public abstract java.lang.Object evaluate(Context c)
GrammarElementevaluate in class GrammarElementc - context in which the evaluation takes place