-
- All Implemented Interfaces:
-
org.jetbrains.kotlinx.jupyter.api.VariableState
public final class VariableStateImpl implements VariableState
-
-
Field Summary
Fields Modifier and Type Field Description private final String
stringValue
private final Object
value
private final KProperty1<Object, ?>
property
private final Object
scriptInstance
-
Constructor Summary
Constructors Constructor Description VariableStateImpl(KProperty1<Object, ?> property, Object scriptInstance)
-
Method Summary
Modifier and Type Method Description String
getStringValue()
Object
getValue()
KProperty1<Object, ?>
getProperty()
Object
getScriptInstance()
final Unit
update()
-
-
Constructor Detail
-
VariableStateImpl
VariableStateImpl(KProperty1<Object, ?> property, Object scriptInstance)
-
-
Method Detail
-
getStringValue
String getStringValue()
-
getProperty
KProperty1<Object, ?> getProperty()
-
getScriptInstance
Object getScriptInstance()
-
-
-
-