toggle menu
kotlin-jupyter-kernel
0.12.0-335
jvm
switch theme
search in API
shared-compiler
/
org.jetbrains.kotlinx.jupyter.repl
/
CompletionResult
/
Success
Success
open
class
Success
(
matches
:
List
<
String
>
,
bounds
:
CodeInterval
,
metadata
:
List
<
SourceCodeCompletionVariant
>
,
text
:
String
,
cursor
:
Int
)
:
CompletionResult
Inheritors
Empty
Members
Constructors
Success
Link copied to clipboard
constructor
(
matches
:
List
<
String
>
,
bounds
:
CodeInterval
,
metadata
:
List
<
SourceCodeCompletionVariant
>
,
text
:
String
,
cursor
:
Int
)
Properties
message
Link copied to clipboard
open
override
val
message
:
AbstractMessageContent
Functions
matches
Link copied to clipboard
@
TestOnly
fun
matches
(
)
:
List
<
String
>
sorted
Matches
Link copied to clipboard
@
TestOnly
fun
sortedMatches
(
)
:
List
<
String
>
sorted
Raw
Link copied to clipboard
@
TestOnly
fun
sortedRaw
(
)
:
List
<
SourceCodeCompletionVariant
>