-
isOverloadableExtension methodtrueiffselfdenotes an overloadable declaration.Declaration
Swift
public var isOverloadable: Bool { get } -
isAssociatedDeclExtension methodtrueiffselfdenotes an associated type or value.Declaration
Swift
public var isAssociatedDecl: Bool { get } -
isCallableExtension methodtrueiffselfdenotes the declaration of a callable entity.Declaration
Swift
public var isCallable: Bool { get } -
isBundleImplExtension methodtrueiffselfis the implementation of a variant in a bundle.Declaration
Swift
public var isBundleImpl: Bool { get } -
isTypeExtendingDeclExtension methodtrueiffselfdenotes a type extending declaration.Declaration
Swift
public var isTypeExtendingDecl: Bool { get } -
isConformanceSourceExtension methodtrueiffselfdenotes a conformance source.Declaration
Swift
public var isConformanceSource: Bool { get }
View on GitHub