SourceObject
@objc
public enum SourceObject : Int
Source object enum.
-
Token source.
Declaration
Swift
case token -
Static source.
Declaration
Swift
case source
-
Declaration
Swift
public func encode(to encoder: Encoder) throws
-
Encodes the contents of the receiver.
Throws
EncodingErrorDeclaration
Swift
public init(from decoder: Decoder) throwsParameters
encoderEncoder.
SourceObject Enumeration Reference