Package 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
TheExpCompiler
only has two override mechanisms: theThreadLocal
andSystem
Properties
. This class captures and clears the current values for both in the constructor and then replaces them in therestore
method.This is for testing only.