public abstract class GrammarElement
extends java.lang.Object
Constructor and Description |
---|
GrammarElement() |
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)
c
- context in which the evaluation takes place