docs/Classes/AssociatedValue.html
@objcMembers
public final class AssociatedValue : NSObject, SourceryModel, AutoDescription, Typed, Annotated, Diffable
extension AssociatedValue: NSCoding
Defines enum case associated value
`
localName
`
Associated value local name. This is a name to be used to construct enum case value
Swift
public let localName: String?
`
externalName
`
Associated value external name. This is a name to be used to access value in value-bindig
Swift
public let externalName: String?
`
typeName
`
Associated value type name
Swift
public let typeName: TypeName
`
type
`
Associated value type, if known
Swift
public var type: Type?
`
defaultValue
`
Associated value default value
Swift
public let defaultValue: String?
`
annotations
`
Annotations, that were created with // sourcery: annotation1, other = “annotation value”, alterantive = 2
Swift
public var annotations: Annotations
`
diffAgainst(_:)
`
Swift
public func diffAgainst(_ object: Any?) -> DiffableResult
`
isOptional
`
Whether type is optional. Shorthand for typeName.isOptional
Swift
public var isOptional: Bool { get }
`
isImplicitlyUnwrappedOptional
`
Whether type is implicitly unwrapped optional. Shorthand for typeName.isImplicitlyUnwrappedOptional
Swift
public var isImplicitlyUnwrappedOptional: Bool { get }
`
unwrappedTypeName
`
Type name without attributes and optional type information. Shorthand for typeName.unwrappedTypeName
Swift
public var unwrappedTypeName: String { get }
`
actualTypeName
`
Actual type name if declaration uses typealias, otherwise just a typeName. Shorthand for typeName.actualTypeName
Swift
public var actualTypeName: TypeName? { get }
`
isTuple
`
Whether type is a tuple. Shorthand for typeName.isTuple
Swift
public var isTuple: Bool { get }
`
isClosure
`
Whether type is a closure. Shorthand for typeName.isClosure
Swift
public var isClosure: Bool { get }
`
isArray
`
Whether type is an array. Shorthand for typeName.isArray
Swift
public var isArray: Bool { get }
`
isSet
`
Whether type is a set. Shorthand for typeName.isSet
Swift
public var isSet: Bool { get }
`
isDictionary
`
Whether type is a dictionary. Shorthand for typeName.isDictionary
Swift
public var isDictionary: Bool { get }
Copyright © 2016-2021 Pixle. All rights reserved.
Generated by jazzy ♪♫ v0.14.0, a Realm project.