Package antlr
Class DefaultFileLineFormatter
- java.lang.Object
-
- antlr.FileLineFormatter
-
- antlr.DefaultFileLineFormatter
-
public class DefaultFileLineFormatter extends FileLineFormatter
-
-
Constructor Summary
Constructors Constructor Description DefaultFileLineFormatter()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetFormatString(java.lang.String fileName, int line, int column)-
Methods inherited from class antlr.FileLineFormatter
getFormatter, setFormatter
-
-
-
-
Method Detail
-
getFormatString
public java.lang.String getFormatString(java.lang.String fileName, int line, int column)- Specified by:
getFormatStringin classFileLineFormatter- Parameters:
fileName- the file that should appear in the prefix. (or null)line- the line (or -1)column- the column (or -1)
-
-