Package antlr

Class DefaultFileLineFormatter

    • Constructor Detail

      • DefaultFileLineFormatter

        public DefaultFileLineFormatter()
    • Method Detail

      • getFormatString

        public String getFormatString​(String fileName,
                                      int line,
                                      int column)
        Specified by:
        getFormatString in class FileLineFormatter
        Parameters:
        fileName - the file that should appear in the prefix. (or null)
        line - the line (or -1)
        column - the column (or -1)