Settings
dotty.tools.dotc.config.Settings
object Settings
Members list
Type members
Classlikes
case class ArgsSummary(sstate: SettingsState, arguments: List[String], errors: List[String], warnings: List[String])
Attributes
- Supertypes
Class used for deprecating purposes. It contains all necessary information to deprecate given option. Scala Settings are considered deprecated when this object is present at their creation site.
Class used for deprecating purposes. It contains all necessary information to deprecate given option. Scala Settings are considered deprecated when this object is present at their creation site.
Value parameters
- msg
-
deprecation message that will be displayed in following format: s"Option $name is deprecated: $msg"
- replacedBy
-
option that is substituting current option
Attributes
- Companion
- object
- Supertypes
object Deprecation
Attributes
- Companion
- class
- Supertypes
- Self type
-
Deprecation.type
Attributes
- Companion
- object
- Supertypes
object Setting
trait SettingCategory
Attributes
- Supertypes
- Known subtypes
class SettingGroup
Attributes
- Supertypes
- Known subtypes
-
class ScalaSettingsobject ScalaSettings
Attributes
- Supertypes
Value members
Concrete methods
Concrete fields
In this article