We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
An import declaration.
public struct Import: Declaration, Hashable, Codable
Codable, CustomStringConvertible, Declaration, ExpressibleBySyntax, Hashable
Codable
CustomStringConvertible
Declaration
ExpressibleBySyntax
Hashable
init(_:)
Creates an instance initialized with the given syntax node.
public init(_ node: ImportDeclSyntax)
attributes
The declaration attributes.
let attributes: [Attribute]
modifiers
The declaration modifiers.
let modifiers: [Modifier]
keyword
The import keyword ("import").
"import"
let keyword: String
kind
let kind: String?
pathComponents
let pathComponents: [String]
description
var description: String