Package mondrian.calc
Interface StringCalc
- All Superinterfaces:
Calc
- All Known Implementing Classes:
AbstractStringCalc
,AbstractVoidCalc
,AggregateFunDef.AggregateCalc
,CacheCalc
,ConstantCalc
,GenericCalc
,MemberArrayValueCalc
,MemberValueCalc
,TupleValueCalc
,ValueCalc
Compiled expression whose result is a
String
.
When implementing this interface, it is convenient to extend
AbstractStringCalc
, but it is not required.
- Since:
- Sep 26, 2005
- Author:
- jhyde
-
Method Summary
Modifier and TypeMethodDescriptionevaluateString
(Evaluator evaluator) Evaluates this expression to yield aString
value.Methods inherited from interface mondrian.calc.Calc
accept, dependsOn, evaluate, getResultStyle, getType, isWrapperFor, unwrap
-
Method Details
-
evaluateString
Evaluates this expression to yield aString
value.- Parameters:
evaluator
- Evaluation context- Returns:
- evaluation result
-