java.lang.Objectantlr.FileLineFormatter
antlr.DefaultFileLineFormatter
Constructor Summary | |
DefaultFileLineFormatter()
|
Method Summary | |
java.lang.String |
getFormatString(java.lang.String fileName,
int line,
int column)
|
Methods inherited from class antlr.FileLineFormatter |
getFormatter, setFormatter |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public DefaultFileLineFormatter()
Method Detail |
public java.lang.String getFormatString(java.lang.String fileName, int line, int column)
getFormatString
in class FileLineFormatter
fileName
- the file that should appear in the prefix. (or null)line
- the line (or -1)column
- the column (or -1)