Package antlr

Class FileLineFormatter

    • Constructor Detail

      • FileLineFormatter

        public FileLineFormatter()
    • Method Detail

      • getFormatString

        public abstract java.lang.String getFormatString​(java.lang.String fileName,
                                                         int line,
                                                         int column)
        Parameters:
        fileName - the file that should appear in the prefix. (or null)
        line - the line (or -1)
        column - the column (or -1)