antlr
Class DefaultFileLineFormatter

java.lang.Object
  |
  +--antlr.FileLineFormatter
        |
        +--antlr.DefaultFileLineFormatter

public class DefaultFileLineFormatter
extends FileLineFormatter

Untamed:


Field Summary
 
Fields inherited from class antlr.FileLineFormatter
 
Constructor Summary
DefaultFileLineFormatter()
          Enabled:
 
Method Summary
 String getFormatString(String fileName, int line)
          Enabled:
 
Methods inherited from class antlr.FileLineFormatter
getFormatter, setFormatter
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DefaultFileLineFormatter

public DefaultFileLineFormatter()
Enabled:

Method Detail

getFormatString

public String getFormatString(String fileName,
                              int line)
Enabled:

Specified by:
getFormatString in class FileLineFormatter


comments?