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

    EncodingError

    Declaration

    Swift

    public init(from decoder: Decoder) throws

    Parameters

    encoder

    Encoder.