-
Declaration
Swift
public static let constructDescription: String -
Declaration
Swift
public let site: SourceRange -
The site of the declaration’s introducer.
Declaration
Swift
public let introducerSite: SourceRange -
The identifier of the imported module.
Declaration
Swift
public let identifier: SourceRepresentable<Identifier> -
Creates an instance with the given properties.
Declaration
Swift
public init( introducerSite: SourceRange, identifier: SourceRepresentable<Identifier>, site: SourceRange ) -
Declaration
Swift
public var baseName: String { get }
View on GitHub