Package mondrian.calc
Interface VoidCalc
-
- All Superinterfaces:
Calc
- All Known Implementing Classes:
AbstractVoidCalc
,AggregateFunDef.AggregateCalc
,CacheCalc
,ConstantCalc
,GenericCalc
,MemberArrayValueCalc
,MemberValueCalc
,TupleValueCalc
,ValueCalc
public interface VoidCalc extends Calc
Expression which has a void result.Since it doesn't return anything, any useful implementation of this class will do its work by causing side-effects.
- Since:
- Sep 29, 2005
- Author:
- jhyde
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
evaluateVoid(Evaluator evaluator)
-
Methods inherited from interface mondrian.calc.Calc
accept, dependsOn, evaluate, getResultStyle, getType, isWrapperFor, unwrap
-
-
-
-
Method Detail
-
evaluateVoid
void evaluateVoid(Evaluator evaluator)
-
-