public abstract class GrammarElement
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
protected static java.util.Map<GrammarElement,java.lang.Object> |
gelementsToValue |
| Constructor and Description |
|---|
GrammarElement() |
| Modifier and Type | Method and Description |
|---|---|
abstract java.lang.Object |
evaluate(Context c)
Evaluate this language construct in some context.
|
protected static java.util.Map<GrammarElement,java.lang.Object> gelementsToValue
public abstract java.lang.Object evaluate(Context c)
c - context in which the evaluation takes place