276277278279280281282283284285286287
this.translatedExpression = new Expression(expression); startNode.apply(this); } catch (ParserException ex) { throw new OclParserException(ex.getMessage()); } catch (LexerException ex) { throw new OclParserException(ex.getMessage()); } }