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)
GrammarElement
evaluate
in class GrammarElement
c
- context in which the evaluation takes place