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.
A class deinitializer declaration.
public struct Deinitializer: Declaration, Hashable, Codable
Codable, Declaration, ExpressibleBySyntax, Hashable
Codable
Declaration
ExpressibleBySyntax
Hashable
init(_:)
Creates an instance initialized with the given syntax node.
public init(_ node: DeinitializerDeclSyntax)
attributes
The declaration attributes.
let attributes: [Attribute]
modifiers
The declaration modifiers.
let modifiers: [Modifier]
keyword
The declaration keyword ("deinit").
"deinit"
let keyword: String