jay.yydebug
public abstract class yyPrintStream extends PrintStream
Field Summary | |
---|---|
protected static String | nl line.separator property. |
Constructor Summary | |
---|---|
yyPrintStream() layered on top of a java.io.FilterOutputStream which is
itself layered on null. |
Method Summary | |
---|---|
boolean | checkError() |
abstract void | close() |
void | flush() |
void | print(boolean b) |
void | print(char c) |
void | print(char[] s) |
void | print(double d) |
void | print(float f) |
void | print(int i) |
void | print(long l) |
void | print(Object obj) |
void | print(String s) |
void | println() |
void | println(boolean b) |
void | println(char c) |
void | println(char[] s) |
void | println(double d) |
void | println(float f) |
void | println(int i) |
void | println(long l) |
void | println(Object obj) |
void | println(String s) |
abstract void | write(byte[] buf, int off, int len) |
abstract void | write(int b) |