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