Package org.formulacompiler.compiler.internal.model.optimizer

Examples of org.formulacompiler.compiler.internal.model.optimizer.ConstantSubExpressionEliminator


  }


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

TOP

Related Classes of org.formulacompiler.compiler.internal.model.optimizer.ConstantSubExpressionEliminator

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.