static class RolapProfilingEvaluator.ProfilingEvaluatorCompiler 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 |
|---|
RolapProfilingEvaluator.ProfilingEvaluatorCompiler(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, registerParameterRolapProfilingEvaluator.ProfilingEvaluatorCompiler(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