Settings

dotty.tools.Settings
case class Settings(verbose: Boolean = ..., classPath: List[String] = ..., executeMode: ExecuteMode = ..., exitCode: Int = ..., javaArgs: List[String] = ..., scalaArgs: List[String] = ..., residualArgs: List[String] = ..., possibleEntryPaths: List[String] = ..., scriptArgs: List[String] = ..., targetScript: String = ..., targetExpression: String = ..., targetToRun: String = ..., save: Boolean = ..., modeShouldBePossibleRun: Boolean = ..., modeShouldBeRun: Boolean = ..., compiler: Boolean = ...)

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Value members

Inherited methods

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product