Package mondrian.calc.impl

Examples of mondrian.calc.impl.BetterExpCompiler


     *
     * @param exp Expression
     * @param evaluator Evaluator
     */
    public ExpCacheDescriptor(Exp exp, Evaluator evaluator) {
        this(exp, new BetterExpCompiler(evaluator, null));
    }
View Full Code Here


            // Here there is bleed-through from the "calc.impl" implementation
            // directory into the "calc" interface definition directory.
            // This can be avoided if we were to use reflection to
            // create this the default ExpCompiler implementation.
            return new BetterExpCompiler(
                evaluator, validator, resultStyles);
        }
View Full Code Here

     *
     * @param exp Expression
     * @param evaluator Evaluator
     */
    public ExpCacheDescriptor(Exp exp, Evaluator evaluator) {
        this(exp, new BetterExpCompiler(evaluator, null));
    }
View Full Code Here

            // Here there is bleed-through from the "calc.impl" implementation
            // directory into the "calc" interface definition directory.
            // This can be avoided if we were to use reflection to
            // create this the default ExpCompiler implementation.
            return new BetterExpCompiler(
                evaluator, validator, resultStyles);
        }
View Full Code Here

TOP

Related Classes of mondrian.calc.impl.BetterExpCompiler

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.