Package mondrian.olap.fun
Class MemberLevelFunDef.CalcImpl
- java.lang.Object
-
- mondrian.calc.impl.AbstractCalc
-
- mondrian.calc.impl.AbstractLevelCalc
-
- mondrian.olap.fun.MemberLevelFunDef.CalcImpl
-
- Enclosing class:
- MemberLevelFunDef
public static class MemberLevelFunDef.CalcImpl extends AbstractLevelCalc
-
-
Field Summary
-
Fields inherited from class mondrian.calc.impl.AbstractCalc
exp, type
-
-
Constructor Summary
Constructors Constructor Description CalcImpl(Exp exp, MemberCalc memberCalc)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Level
evaluateLevel(Evaluator evaluator)
Evaluates this expression to yield a level.-
Methods inherited from class mondrian.calc.impl.AbstractLevelCalc
evaluate
-
Methods inherited from class mondrian.calc.impl.AbstractCalc
accept, anyDepends, anyDependsButFirst, butDepends, collectArguments, dependsOn, getArguments, getCalcs, getName, getResultStyle, getType, isWrapperFor, simplifyEvaluator, unwrap
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface mondrian.calc.Calc
accept, dependsOn, getResultStyle, getType, isWrapperFor, unwrap
-
-
-
-
Constructor Detail
-
CalcImpl
public CalcImpl(Exp exp, MemberCalc memberCalc)
-
-