public abstract class Expression extends GrammarElement
gelementsToValue
Constructor and Description |
---|
Expression() |
public java.lang.Double evaluate(Context c)
evaluate
in class GrammarElement
c
- the context of the expression--may affect the valuepublic abstract double value(Context c)