dotty.tools.repl

Members list

Concise view

Type members

Classlikes

class SCIMain(out: PrintStream, loader: ClassLoader)

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

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

Attributes

Companion:
object
Graph
Supertypes
class Object
trait Matchable
class Any
object SCIMain

Attributes

Companion:
class
Graph
Supertypes
class Object
trait Matchable
class Any
Self type
SCIMain.type
class SCReplDriver(settings: Array[String], out: PrintStream, classLoader: Option[ClassLoader]) extends Driver

Used for Scala code compilation and execution. Reuses REPL implementation from dotty.tools.repl.ReplDriver. Some part may not be needed in Scala Console but help in tracking of changes from original code.

Used for Scala code compilation and execution. Reuses REPL implementation from dotty.tools.repl.ReplDriver. Some part may not be needed in Scala Console but help in tracking of changes from original code.

Attributes

Graph
Supertypes
class Driver
class Object
trait Matchable
class Any

Attributes

Graph
Supertypes
trait Enum
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any