mondrian.calc
Class CalcWriter

java.lang.Object
  extended by mondrian.calc.CalcWriter

public class CalcWriter
extends Object

Visitor which serializes an expression to text.

Since:
Dec 23, 2005
Author:
jhyde
 

Constructor Summary
CalcWriter(PrintWriter writer)
           
 
Method Summary
 PrintWriter getWriter()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CalcWriter

public CalcWriter(PrintWriter writer)
Method Detail

getWriter

public PrintWriter getWriter()

SourceForge.net_Logo