trait StandardScalaSettings extends AnyRef
Settings which aren't behind a -X, -Y, or -P option. When possible, the val and the option have identical names. The abstract settings are commented as to why they are as yet implemented in MutableSettings rather than mutation-generically.
- Self Type
- StandardScalaSettings with AbsScalaSettings
- Source
- StandardScalaSettings.scala
Linear Supertypes
Known Subclasses
Ordering
- Alphabetic
- By Inheritance
Inherited
- StandardScalaSettings
- AnyRef
- Any
Implicitly
- by any2stringadd
- by StringFormat
- by Ensuring
- by ArrowAssoc
- Hide All
- Show All
Visibility
- Public
- All
Abstract Value Members
- abstract val classpath: (StandardScalaSettings.this)#PathSetting
- abstract val d: (StandardScalaSettings.this)#OutputSetting
- abstract val optimise: (StandardScalaSettings.this)#BooleanSetting
Concrete Value Members
-
val
bootclasspath: (StandardScalaSettings.this)#PathSetting
Path related settings.
-
val
dependencyfile: (StandardScalaSettings.this)#StringSetting
Other settings.
- val deprecation: (StandardScalaSettings.this)#BooleanSetting
- val encoding: (StandardScalaSettings.this)#StringSetting
- val explaintypes: (StandardScalaSettings.this)#BooleanSetting
- val extdirs: (StandardScalaSettings.this)#PathSetting
- val feature: (StandardScalaSettings.this)#BooleanSetting
- val g: (StandardScalaSettings.this)#ChoiceSetting
- val help: (StandardScalaSettings.this)#BooleanSetting
- val javabootclasspath: (StandardScalaSettings.this)#PathSetting
- val javaextdirs: (StandardScalaSettings.this)#PathSetting
- val nowarn: (StandardScalaSettings.this)#BooleanSetting
- val print: (StandardScalaSettings.this)#BooleanSetting
- val sourcepath: (StandardScalaSettings.this)#PathSetting
- val target: (StandardScalaSettings.this)#ChoiceSetting
- val unchecked: (StandardScalaSettings.this)#BooleanSetting
- val uniqid: (StandardScalaSettings.this)#BooleanSetting
- val usejavacp: (StandardScalaSettings.this)#BooleanSetting
- val usemanifestcp: (StandardScalaSettings.this)#BooleanSetting
- val verbose: (StandardScalaSettings.this)#BooleanSetting
- val version: (StandardScalaSettings.this)#BooleanSetting
The Scala compiler and reflection APIs.