Package antlr
Class DefaultFileLineFormatter
java.lang.Object
antlr.FileLineFormatter
antlr.DefaultFileLineFormatter
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class antlr.FileLineFormatter
getFormatter, setFormatter
-
Constructor Details
-
DefaultFileLineFormatter
public DefaultFileLineFormatter()
-
-
Method Details
-
getFormatString
- Specified by:
getFormatString
in classFileLineFormatter
- Parameters:
fileName
- the file that should appear in the prefix. (or null)line
- the line (or -1)column
- the column (or -1)
-