ecc.compileToReadableCode = this.compileToReadableCode;
ecc.computationListenerEnabled = this.computationListenerEnabled;
if (this.constExprOptListener != null) {
ecc.constExprCellListenerSupport = new ConstantExpressionCellListenerSupportImpl( this.constExprOptListener );
}
final ModelToEngineCompiler ec = new ModelToEngineCompilerImpl( ecc );
return ec.compile();
}