toggle menu
kotlin-jupyter-kernel
0.12.0-335
jvm
switch theme
search in API
common-dependencies
/
org.jetbrains.kotlinx.jupyter.common
/
ReplEnum
/
CodeInsightValue
Code
Insight
Value
class
CodeInsightValue
<
V
:
Enum
<
*
>
>
(
val
value
:
V
,
val
name
:
String
,
val
description
:
String
,
val
type
:
ReplEnum.Type
)
Members
Constructors
Code
Insight
Value
Link copied to clipboard
constructor
(
value
:
V
,
name
:
String
,
description
:
String
,
type
:
ReplEnum.Type
)
Properties
description
Link copied to clipboard
val
description
:
String
name
Link copied to clipboard
val
name
:
String
type
Link copied to clipboard
val
type
:
ReplEnum.Type
value
Link copied to clipboard
val
value
:
V