CompletionResult

abstract class CompletionResult

Inheritors

Constructors

Link copied to clipboard
constructor()

Types

Link copied to clipboard
class Empty(text: String, cursor: Int) : CompletionResult.Success
Link copied to clipboard
class Error(errorName: String, errorValue: String, traceBack: List<String>) : CompletionResult
Link copied to clipboard
open class Success(matches: List<String>, bounds: CodeInterval, metadata: List<SourceCodeCompletionVariant>, text: String, cursor: Int) : CompletionResult

Properties

Link copied to clipboard