Uses of Class
fmpp.tdd.Interpreter
-
Packages that use Interpreter Package Description fmpp.tdd Textual Data Definition related classes. -
-
Uses of Interpreter in fmpp.tdd
Methods in fmpp.tdd with parameters of type Interpreter Modifier and Type Method Description java.lang.Object
DataLoaderEvaluationEnvironment. evalFunctionCall(FunctionCall fc, Interpreter ip)
java.lang.Object
EvaluationEnvironment. evalFunctionCall(FunctionCall fc, Interpreter ip)
Evaluates the function call.java.lang.Object
DataLoaderEvaluationEnvironment. notify(int event, Interpreter ip, java.lang.String name, java.lang.Object extra)
java.lang.Object
EvaluationEnvironment. notify(int event, Interpreter ip, java.lang.String name, java.lang.Object extra)
Notifies about an event during expression evaluation.
-