Contents

init(fileURL:lineNumber:)

Initializes a new instance with a file URL and a line number.

Declaration

init(fileURL: URL, lineNumber: Int)

Parameters

  • fileURL:

    A file URL that represents the file-system location of the source code file.

  • lineNumber:

    An integer that represents a line of code in the source code file.

See Also

Initializers