public interface Context
Modifier and Type | Method and Description |
---|---|
Evaluator |
getEvaluator(Symbol s)
Return the
Evaluator for the specified Symbol . |
Function |
getFunction(FunctionCall fc)
Return the
Function the specified
FunctionCall is calling. |
Evaluator getEvaluator(Symbol s)
Evaluator
for the specified Symbol
.s
- the Symbol
an Evaluator
will be
returned for.Evaluator
for the specified Symbol
.Function getFunction(FunctionCall fc)
Function
the specified
FunctionCall
is calling.fc
- the FunctionCall
calling the
Function
to be return.Function
the specified
FunctionCall
is calling.