antlr
Class FileLineFormatter

java.lang.Object
  |
  +--antlr.FileLineFormatter
Direct Known Subclasses:
DefaultFileLineFormatter

public abstract class FileLineFormatter
extends Object

Untamed:


Field Summary
private static FileLineFormatter formatter
           
 
Constructor Summary
FileLineFormatter()
          Enabled:
 
Method Summary
abstract  String getFormatString(String fileName, int line)
          Enabled:
static FileLineFormatter getFormatter()
          Enabled:
static void setFormatter(FileLineFormatter f)
          Enabled:
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

formatter

private static FileLineFormatter formatter
Constructor Detail

FileLineFormatter

public FileLineFormatter()
Enabled:

Method Detail

getFormatter

public static FileLineFormatter getFormatter()
Enabled:


setFormatter

public static void setFormatter(FileLineFormatter f)
Enabled:


getFormatString

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



comments?