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.ObjectDataLoaderEvaluationEnvironment. evalFunctionCall(FunctionCall fc, Interpreter ip)java.lang.ObjectEvaluationEnvironment. evalFunctionCall(FunctionCall fc, Interpreter ip)Evaluates the function call.java.lang.ObjectDataLoaderEvaluationEnvironment. notify(int event, Interpreter ip, java.lang.String name, java.lang.Object extra)java.lang.ObjectEvaluationEnvironment. notify(int event, Interpreter ip, java.lang.String name, java.lang.Object extra)Notifies about an event during expression evaluation.
-