kotlin-jupyter-kernel
Toggle table of contents
0.14.1-495-1
jvm
Platform filter
jvm
Switch theme
Search in API
kotlin-jupyter-kernel
shared-compiler
/
org.jetbrains.kotlinx.jupyter.compiler.util
/
SourceCodeImpl
Source
Code
Impl
class
SourceCodeImpl
(
number
:
Int
,
val
text
:
String
)
:
SourceCode
Members
Constructors
Source
Code
Impl
Link copied to clipboard
constructor
(
number
:
Int
,
text
:
String
)
Properties
location
Id
Link copied to clipboard
open
override
val
locationId
:
String
name
Link copied to clipboard
open
override
val
name
:
String
text
Link copied to clipboard
open
override
val
text
:
String