FileLocation.column

1-based line number and column byte offset

  1. int line;
  2. int column;
    struct FileLocation
    int column;

Meta