-
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 access modifier of the declaration, if any.
Declaration
Swift
public let accessModifier: SourceRepresentable<AccessModifier> -
The notation of the operator.
Declaration
Swift
public let notation: SourceRepresentable<OperatorNotation> -
The name of the operator.
Declaration
Swift
public let name: SourceRepresentable<Identifier> -
The precedence group of the operator, if any.
Declaration
Swift
public let precedenceGroup: SourceRepresentable<PrecedenceGroup>? -
Creates an instance with the given properties.
Declaration
Swift
public init( introducerSite: SourceRange, accessModifier: SourceRepresentable<AccessModifier>, notation: SourceRepresentable<OperatorNotation>, name: SourceRepresentable<Identifier>, precedenceGroup: SourceRepresentable<PrecedenceGroup>?, site: SourceRange )
View on GitHub