antlr
public class PrintWriterWithSMAP extends PrintWriter
Constructor Summary | |
---|---|
PrintWriterWithSMAP(OutputStream out) | |
PrintWriterWithSMAP(OutputStream out, boolean autoFlush) | |
PrintWriterWithSMAP(Writer out) | |
PrintWriterWithSMAP(Writer out, boolean autoFlush) |
Method Summary | |
---|---|
void | checkChar(int c) |
void | dump(PrintWriter smapWriter, String targetClassName, String grammarFile) |
void | endMapping() |
int | getCurrentOutputLine() |
Map | getSourceMap() |
protected void | mapLine(boolean incrementOutputLineCount) |
void | println() |
void | startMapping(int sourceLine) |
void | startSingleSourceLineMapping(int sourceLine) |
void | write(char[] buf, int off, int len) |
void | write(int c) |
void | write(String s, int off, int len) |