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
IOExceptionPrintWriter setupOutput(Tool tool, String fileName) throws IOException
IOExceptionvoid startMapping(int sourceLine)
void startSingleSourceLineMapping(int sourceLine)
void endMapping()
void finishOutput()
throws IOException
IOExceptionMap getSourceMaps()
Copyright © 2017–2019 Eclipse Foundation. All rights reserved.