dotty.tools.scripting

Members list

Type members

Classlikes

object Main

Main entry point to the Scripting execution engine

Main entry point to the Scripting execution engine

Attributes

Supertypes
class Object
trait Matchable
class Any
Self type
Main.type
class ScriptingDriver(compilerArgs: Array[String], scriptFile: File, scriptArgs: Array[String]) extends Driver

Attributes

Supertypes
class Driver
class Object
trait Matchable
class Any
case class ScriptingException(msg: String) extends RuntimeException

Attributes

Supertypes
trait Product
trait Equals
class Exception
class Throwable
trait Serializable
class Object
trait Matchable
class Any
Show all
class StringDriver(compilerArgs: Array[String], scalaSource: String) extends Driver

Attributes

Supertypes
class Driver
class Object
trait Matchable
class Any
case class StringDriverException(msg: String) extends RuntimeException

Attributes

Supertypes
trait Product
trait Equals
class Exception
class Throwable
trait Serializable
class Object
trait Matchable
class Any
Show all
object Util

Attributes

Supertypes
class Object
trait Matchable
class Any
Self type
Util.type