Uses of Class
mondrian.calc.CalcWriter
-
Packages that use CalcWriter Package Description mondrian.calc Provides compiled expressions.mondrian.calc.impl Provides implementation classes for compiled expressions. -
-
Uses of CalcWriter in mondrian.calc
Methods in mondrian.calc with parameters of type CalcWriter Modifier and Type Method Description void
Calc. accept(CalcWriter calcWriter)
Prints this expression, by accepting a visitingCalcWriter
. -
Uses of CalcWriter in mondrian.calc.impl
Methods in mondrian.calc.impl with parameters of type CalcWriter Modifier and Type Method Description void
AbstractCalc. accept(CalcWriter calcWriter)
-