org.jetbrains.jet.cli.jvm.repl
Class ReplInterpreter

java.lang.Object
  extended by org.jetbrains.jet.cli.jvm.repl.ReplInterpreter

public class ReplInterpreter
extends java.lang.Object


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

ReplInterpreter

public ReplInterpreter(@NotNull
                       com.intellij.openapi.Disposable disposable,
                       @NotNull
                       CompilerConfiguration configuration)
Method Detail

eval

@NotNull
public ReplInterpreter.LineResult eval(@NotNull
                                               java.lang.String line)

dumpClasses

public void dumpClasses(@NotNull
                        java.io.PrintWriter out)