public interface JavaCodeGeneratorPrintWriterManager
Modifier and Type | Method and Description |
---|---|
void |
endMapping() |
void |
finishOutput() |
Map |
getSourceMaps() |
PrintWriter |
setupOutput(Tool tool,
Grammar grammar) |
PrintWriter |
setupOutput(Tool tool,
String fileName) |
void |
startMapping(int sourceLine) |
void |
startSingleSourceLineMapping(int sourceLine) |
PrintWriter setupOutput(Tool tool, Grammar grammar) throws IOException
IOException
PrintWriter setupOutput(Tool tool, String fileName) throws IOException
IOException
void startMapping(int sourceLine)
void startSingleSourceLineMapping(int sourceLine)
void endMapping()
void finishOutput() throws IOException
IOException
Map getSourceMaps()