Packages

t

scala.tools.nsc.settings

ScalaSettings

trait ScalaSettings extends AbsScalaSettings with StandardScalaSettings with Warnings

Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ScalaSettings
  2. Warnings
  3. StandardScalaSettings
  4. AbsScalaSettings
  5. AnyRef
  6. Any
Implicitly
  1. by any2stringadd
  2. by StringFormat
  3. by Ensuring
  4. by ArrowAssoc
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. abstract type BooleanSetting <: MutableSettings.Setting { type T = Boolean }
    Definition Classes
    AbsScalaSettings
  2. abstract type ChoiceSetting <: MutableSettings.Setting { type T = String }
    Definition Classes
    AbsScalaSettings
  3. abstract type IntSetting <: MutableSettings.Setting { type T = Int }
    Definition Classes
    AbsScalaSettings
  4. abstract type MultiChoiceEnumeration <: Enumeration
    Definition Classes
    AbsScalaSettings
  5. abstract type MultiChoiceSetting[E <: MutableSettings.MultiChoiceEnumeration] <: MutableSettings.Setting { type T <: E#ValueSet }
    Definition Classes
    AbsScalaSettings
  6. abstract type MultiStringSetting <: MutableSettings.Setting { type T = List[String] }
    Definition Classes
    AbsScalaSettings
  7. abstract type OutputDirs
    Definition Classes
    AbsScalaSettings
  8. abstract type OutputSetting <: MutableSettings.Setting
    Definition Classes
    AbsScalaSettings
  9. abstract type PathSetting <: MutableSettings.Setting { type T = String }
    Definition Classes
    AbsScalaSettings
  10. abstract type PhasesSetting <: MutableSettings.Setting { type T = List[String] }
    Definition Classes
    AbsScalaSettings
  11. abstract type PrefixSetting <: MutableSettings.Setting { type T = List[String] }
    Definition Classes
    AbsScalaSettings
  12. abstract type Setting <: MutableSettings.AbsSetting
    Definition Classes
    AbsScalaSettings
  13. abstract type StringSetting <: MutableSettings.Setting { type T = String }
    Definition Classes
    AbsScalaSettings

Abstract Value Members

  1. abstract def BooleanSetting(name: String, descr: String): MutableSettings.BooleanSetting
    Definition Classes
    AbsScalaSettings
  2. abstract def ChoiceSetting(name: String, helpArg: String, descr: String, choices: List[String], default: String): MutableSettings.ChoiceSetting
    Definition Classes
    AbsScalaSettings
  3. abstract def ChoiceSettingForcedDefault(name: String, helpArg: String, descr: String, choices: List[String], default: String): MutableSettings.ChoiceSetting
    Definition Classes
    AbsScalaSettings
  4. abstract def IntSetting(name: String, descr: String, default: Int, range: Option[(Int, Int)], parser: (String) ⇒ Option[Int]): MutableSettings.IntSetting
    Definition Classes
    AbsScalaSettings
  5. abstract def MultiChoiceSetting[E <: MutableSettings.MultiChoiceEnumeration](name: String, helpArg: String, descr: String, domain: E, default: Option[List[String]]): MutableSettings.MultiChoiceSetting[E]
    Definition Classes
    AbsScalaSettings
  6. abstract def MultiStringSetting(name: String, helpArg: String, descr: String): MutableSettings.MultiStringSetting
    Definition Classes
    AbsScalaSettings
  7. abstract def OutputSetting(outputDirs: MutableSettings.OutputDirs, default: String): MutableSettings.OutputSetting
    Definition Classes
    AbsScalaSettings
  8. abstract def PathSetting(name: String, descr: String, default: String): MutableSettings.PathSetting
    Definition Classes
    AbsScalaSettings
  9. abstract def PhasesSetting(name: String, descr: String, default: String): MutableSettings.PhasesSetting
    Definition Classes
    AbsScalaSettings
  10. abstract def PrefixSetting(name: String, prefix: String, descr: String): MutableSettings.PrefixSetting
    Definition Classes
    AbsScalaSettings
  11. abstract def StringSetting(name: String, helpArg: String, descr: String, default: String): MutableSettings.StringSetting
    Definition Classes
    AbsScalaSettings

Concrete Value Members

  1. final def !=(arg0: Any): Boolean

    Test two objects for inequality.

    Test two objects for inequality.

    returns

    true if !(this == that), false otherwise.

    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Equivalent to x.hashCode except for boxed numeric types and null.

    Equivalent to x.hashCode except for boxed numeric types and null. For numerics, it returns a hash value which is consistent with value equality: if two value type instances compare as true, then ## will produce the same hash value for each of them. For null returns a hashcode where null.hashCode throws a NullPointerException.

    returns

    a hash value consistent with ==

    Definition Classes
    AnyRef → Any
  3. def +(other: String): String
    Implicit
    This member is added by an implicit conversion from ScalaSettings to any2stringadd[ScalaSettings] performed by method any2stringadd in scala.Predef.
    Definition Classes
    any2stringadd
  4. def ->[B](y: B): (ScalaSettings, B)
    Implicit
    This member is added by an implicit conversion from ScalaSettings to ArrowAssoc[ScalaSettings] performed by method ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc
    Annotations
    @inline()
  5. final def ==(arg0: Any): Boolean

    The expression x == that is equivalent to if (x eq null) that eq null else x.equals(that).

    The expression x == that is equivalent to if (x eq null) that eq null else x.equals(that).

    returns

    true if the receiver object is equivalent to the argument; false otherwise.

    Definition Classes
    AnyRef → Any
  6. val Xexperimental: Xexperimental._142.type.s.type forSome {val _142: EnableSettings[MutableSettings.BooleanSetting]}
  7. val XfullLubs: MutableSettings.BooleanSetting
  8. val Xhelp: MutableSettings.BooleanSetting

    -X "Advanced" settings

  9. val XlogImplicits: MutableSettings.BooleanSetting
  10. val XmacroSettings: MutableSettings.MultiStringSetting
  11. val Xmigration: ScalaVersionSetting
  12. val XnoPatmatAnalysis: MutableSettings.BooleanSetting
  13. val Xnojline: MutableSettings.BooleanSetting
  14. val Xprint: MutableSettings.PhasesSetting
  15. val Xprintpos: MutableSettings.BooleanSetting
  16. val Xshowcls: MutableSettings.StringSetting
  17. val Xshowobj: MutableSettings.StringSetting
  18. val Xshowtrees: MutableSettings.BooleanSetting
  19. val XshowtreesCompact: MutableSettings.BooleanSetting
  20. val XshowtreesStringified: MutableSettings.BooleanSetting
  21. val Xverify: MutableSettings.BooleanSetting
  22. val Xxml: MutableSettings.MultiChoiceSetting[MutableSettings.XxmlSettings.type]
  23. val YclasspathImpl: MutableSettings.ChoiceSetting
  24. val Ycompacttrees: MutableSettings.BooleanSetting
  25. val Ydelambdafy: MutableSettings.ChoiceSetting
  26. val YdisableFlatCpCaching: MutableSettings.BooleanSetting
  27. val Ydocdebug: MutableSettings.BooleanSetting

    Area-specific debug output.

  28. val Ydumpclasses: MutableSettings.StringSetting
  29. val Ygenasmp: MutableSettings.StringSetting
  30. val Yhelp: MutableSettings.BooleanSetting
  31. val Yidedebug: MutableSettings.BooleanSetting
  32. val Yissuedebug: MutableSettings.BooleanSetting
  33. val Ylogcp: MutableSettings.BooleanSetting
  34. val YmacrodebugLite: MutableSettings.BooleanSetting
  35. val YmacrodebugVerbose: MutableSettings.BooleanSetting
  36. val Ymacroexpand: MutableSettings.ChoiceSetting
  37. val Ymacronoexpand: MutableSettings.BooleanSetting
  38. val Ymemberpos: MutableSettings.StringSetting
  39. val YmethodInfer: MutableSettings.BooleanSetting
  40. val Ynogenericsig: MutableSettings.BooleanSetting
  41. val Yopt: MutableSettings.MultiChoiceSetting[MutableSettings.YoptChoices.type]
  42. def YoptAddToBytecodeRepository: Boolean
  43. def YoptBoxUnbox: Boolean
  44. def YoptBuildCallGraph: Boolean
  45. def YoptClosureInvocations: Boolean
  46. def YoptCompactLocals: Boolean
  47. def YoptCopyPropagation: Boolean
  48. def YoptInlineGlobal: Boolean
  49. val YoptInlineHeuristics: MutableSettings.ChoiceSetting
  50. def YoptInlineProject: Boolean
  51. def YoptInlinerEnabled: Boolean
  52. def YoptNone: Boolean
  53. def YoptNullnessTracking: Boolean
  54. def YoptRedundantCasts: Boolean
  55. def YoptSimplifyJumps: Boolean
  56. val YoptTrace: MutableSettings.StringSetting
  57. def YoptUnreachableCode: Boolean
  58. def YoptWarningEmitAtInlineFailed: Boolean
  59. def YoptWarningNoInlineMissingBytecode: Boolean
  60. def YoptWarningNoInlineMissingScalaInlineInfoAttr: Boolean
  61. def YoptWarningNoInlineMixed: Boolean
  62. val YoptWarnings: MutableSettings.MultiChoiceSetting[MutableSettings.YoptWarningsChoices.type]
  63. def YoptWarningsSummaryOnly: Boolean
  64. val YpatmatExhaustdepth: MutableSettings.IntSetting
  65. val Ypatmatdebug: MutableSettings.BooleanSetting
  66. val Yposdebug: MutableSettings.BooleanSetting
  67. val YpresentationAnyThread: MutableSettings.BooleanSetting
  68. val YpresentationDebug: MutableSettings.BooleanSetting
  69. val YpresentationDelay: MutableSettings.IntSetting
  70. val YpresentationLog: MutableSettings.StringSetting
  71. val YpresentationReplay: MutableSettings.StringSetting
  72. val YpresentationStrict: MutableSettings.BooleanSetting
  73. val YpresentationVerbose: MutableSettings.BooleanSetting

    IDE-specific settings

  74. val Yquasiquotedebug: MutableSettings.BooleanSetting
  75. val Yrangepos: MutableSettings.BooleanSetting
  76. val Yrecursion: MutableSettings.IntSetting
  77. val Yreifycopypaste: MutableSettings.BooleanSetting
  78. val Yreifydebug: MutableSettings.BooleanSetting
  79. val Yreplclassbased: MutableSettings.BooleanSetting
  80. val Yreploutdir: MutableSettings.StringSetting
  81. val Yreplsync: MutableSettings.BooleanSetting
  82. val Yshow: MutableSettings.PhasesSetting
  83. val Yshowsymkinds: MutableSettings.BooleanSetting
  84. val Yshowsymowners: MutableSettings.BooleanSetting
  85. val Yshowsyms: MutableSettings.BooleanSetting
  86. val Ystatistics: MutableSettings.MultiChoiceSetting[MutableSettings.YstatisticsPhases.type]
  87. def YstatisticsEnabled: Boolean
  88. val Ytyperdebug: MutableSettings.BooleanSetting
  89. lazy val allSettings: HashSet[MutableSettings.Setting]

    Set of settings

    Set of settings

    Attributes
    protected[scala]
  90. final def asInstanceOf[T0]: T0

    Cast the receiver object to be of type T0.

    Cast the receiver object to be of type T0.

    Note that the success of a cast at runtime is modulo Scala's erasure semantics. Therefore the expression 1.asInstanceOf[String] will throw a ClassCastException at runtime, while the expression List(1).asInstanceOf[List[String]] will not. In the latter example, because the type argument is erased as part of compilation it is not possible to check whether the contents of the list are of the requested type.

    returns

    the receiver object.

    Definition Classes
    Any
    Exceptions thrown

    ClassCastException if the receiver object is not an instance of the erasure of type T0.

  91. val bootclasspath: MutableSettings.PathSetting

    Path related settings.

    Path related settings.

    Definition Classes
    StandardScalaSettings
  92. val breakCycles: MutableSettings.BooleanSetting
  93. val browse: MutableSettings.PhasesSetting
  94. val check: MutableSettings.PhasesSetting
  95. val checkInit: MutableSettings.BooleanSetting
  96. val classpath: MutableSettings.PathSetting
    Definition Classes
    ScalaSettingsStandardScalaSettings
  97. def clone(): AnyRef

    Create a copy of the receiver object.

    Create a copy of the receiver object.

    The default implementation of the clone method is platform dependent.

    returns

    a copy of the receiver object.

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
    Note

    not specified by SLS as a member of AnyRef

  98. def conflictWarning: Option[String]
  99. val d: MutableSettings.OutputSetting
    Definition Classes
    ScalaSettingsStandardScalaSettings
  100. val debug: MutableSettings.BooleanSetting
  101. def debuginfo: MutableSettings.ChoiceSetting

    Compatibility stubs for options whose value name did not previously match the option name.

  102. def defaultClasspath: String

    The user class path, specified by -classpath or -cp, defaults to the value of CLASSPATH env var if it is set, as in Java, or else to "." for the current user directory.

    The user class path, specified by -classpath or -cp, defaults to the value of CLASSPATH env var if it is set, as in Java, or else to "." for the current user directory.

    Attributes
    protected
  103. val defines: MutableSettings.PrefixSetting
  104. def dependenciesFile: MutableSettings.StringSetting
  105. val dependencyfile: MutableSettings.StringSetting

    Other settings.

    Other settings.

    Definition Classes
    StandardScalaSettings
  106. val deprecation: MutableSettings.BooleanSetting
    Definition Classes
    StandardScalaSettings
  107. val developer: MutableSettings.BooleanSetting
  108. def disable(s: MutableSettings.Setting): HashSet[MutableSettings.Setting]

    Disable a setting

  109. val disable: MutableSettings.MultiStringSetting
  110. val elidebelow: MutableSettings.IntSetting
  111. val encoding: MutableSettings.StringSetting
    Definition Classes
    StandardScalaSettings
  112. def ensuring(cond: (ScalaSettings) ⇒ Boolean, msg: ⇒ Any): ScalaSettings
    Implicit
    This member is added by an implicit conversion from ScalaSettings to Ensuring[ScalaSettings] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  113. def ensuring(cond: (ScalaSettings) ⇒ Boolean): ScalaSettings
    Implicit
    This member is added by an implicit conversion from ScalaSettings to Ensuring[ScalaSettings] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  114. def ensuring(cond: Boolean, msg: ⇒ Any): ScalaSettings
    Implicit
    This member is added by an implicit conversion from ScalaSettings to Ensuring[ScalaSettings] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  115. def ensuring(cond: Boolean): ScalaSettings
    Implicit
    This member is added by an implicit conversion from ScalaSettings to Ensuring[ScalaSettings] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  116. final def eq(arg0: AnyRef): Boolean

    Tests whether the argument (that) is a reference to the receiver object (this).

    Tests whether the argument (that) is a reference to the receiver object (this).

    The eq method implements an equivalence relation on non-null instances of AnyRef, and has three additional properties:

    • It is consistent: for any non-null instances x and y of type AnyRef, multiple invocations of x.eq(y) consistently returns true or consistently returns false.
    • For any non-null instance x of type AnyRef, x.eq(null) and null.eq(x) returns false.
    • null.eq(null) returns true.

    When overriding the equals or hashCode methods, it is important to ensure that their behavior is consistent with reference equality. Therefore, if two objects are references to each other (o1 eq o2), they should be equal to each other (o1 == o2) and they should hash to the same value (o1.hashCode == o2.hashCode).

    returns

    true if the argument is a reference to the receiver object; false otherwise.

    Definition Classes
    AnyRef
  117. def equals(arg0: Any): Boolean

    The equality method for reference types.

    The equality method for reference types. Default implementation delegates to eq.

    See also equals in scala.Any.

    returns

    true if the receiver object is equivalent to the argument; false otherwise.

    Definition Classes
    AnyRef → Any
  118. val etaExpandKeepsStar: MutableSettings.BooleanSetting
  119. def experimentalSettings: collection.immutable.List[MutableSettings.BooleanSetting]

    Enabled under -Xexperimental.

    Enabled under -Xexperimental.

    Attributes
    protected
  120. val explaintypes: MutableSettings.BooleanSetting
    Definition Classes
    StandardScalaSettings
  121. val exposeEmptyPackage: MutableSettings.BooleanSetting
  122. val extdirs: MutableSettings.PathSetting
    Definition Classes
    StandardScalaSettings
  123. val fatalWarnings: MutableSettings.BooleanSetting
    Definition Classes
    Warnings
  124. val feature: MutableSettings.BooleanSetting
    Definition Classes
    StandardScalaSettings
  125. def finalize(): Unit

    Called by the garbage collector on the receiver object when there are no more references to the object.

    Called by the garbage collector on the receiver object when there are no more references to the object.

    The details of when and if the finalize method is invoked, as well as the interaction between finalize and non-local returns and exceptions, are all platform dependent.

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
    Note

    not specified by SLS as a member of AnyRef

  126. def formatted(fmtstr: String): String
    Implicit
    This member is added by an implicit conversion from ScalaSettings to StringFormat[ScalaSettings] performed by method StringFormat in scala.Predef.
    Definition Classes
    StringFormat
    Annotations
    @inline()
  127. val future: future._394.type.s.type forSome {val _394: EnableSettings[MutableSettings.BooleanSetting]}

    Groups of Settings.

  128. def futureSettings: collection.immutable.List[MutableSettings.BooleanSetting]

    Enabled under -Xfuture.

    Enabled under -Xfuture.

    Attributes
    protected
  129. val g: MutableSettings.ChoiceSetting
    Definition Classes
    StandardScalaSettings
  130. val genPhaseGraph: MutableSettings.StringSetting
  131. final def getClass(): Class[_]

    Returns the runtime class representation of the object.

    Returns the runtime class representation of the object.

    returns

    a class object corresponding to the runtime type of the receiver.

    Definition Classes
    AnyRef → Any
  132. def hashCode(): Int

    The hashCode method for reference types.

    The hashCode method for reference types. See hashCode in scala.Any.

    returns

    the hash code value for this object.

    Definition Classes
    AnyRef → Any
  133. val help: MutableSettings.BooleanSetting
    Definition Classes
    StandardScalaSettings
  134. val inferByName: MutableSettings.BooleanSetting
  135. def infoSettings: collection.immutable.List[MutableSettings.Setting]

    If any of these settings is enabled, the compiler should print a message and exit.

  136. def isInfo: Boolean

    Is an info setting set?

  137. final def isInstanceOf[T0]: Boolean

    Test whether the dynamic type of the receiver object is T0.

    Test whether the dynamic type of the receiver object is T0.

    Note that the result of the test is modulo Scala's erasure semantics. Therefore the expression 1.isInstanceOf[String] will return false, while the expression List(1).isInstanceOf[List[String]] will return true. In the latter example, because the type argument is erased as part of compilation it is not possible to check whether the contents of the list are of the specified type.

    returns

    true if the receiver object is an instance of erasure of type T0; false otherwise.

    Definition Classes
    Any
  138. def isScala211: Boolean
  139. def isScala212: Boolean
  140. def isScaladoc: Boolean

    Test whether this is scaladoc we're looking at

  141. val javabootclasspath: MutableSettings.PathSetting
    Definition Classes
    StandardScalaSettings
  142. val javaextdirs: MutableSettings.PathSetting
    Definition Classes
    StandardScalaSettings
  143. val jvmargs: MutableSettings.PrefixSetting
  144. val language: MutableSettings.MultiChoiceSetting[MutableSettings.languageFeatures.type]
  145. val lint: MutableSettings.MultiChoiceSetting[MutableSettings.LintWarnings.type]
    Definition Classes
    Warnings
  146. val log: MutableSettings.PhasesSetting
  147. val logFreeTerms: MutableSettings.BooleanSetting
  148. val logFreeTypes: MutableSettings.BooleanSetting
  149. val logImplicitConv: MutableSettings.BooleanSetting
  150. val logReflectiveCalls: MutableSettings.BooleanSetting
  151. val mainClass: MutableSettings.StringSetting
  152. val maxClassfileName: MutableSettings.IntSetting
  153. final def ne(arg0: AnyRef): Boolean

    Equivalent to !(this eq that).

    Equivalent to !(this eq that).

    returns

    true if the argument is not a reference to the receiver object; false otherwise.

    Definition Classes
    AnyRef
  154. val noAdaptedArgs: MutableSettings.BooleanSetting
  155. val noCompletion: MutableSettings.BooleanSetting
  156. val noForwarders: MutableSettings.BooleanSetting
  157. val noassertions: noassertions._610.type.s.type forSome {val _610: EnableSettings[MutableSettings.BooleanSetting]}
  158. val nobootcp: MutableSettings.BooleanSetting
  159. val noimports: MutableSettings.BooleanSetting
  160. val nopredef: MutableSettings.BooleanSetting
  161. val nospecialization: MutableSettings.BooleanSetting
  162. final def notify(): Unit

    Wakes up a single thread that is waiting on the receiver object's monitor.

    Wakes up a single thread that is waiting on the receiver object's monitor.

    Definition Classes
    AnyRef
    Note

    not specified by SLS as a member of AnyRef

  163. final def notifyAll(): Unit

    Wakes up all threads that are waiting on the receiver object's monitor.

    Wakes up all threads that are waiting on the receiver object's monitor.

    Definition Classes
    AnyRef
    Note

    not specified by SLS as a member of AnyRef

  164. val nouescape: MutableSettings.BooleanSetting
  165. val nowarn: MutableSettings.BooleanSetting
    Definition Classes
    StandardScalaSettings
  166. def nowarnings: MutableSettings.BooleanSetting
  167. val optimise: MutableSettings.BooleanSetting
    Definition Classes
    ScalaSettingsStandardScalaSettings
  168. def outdir: MutableSettings.OutputSetting
  169. val overrideObjects: MutableSettings.BooleanSetting

    -Y "Private" settings

  170. val overrideVars: MutableSettings.BooleanSetting
  171. val plugin: MutableSettings.MultiStringSetting
  172. val pluginOptions: MutableSettings.MultiStringSetting

    -P "Plugin" settings

  173. val pluginsDir: MutableSettings.StringSetting
  174. val print: MutableSettings.BooleanSetting
    Definition Classes
    StandardScalaSettings
  175. def printLate: MutableSettings.BooleanSetting
  176. val printtypes: MutableSettings.BooleanSetting
  177. val prompt: MutableSettings.BooleanSetting
  178. val reporter: MutableSettings.StringSetting
  179. val require: MutableSettings.MultiStringSetting
  180. val resident: MutableSettings.BooleanSetting
  181. val script: MutableSettings.StringSetting
  182. val showPhases: MutableSettings.BooleanSetting
  183. val showPlugins: MutableSettings.BooleanSetting
  184. val skip: MutableSettings.PhasesSetting
  185. val source: ScalaVersionSetting
  186. val sourceReader: MutableSettings.StringSetting
  187. val sourcepath: MutableSettings.PathSetting
    Definition Classes
    StandardScalaSettings
  188. val stopAfter: MutableSettings.PhasesSetting
  189. val stopBefore: MutableSettings.PhasesSetting
  190. val strictInference: MutableSettings.BooleanSetting
  191. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  192. val target: MutableSettings.ChoiceSetting
    Definition Classes
    StandardScalaSettings
  193. val termConflict: MutableSettings.ChoiceSetting
  194. def toString(): String

    Creates a String representation of this object.

    Creates a String representation of this object. The default representation is platform dependent. On the java platform it is the concatenation of the class name, "@", and the object's hashcode in hexadecimal.

    returns

    a String representation of the object.

    Definition Classes
    AnyRef → Any
  195. val unchecked: MutableSettings.BooleanSetting
    Definition Classes
    StandardScalaSettings
  196. val uniqid: MutableSettings.BooleanSetting
    Definition Classes
    StandardScalaSettings
  197. val usejavacp: MutableSettings.BooleanSetting
    Definition Classes
    StandardScalaSettings
  198. val usemanifestcp: MutableSettings.BooleanSetting
    Definition Classes
    StandardScalaSettings
  199. val verbose: MutableSettings.BooleanSetting
    Definition Classes
    StandardScalaSettings
  200. val version: MutableSettings.BooleanSetting
    Definition Classes
    StandardScalaSettings
  201. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  202. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  203. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  204. def warnAdaptedArgs: Boolean
    Definition Classes
    Warnings
  205. def warnByNameRightAssociative: Boolean
    Definition Classes
    Warnings
  206. val warnDeadCode: MutableSettings.BooleanSetting
    Definition Classes
    Warnings
  207. def warnDelayedInit: Boolean
    Definition Classes
    Warnings
  208. def warnDocDetached: Boolean
    Definition Classes
    Warnings
  209. def warnInaccessible: Boolean
    Definition Classes
    Warnings
  210. def warnInferAny: Boolean
    Definition Classes
    Warnings
  211. def warnMissingInterpolator: Boolean
    Definition Classes
    Warnings
  212. def warnNullaryOverride: Boolean
    Definition Classes
    Warnings
  213. def warnNullaryUnit: Boolean
    Definition Classes
    Warnings
  214. val warnNumericWiden: MutableSettings.BooleanSetting
    Definition Classes
    Warnings
  215. def warnOptionImplicit: Boolean
    Definition Classes
    Warnings
  216. def warnPackageObjectClasses: Boolean
    Definition Classes
    Warnings
  217. def warnPolyImplicitOverload: Boolean
    Definition Classes
    Warnings
  218. def warnPrivateShadow: Boolean
    Definition Classes
    Warnings
  219. def warnStarsAlign: Boolean
    Definition Classes
    Warnings
  220. def warnTypeParameterShadow: Boolean
    Definition Classes
    Warnings
  221. def warnUnsoundMatch: Boolean
    Definition Classes
    Warnings
  222. val warnUnused: MutableSettings.BooleanSetting
    Definition Classes
    Warnings
  223. val warnUnusedImport: MutableSettings.BooleanSetting
    Definition Classes
    Warnings
  224. val warnValueDiscard: MutableSettings.BooleanSetting
    Definition Classes
    Warnings
  225. val warnValueOverrides: MutableSettings.BooleanSetting
    Definition Classes
    Warnings
  226. def [B](y: B): (ScalaSettings, B)
    Implicit
    This member is added by an implicit conversion from ScalaSettings to ArrowAssoc[ScalaSettings] performed by method ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc
  227. object MacroExpand
  228. object XxmlSettings extends MutableSettings.MultiChoiceEnumeration
  229. object YoptChoices extends MutableSettings.MultiChoiceEnumeration
  230. object YoptWarningsChoices extends MutableSettings.MultiChoiceEnumeration
  231. object YstatisticsPhases extends MutableSettings.MultiChoiceEnumeration
  232. object languageFeatures extends MutableSettings.MultiChoiceEnumeration
  233. object LintWarnings extends MultiChoiceEnumeration
    Definition Classes
    Warnings

Deprecated Value Members

  1. def Xchecknull: MutableSettings.BooleanSetting
    Definition Classes
    Warnings
    Annotations
    @deprecated
    Deprecated

    (Since version 2.11.0) This option is being removed

  2. def Xwarnfatal: MutableSettings.BooleanSetting
    Definition Classes
    Warnings
    Annotations
    @deprecated
    Deprecated

    (Since version 2.11.0) Use fatalWarnings

  3. def YwarnAdaptedArgs: Boolean
    Definition Classes
    Warnings
    Annotations
    @deprecated
    Deprecated

    (Since version 2.11.2) Use warnAdaptedArgs

  4. def YwarnInaccessible: Boolean
    Definition Classes
    Warnings
    Annotations
    @deprecated
    Deprecated

    (Since version 2.11.2) Use warnInaccessible

  5. def YwarnInferAny: Boolean
    Definition Classes
    Warnings
    Annotations
    @deprecated
    Deprecated

    (Since version 2.11.2) Use warnInferAny

  6. def YwarnNullaryOverride: Boolean
    Definition Classes
    Warnings
    Annotations
    @deprecated
    Deprecated

    (Since version 2.11.2) Use warnNullaryOverride

  7. def YwarnNullaryUnit: Boolean
    Definition Classes
    Warnings
    Annotations
    @deprecated
    Deprecated

    (Since version 2.11.2) Use warnNullaryUnit

  8. def Ywarndeadcode: MutableSettings.BooleanSetting
    Definition Classes
    Warnings
    Annotations
    @deprecated
    Deprecated

    (Since version 2.11.0) Use warnDeadCode

Inherited from Warnings

Inherited from StandardScalaSettings

Inherited from AbsScalaSettings

Inherited from AnyRef

Inherited from Any

Inherited by implicit conversion any2stringadd from ScalaSettings to any2stringadd[ScalaSettings]

Inherited by implicit conversion StringFormat from ScalaSettings to StringFormat[ScalaSettings]

Inherited by implicit conversion Ensuring from ScalaSettings to Ensuring[ScalaSettings]

Inherited by implicit conversion ArrowAssoc from ScalaSettings to ArrowAssoc[ScalaSettings]

Ungrouped