Location

public struct Location : Decodable

Both line and column are positive numbers describing the beginning of an associated syntax element

  • The line describing the associated syntax element

    Declaration

    Swift

    public let line: Int
  • The column describing the associated syntax element

    Declaration

    Swift

    public let column: Int