static class RolapDependencyTestingEvaluator.DteCompiler extends DelegatingExpCompiler
It also checks that the caller does not modify lists unless it has explicitly asked for a mutable list.
ExpCompiler.Factory| Constructor and Description | 
|---|
RolapDependencyTestingEvaluator.DteCompiler(ExpCompiler compiler)  | 
| Modifier and Type | Method and Description | 
|---|---|
protected Calc | 
afterCompile(Exp exp,
            Calc calc,
            boolean mutable)
Hook for post-processing. 
 | 
compile, compileAs, compileBoolean, compileDateTime, compileDimension, compileDouble, compileHierarchy, compileInteger, compileIter, compileLevel, compileList, compileList, compileMember, compileScalar, compileString, compileTuple, getAcceptableResultStyles, getEvaluator, getValidator, registerParameterRolapDependencyTestingEvaluator.DteCompiler(ExpCompiler compiler)
protected Calc afterCompile(Exp exp, Calc calc, boolean mutable)
DelegatingExpCompilerafterCompile in class DelegatingExpCompilerexp - Expression to compilecalc - Calculator created by compilermutable - Whether the result is mutuable