}
private void eliminateConstantSubExpressions() throws CompilerException
{
this.model.traverse( new ConstantSubExpressionEliminator( getNumericType(),
this.model.getComputationMode(), this.model.getEnvironment(), this.constExprCellListenerSupport ) );
}