4647484950515253
public void run(Machine m, Vector _runtime_params) throws InterpreterException { Vector _param_refs = preparingParameters(m,_runtime_params); Context current = new Context(this, _param_refs); m.getContextStack().pushContext(current); }