209210211212213214215216217218219
// erreur de syntaxe. throw new InterpreterException(StdErrors.Syntax_error); } } catch (Exception ex) { interpreter.consumeBreakCode_onLoop(); interpreter.setCanLoop(oldCanLoop); interpreter.setInLoop(oldInLoop); throw ex; } interpreter.consumeBreakCode_onLoop();
214215216217218219220221222223224
interpreter.consumeBreakCode_onLoop(); interpreter.setCanLoop(oldCanLoop); interpreter.setInLoop(oldInLoop); throw ex; } interpreter.consumeBreakCode_onLoop(); interpreter.setCanLoop(oldCanLoop); interpreter.setInLoop(oldInLoop); return xnode; }