Public Member Functions | Protected Member Functions

antlr.PrintWriterWithSMAP Class Reference

Inherits java::io::PrintWriter.

List of all members.

Public Member Functions

 PrintWriterWithSMAP (OutputStream out)
 PrintWriterWithSMAP (OutputStream out, boolean autoFlush)
 PrintWriterWithSMAP (Writer out)
 PrintWriterWithSMAP (Writer out, boolean autoFlush)
void startMapping (int sourceLine)
void startSingleSourceLineMapping (int sourceLine)
void endMapping ()
void dump (PrintWriter smapWriter, String targetClassName, String grammarFile)
void write (char[] buf, int off, int len)
void checkChar (int c)
void write (int c)
void write (String s, int off, int len)
void println ()
Map getSourceMap ()
int getCurrentOutputLine ()

Protected Member Functions

void mapLine (boolean incrementOutputLineCount)

Constructor & Destructor Documentation

antlr.PrintWriterWithSMAP.PrintWriterWithSMAP ( OutputStream  out  ) 
antlr.PrintWriterWithSMAP.PrintWriterWithSMAP ( OutputStream  out,
boolean  autoFlush 
)
antlr.PrintWriterWithSMAP.PrintWriterWithSMAP ( Writer  out  ) 
antlr.PrintWriterWithSMAP.PrintWriterWithSMAP ( Writer  out,
boolean  autoFlush 
)

Member Function Documentation

void antlr.PrintWriterWithSMAP.checkChar ( int  c  ) 
void antlr.PrintWriterWithSMAP.dump ( PrintWriter  smapWriter,
String  targetClassName,
String  grammarFile 
)
void antlr.PrintWriterWithSMAP.endMapping (  ) 
int antlr.PrintWriterWithSMAP.getCurrentOutputLine (  ) 
Map antlr.PrintWriterWithSMAP.getSourceMap (  ) 
void antlr.PrintWriterWithSMAP.mapLine ( boolean  incrementOutputLineCount  )  [protected]
void antlr.PrintWriterWithSMAP.println (  ) 
void antlr.PrintWriterWithSMAP.startMapping ( int  sourceLine  ) 
void antlr.PrintWriterWithSMAP.startSingleSourceLineMapping ( int  sourceLine  ) 
void antlr.PrintWriterWithSMAP.write ( int  c  ) 
void antlr.PrintWriterWithSMAP.write ( char[]  buf,
int  off,
int  len 
)
void antlr.PrintWriterWithSMAP.write ( String  s,
int  off,
int  len 
)

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