DemangledQualification
public indirect enum DemangledQualification : Hashable, Sendable
extension DemangledQualification: CustomStringConvertible
The demangled qualification of a symbol.
-
An entity.
Declaration
Swift
case entity(DemangledEntity) -
A reference to the innermost enclosing entity.
Declaration
Swift
case relative -
Creates an instance wrapping
eiff it is notnil.Declaration
Swift
init?(_ e: DemangledEntity?) -
The entity wrapped in
selfif its payload is.entity, ornilotherwise.Declaration
Swift
public var entity: DemangledEntity? { get } -
Declaration
Swift
public var description: String { get }
View on GitHub