org.jetbrains.kotlin.cli.jvm.repl
Class EarlierLine
java.lang.Object
org.jetbrains.kotlin.cli.jvm.repl.EarlierLine
public class EarlierLine
- extends java.lang.Object
Constructor Summary |
EarlierLine(java.lang.String code,
ScriptDescriptor scriptDescriptor,
java.lang.Class<?> scriptClass,
java.lang.Object scriptInstance)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
EarlierLine
public EarlierLine(@NotNull
java.lang.String code,
@NotNull
ScriptDescriptor scriptDescriptor,
@NotNull
java.lang.Class<?> scriptClass,
@NotNull
java.lang.Object scriptInstance)
getCode
@NotNull
public java.lang.String getCode()
getScriptDescriptor
@NotNull
public ScriptDescriptor getScriptDescriptor()
getScriptClass
@NotNull
public java.lang.Class<?> getScriptClass()
getScriptInstance
@NotNull
public java.lang.Object getScriptInstance()