Package org.openlca.expressions
Class Repl
java.lang.Object
org.openlca.expressions.Repl
A read-eval-print-loop for formula evaluation.
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
Repl
-
-
Method Details
-
onExit
Registers an exit-hook for this Repl. The given runnable is called when the user quits this Repl instance.- Parameters:
fn- the exit-hook
-
start
public void start() -
main
-