|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jetbrains.jet.cli.jvm.repl.ReplInterpreter
public class ReplInterpreter
Nested Class Summary | |
---|---|
static class |
ReplInterpreter.LineResult
|
static class |
ReplInterpreter.LineResultType
|
Constructor Summary | |
---|---|
ReplInterpreter(com.intellij.openapi.Disposable disposable,
CompilerConfiguration configuration)
|
Method Summary | |
---|---|
static void |
compileScript(JetScript script,
org.jetbrains.asm4.Type classType,
java.util.List<com.intellij.openapi.util.Pair<ScriptDescriptor,org.jetbrains.asm4.Type>> earlierScripts,
GenerationState state,
CompilationErrorHandler errorHandler)
|
void |
dumpClasses(java.io.PrintWriter out)
|
ReplInterpreter.LineResult |
eval(java.lang.String line)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ReplInterpreter(@NotNull com.intellij.openapi.Disposable disposable, @NotNull CompilerConfiguration configuration)
Method Detail |
---|
@NotNull public ReplInterpreter.LineResult eval(@NotNull java.lang.String line)
public void dumpClasses(@NotNull java.io.PrintWriter out)
public static void compileScript(@NotNull JetScript script, @NotNull org.jetbrains.asm4.Type classType, @NotNull java.util.List<com.intellij.openapi.util.Pair<ScriptDescriptor,org.jetbrains.asm4.Type>> earlierScripts, @NotNull GenerationState state, @NotNull CompilationErrorHandler errorHandler)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |