SKAnnotation
open class SKAnnotation : SKGenericKindEntity<SKAnnotation.Kind>Represents an annotation for the token of source text.
It refers to the text via offset + length entries. This includes syntactic annotations (e.g. keywords) and
semantic ones. The semantic ones include the name and Unified Symbol Resolution (USR) of the referenced symbol.
- 
                  
                  The UID for the declaration kind (function, class, etc.). DeclarationSwift public typealias Kind = SKSourceKind
- 
                  
                  The displayed name for the entity. DeclarationSwift public let name: String?
- 
                  
                  The Unified Symbol Resolution (USR) string for the entity. DeclarationSwift public let usr: String?
- 
                  
                  Undocumented DeclarationSwift required public init(from decoder: Decoder) throws
- 
                  
                  Undocumented DeclarationSwift open override func encode(to encoder: Encoder) throws
- 
                  
                  Undocumented DeclarationSwift open override func isEqual(to rhs: SKByteRange) -> Bool
 SKAnnotation Class Reference
        SKAnnotation Class Reference