mondrian.calc
Class ExpCompiler.Factory.Context
java.lang.Object
mondrian.calc.ExpCompiler.Factory.Context
- All Implemented Interfaces:
- ObjectFactory.Context
- Enclosing class:
- ExpCompiler.Factory
public static class ExpCompiler.Factory.Context
- extends Object
- implements ObjectFactory.Context
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.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ExpCompiler.Factory.Context
ExpCompiler.Factory.Context()
- Creates a Context.