This repository has been archived by the owner on Oct 17, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 30
Variable_Accessor
Mattt edited this page Aug 2, 2020
·
5 revisions
A computed variable or computed property accessor.
public struct Accessor: Hashable, Codable
Codable
, ExpressibleBySyntax
, Hashable
public init?(_ node: AccessorDeclSyntax)
The accessor attributes.
let attributes: [Attribute]
The accessor modifiers.
let modifier: Modifier?
The kind of accessor.
let kind: Kind?
public static func accessors(from node: AccessorBlockSyntax?) -> [Variable.Accessor]
Generated at 2020-08-02T12:14:07+0000 using swift-doc 1.0.0-beta.3.
Types
- AssociatedType
- Attribute
- Attribute.Argument
- Class
- ConditionalCompilationBlock
- ConditionalCompilationBlock.Branch
- DeclarationCollector
- Deinitializer
- Enumeration
- Enumeration.Case
- Extension
- Function
- Function.Parameter
- Function.Signature
- GenericParameter
- GenericRequirement
- GenericRequirement.Relation
- Import
- Initializer
- Modifier
- Operator
- Operator.Kind
- PrecedenceGroup
- PrecedenceGroup.Associativity
- PrecedenceGroup.Relation
- Protocol
- Structure
- Subscript
- Typealias
- Variable
- Variable.Accessor
- Variable.Accessor.Kind