|
|||||||||
| 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 | |
|---|---|
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)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||