Interface FilePosition


  • public interface FilePosition
    Position of a symbol (token) in a file, e.g. to specify where an error occurred.
    • Method Detail

      • getFileName

        String getFileName()
      • getLine

        int getLine()
      • getColumn

        int getColumn()