104105106107108109110111
} private void rewriteExpressions() throws CompilerException { this.model.traverse( new ModelRewriter( InterpretedNumericType.typeFor( getNumericType(), this.model.getComputationMode(), this.model.getEnvironment() ) ) ); }