-
Declaration
Swift
public static let constructDescription: String -
The name of the module.
Declaration
Swift
public let baseName: String -
The source files in the module.
Declaration
Swift
public let sources: [TranslationUnit.ID] -
True iff this module has access to the Builtin module.
Declaration
Swift
public let canAccessBuiltins: Bool -
Declaration
Swift
public let site: SourceRange -
Creates an instance with the given properties and no source files.
Declaration
Swift
public init( _ baseName: String, sources: [TranslationUnit.ID], builtinModuleAccess canAccessBuiltins: Bool = false )
View on GitHub