toggle menu
kotlin-jupyter-kernel
0.12.0-335
jvm
switch theme
search in API
shared-compiler
/
org.jetbrains.kotlinx.jupyter.compiler.util
Package-level
declarations
Types
Properties
Types
Code
Interval
Link copied to clipboard
data
class
CodeInterval
(
val
from
:
Int
,
val
to
:
Int
)
Source
Code
Impl
Link copied to clipboard
class
SourceCodeImpl
(
number
:
Int
,
val
text
:
String
)
:
SourceCode
Properties
actual
Class
Loader
Link copied to clipboard
val
JvmScriptEvaluationConfigurationKeys
.
actualClassLoader
:
PropertiesCollection.Key
<
ClassLoader
?
>