Public Member Functions | |
| PrintWriter | setupOutput (Tool tool, Grammar grammar) throws IOException |
| PrintWriter | setupOutput (Tool tool, String fileName) throws IOException |
| PrintWriter | setupOutput (Tool tool, Grammar grammar, String fileName) throws IOException |
| void | startMapping (int sourceLine) |
| void | startSingleSourceLineMapping (int sourceLine) |
| void | endMapping () |
| void | finishOutput () throws IOException |
| Map | getSourceMaps () |
| int | getCurrentOutputLine () |
| void antlr.DefaultJavaCodeGeneratorPrintWriterManager.endMapping | ( | ) |
Implements antlr.JavaCodeGeneratorPrintWriterManager.
References antlr.PrintWriterWithSMAP.endMapping().
| void antlr.DefaultJavaCodeGeneratorPrintWriterManager.finishOutput | ( | ) | throws IOException |
| int antlr.DefaultJavaCodeGeneratorPrintWriterManager.getCurrentOutputLine | ( | ) |
References antlr.PrintWriterWithSMAP.getCurrentOutputLine().
| Map antlr.DefaultJavaCodeGeneratorPrintWriterManager.getSourceMaps | ( | ) |
Implements antlr.JavaCodeGeneratorPrintWriterManager.
| PrintWriter antlr.DefaultJavaCodeGeneratorPrintWriterManager.setupOutput | ( | Tool | tool, | |
| Grammar | grammar, | |||
| String | fileName | |||
| ) | throws IOException |
References antlr.Grammar.getClassName(), and antlr.Tool.openOutputFile().
| PrintWriter antlr.DefaultJavaCodeGeneratorPrintWriterManager.setupOutput | ( | Tool | tool, | |
| Grammar | grammar | |||
| ) | throws IOException |
Implements antlr.JavaCodeGeneratorPrintWriterManager.
Referenced by antlr.DefaultJavaCodeGeneratorPrintWriterManager.setupOutput().
| PrintWriter antlr.DefaultJavaCodeGeneratorPrintWriterManager.setupOutput | ( | Tool | tool, | |
| String | fileName | |||
| ) | throws IOException |
| void antlr.DefaultJavaCodeGeneratorPrintWriterManager.startMapping | ( | int | sourceLine | ) |
Implements antlr.JavaCodeGeneratorPrintWriterManager.
References antlr.PrintWriterWithSMAP.startMapping().
| void antlr.DefaultJavaCodeGeneratorPrintWriterManager.startSingleSourceLineMapping | ( | int | sourceLine | ) |
Implements antlr.JavaCodeGeneratorPrintWriterManager.
References antlr.PrintWriterWithSMAP.startSingleSourceLineMapping().
1.7.0