-
A name’s qualification.
See moreDeclaration
Swift
public enum Domain : Codable, Hashable, Sendable -
Declaration
Swift
public let site: SourceRange -
The domain of the name, if it is qualified.
Declaration
Swift
public let domain: Domain -
The name of the referred entity.
Declaration
Swift
public let name: SourceRepresentable<Name> -
The type and value arguments of the referred entity.
Declaration
Swift
public let arguments: [LabeledArgument] -
Creates an instance with given properties.
Declaration
Swift
public init( domain: Domain = .none, name: SourceRepresentable<Name>, arguments: [LabeledArgument] = [], site: SourceRange )
View on GitHub