Package antlr
Class FileLineFormatter
java.lang.Object
antlr.FileLineFormatter
- Direct Known Subclasses:
DefaultFileLineFormatter
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionabstract String
getFormatString
(String fileName, int line, int column) static FileLineFormatter
static void
-
Constructor Details
-
FileLineFormatter
public FileLineFormatter()
-
-
Method Details
-
getFormatter
-
setFormatter
-
getFormatString
- Parameters:
fileName
- the file that should appear in the prefix. (or null)line
- the line (or -1)column
- the column (or -1)
-