nl.bluering
Class ExpWriter

java.lang.Object
  |
  +--nl.bluering.ExpWriter

public class ExpWriter
extends java.lang.Object

This class provides the outputstream for writing Expressions


Constructor Summary
ExpWriter(java.io.File ff)
           
ExpWriter(java.awt.TextArea t)
           
ExpWriter(java.io.Writer a)
          Constructs the stream to the given java Writer
 
Method Summary
 void write(Expression e)
          write the expression to the stream
 void write(java.lang.String x)
          write the given string to the stream
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ExpWriter

public ExpWriter(java.io.Writer a)
Constructs the stream to the given java Writer

ExpWriter

public ExpWriter(java.io.File ff)
          throws java.io.IOException

ExpWriter

public ExpWriter(java.awt.TextArea t)
Method Detail

write

public void write(Expression e)
write the expression to the stream

write

public void write(java.lang.String x)
write the given string to the stream