toggle menu
kotlin-jupyter-kernel
0.12.0-335
jvm
switch theme
search in API
shared-compiler
/
org.jetbrains.kotlinx.jupyter.libraries
/
LibraryReferenceParserImpl
Library
Reference
Parser
Impl
class
LibraryReferenceParserImpl
(
libraryInfoCache
:
LibraryInfoCache
)
:
LibraryReferenceParser
Members
Constructors
Library
Reference
Parser
Impl
Link copied to clipboard
constructor
(
libraryInfoCache
:
LibraryInfoCache
)
Functions
parse
Library
Reference
Link copied to clipboard
open
override
fun
parseLibraryReference
(
string
:
String
)
:
LibraryReference
parse
Reference
With
Args
Link copied to clipboard
open
override
fun
parseReferenceWithArgs
(
string
:
String
)
:
Pair
<
LibraryReference
,
List
<
Variable
>
>