This repository has been archived by the owner on Jun 1, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 98
Symbol
mattt edited this page Apr 23, 2021
·
19 revisions
public final class Symbol
Codable
, Comparable
, CustomDebugStringConvertible
, Equatable
, Hashable
public typealias ID = Identifier
public convenience init(from decoder: Decoder) throws
let id: ID
let api: API
let context: [Contextual]
let declaration: [Token]
let documentation: Documentation?
let sourceRange: SourceRange?
var sourceLocation: SourceLocation?
var `extension`: Extension? = context.compactMap { $0 as? Extension }.first
var conditions: [CompilationCondition]
var name: String
var kind: String
var isPublic: Bool
var isPrivate: Bool
var isInternal: Bool
var isDocumented: Bool
var debugDescription: String
public static func ==(lhs: Symbol, rhs: Symbol) -> Bool
public static func <(lhs: Symbol, rhs: Symbol) -> Bool
public func hash(into hasher: inout Hasher)
public func encode(to encoder: Encoder) throws
Generated at 2021-05-05T17:50:46+0000 using swift-doc 1.0.0-beta.6.