|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.io.Writer
java.io.PrintWriter
net.sourceforge.czt.print.z.UnicodePrinter
public class UnicodePrinter
Print Z specifications in Unicode. This class adds the functionality to print Z tokens in unicode to the PrintWriter class.
| Field Summary |
|---|
| Fields inherited from class java.io.PrintWriter |
|---|
out |
| Fields inherited from class java.io.Writer |
|---|
lock |
| Constructor Summary | |
|---|---|
UnicodePrinter(java.io.Writer out)
Create a new PrintWriter, without automatic line flushing. |
|
UnicodePrinter(java.io.Writer out,
boolean autoFlush)
Create a new PrintWriter. |
|
| Method Summary | |
|---|---|
void |
printToken(Token token)
|
| Methods inherited from class java.io.PrintWriter |
|---|
append, append, append, checkError, clearError, close, flush, format, format, print, print, print, print, print, print, print, print, print, printf, printf, println, println, println, println, println, println, println, println, println, println, setError, write, write, write, write, write |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public UnicodePrinter(java.io.Writer out)
out - a character-output stream.
public UnicodePrinter(java.io.Writer out,
boolean autoFlush)
out - a character-output stream.autoFlush - a boolean; if true, the println() methods
will flush the output buffer| Method Detail |
|---|
public void printToken(Token token)
printToken in interface AbstractPrintVisitor.ZPrinter
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||