SCIMain

dotty.tools.repl.SCIMain
class SCIMain(out: PrintStream, loader: ClassLoader)

Interprets Scala code, based on dotty.tools.repl.ScriptEngine

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any

Members list

Concise view

Value members

Concrete methods

def bind(tup: (String, Any)): Unit
def interpret(line: String): SCResults