runActions

fun runActions(interpreter: Interpreter)

Run the actions in reverse order to populate the Interpreter.getReifiedContinuation stack.

Parameters

interpreter

The Interpreter with which to run the actions, in reverse order.