|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectmondrian.calc.impl.DelegatingExpCompiler
mondrian.rolap.RolapDependencyTestingEvaluator.DteCompiler
static class RolapDependencyTestingEvaluator.DteCompiler
Expression compiler which introduces dependency testing.
It also checks that the caller does not modify lists unless it has explicitly asked for a mutable list.
Nested Class Summary |
---|
Nested classes/interfaces inherited from interface mondrian.calc.ExpCompiler |
---|
ExpCompiler.Factory |
Constructor Summary | |
---|---|
RolapDependencyTestingEvaluator.DteCompiler(ExpCompiler compiler)
|
Method Summary | |
---|---|
protected Calc |
afterCompile(Exp exp,
Calc calc,
boolean mutable)
Hook for post-processing. |
Methods inherited from class mondrian.calc.impl.DelegatingExpCompiler |
---|
compile, compileAs, compileBoolean, compileDateTime, compileDimension, compileDouble, compileHierarchy, compileInteger, compileIter, compileLevel, compileList, compileList, compileMember, compileScalar, compileString, compileTuple, getAcceptableResultStyles, getEvaluator, getValidator, registerParameter |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
RolapDependencyTestingEvaluator.DteCompiler(ExpCompiler compiler)
Method Detail |
---|
protected Calc afterCompile(Exp exp, Calc calc, boolean mutable)
DelegatingExpCompiler
afterCompile
in class DelegatingExpCompiler
exp
- Expression to compilecalc
- Calculator created by compilermutable
- Whether the result is mutuable
|
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |