antlr
Class DefaultFileLineFormatter

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

public class DefaultFileLineFormatter
extends FileLineFormatter


Field Summary
 
Fields inherited from class antlr.FileLineFormatter
 
Constructor Summary
DefaultFileLineFormatter()
           
 
Method Summary
 java.lang.String getFormatString(java.lang.String fileName, int line)
           
 
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()
Method Detail

getFormatString

public java.lang.String getFormatString(java.lang.String fileName,
                                        int line)
Specified by:
getFormatString in class FileLineFormatter