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 Feb 13, 2020
·
19 revisions
public final class Symbol
Contextual.Symbol.Extension.CompilationCondition.SourceFile
public typealias ID = Identifier
public init(file url: URL, relativeTo directory: URL) throws
public convenience init(from decoder: Decoder) throws
let sourceLocation: SourceLocation?
let imports: [Import]
var isDocumented: Bool
var name: String
let declaration: API
var conditions: [CompilationCondition] = context.compactMap { $0 as? CompilationCondition }
let symbols: [Symbol]
var id: ID = {
Identifier(pathComponents: context.compactMap {
($0 as? Symbol)?.name ?? ($0 as? Extension)?.extendedType
}, name: name)
}()
var `extension`: Extension? = context.compactMap { $0 as? Extension }.first
let context: [Contextual]
let documentation: Documentation?
let path: String
var isPublic: Bool
public func encode(to encoder: Encoder) throws
public func hash(into hasher: inout Hasher)
public static func <(lhs: Symbol, rhs: Symbol) -> Bool
public static func ==(lhs: Symbol, rhs: Symbol) -> Bool
Generated at 2021-05-05T17:50:46+0000 using swift-doc 1.0.0-beta.6.