Public Member Functions

antlr.DefaultJavaCodeGeneratorPrintWriterManager Class Reference

Inheritance diagram for antlr.DefaultJavaCodeGeneratorPrintWriterManager:
antlr.JavaCodeGeneratorPrintWriterManager

List of all members.

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 ()

Member Function Documentation

void antlr.DefaultJavaCodeGeneratorPrintWriterManager.endMapping (  ) 
void antlr.DefaultJavaCodeGeneratorPrintWriterManager.finishOutput (  )  throws IOException
int antlr.DefaultJavaCodeGeneratorPrintWriterManager.getCurrentOutputLine (  ) 
Map antlr.DefaultJavaCodeGeneratorPrintWriterManager.getSourceMaps (  ) 
PrintWriter antlr.DefaultJavaCodeGeneratorPrintWriterManager.setupOutput ( Tool  tool,
Grammar  grammar,
String  fileName 
) throws IOException
PrintWriter antlr.DefaultJavaCodeGeneratorPrintWriterManager.setupOutput ( Tool  tool,
Grammar  grammar 
) throws IOException
PrintWriter antlr.DefaultJavaCodeGeneratorPrintWriterManager.setupOutput ( Tool  tool,
String  fileName 
) throws IOException
void antlr.DefaultJavaCodeGeneratorPrintWriterManager.startMapping ( int  sourceLine  ) 
void antlr.DefaultJavaCodeGeneratorPrintWriterManager.startSingleSourceLineMapping ( int  sourceLine  ) 

The documentation for this class was generated from the following file:
 All Classes Namespaces Files Functions Variables Enumerations Properties