SourceKittenAdapter
public class SourceKittenAdapter
Undocumented
-
Undocumented
Declaration
Swift
public static func moduleInfo(xcodeBuildArguments: [String], name: String? = nil, in path: String) throws -> Module
-
Undocumented
Declaration
Swift
public static func moduleDocs(module: Module) throws -> SKDataWrapper
-
Undocumented
Declaration
Swift
public static func editorOpen(file: File) throws -> SKDataWrapper
-
Undocumented
Declaration
Swift
public static func editorExtractTextFromComment(sourceText: String) throws -> SKDataWrapper
-
Undocumented
Declaration
Swift
public static func syntaxMap(file: File) throws -> SyntaxMap
-
Undocumented
Declaration
Swift
public static func swiftDocs(file: File, compilerArguments: [String]) throws -> SKDataWrapper
-
Undocumented
Declaration
Swift
public static func docInfo(file: File?, moduleName: String?, compilerArguments: [String]) throws -> SKDataWrapper
-
Undocumented
Declaration
Swift
public static func codeCompletion(file: File, offset: Int, compilerArguments: [String]) throws -> SKDataWrapper
-
Undocumented
Declaration
Swift
public static func codeCompletionOpen(file: File, offset: Int, options: SKCodeCompletionSessionOptions?, compilerArguments: [String]) throws -> SKDataWrapper
-
Undocumented
Declaration
Swift
public static func codeCompletionUpdate(name: String, offset: Int, options: SKCodeCompletionSessionOptions?) throws -> SKDataWrapper
-
Undocumented
Declaration
Swift
public static func codeCompletionClose(name: String, offset: Int) throws
-
Undocumented
Declaration
Swift
public static func cursorInfo(file: File, offset: Int?, usr: String?, compilerArguments: [String], cancelOnSubsequentRequest: Bool) throws -> SKDataWrapper?
-
Undocumented
Declaration
Swift
public static func convertMarkupToXML(sourceText: String) throws -> SKDataWrapper
-
Undocumented
Declaration
Swift
public static func customYAML(yaml: String) throws -> SKDataWrapper
-
Undocumented
Declaration
Swift
public static func xcRun(arguments: [String]) -> String?
-
Undocumented
Declaration
Swift
public static func xcodeBuild(arguments: [String], currentDirectoryURL: URL) -> String?
-
Undocumented
Declaration
Swift
public static func executeBash(_ command: String, currentDirectoryURL: URL? = nil) -> String?
-
Undocumented
Declaration
Swift
public static func launch(subprocess: SKSubprocess) -> String?