355356357358359360361362363364365
* * @param result the result of a script execution * @return the parsed result of a reply */ private Object parseEvalReply(EvalResult result) { Status status = result.getStatus(); switch (status) { case CANCELLED: return null; case EXCEPTION: