Package mondrian.calc
Class ExpCompiler.Factory.Context
java.lang.Object
mondrian.calc.ExpCompiler.Factory.Context
- All Implemented Interfaces:
ObjectFactory.Context
- Enclosing class:
- ExpCompiler.Factory
The
ExpCompiler
only has two override mechanisms: the
ThreadLocal
and System
Properties
. This class captures and clears the current
values for both in the constructor and then replaces them
in the restore
method.
This is for testing only.
-
Method Summary