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 Ycompacttrees: MutableSettings.BooleanSetting
  24. val Ydelambdafy: MutableSettings.ChoiceSetting
  25. val YdisableFlatCpCaching: MutableSettings.BooleanSetting
  26. val Ydocdebug: MutableSettings.BooleanSetting

    Area-specific debug output.

  27. val Ydumpclasses: MutableSettings.StringSetting
  28. val Ygenasmp: MutableSettings.StringSetting
  29. val Yhelp: MutableSettings.BooleanSetting
  30. val Yidedebug: MutableSettings.BooleanSetting
  31. val Yissuedebug: MutableSettings.BooleanSetting
  32. val Ylogcp: MutableSettings.BooleanSetting
  33. val YmacrodebugLite: MutableSettings.BooleanSetting
  34. val YmacrodebugVerbose: MutableSettings.BooleanSetting
  35. val Ymacroexpand: MutableSettings.ChoiceSetting
  36. val Ymacronoexpand: MutableSettings.BooleanSetting
  37. val Ymemberpos: MutableSettings.StringSetting
  38. val YmethodInfer: MutableSettings.BooleanSetting
  39. val Ynogenericsig: MutableSettings.BooleanSetting
  40. val YoptInlineHeuristics: MutableSettings.ChoiceSetting
  41. val YoptLogInline: MutableSettings.StringSetting
  42. val YoptTrace: MutableSettings.StringSetting
  43. val YpartialUnification: MutableSettings.BooleanSetting
  44. val YpatmatExhaustdepth: MutableSettings.IntSetting
  45. val Ypatmatdebug: MutableSettings.BooleanSetting
  46. val Yposdebug: MutableSettings.BooleanSetting
  47. val YpresentationAnyThread: MutableSettings.BooleanSetting
  48. val YpresentationDebug: MutableSettings.BooleanSetting
  49. val YpresentationDelay: MutableSettings.IntSetting
  50. val YpresentationLog: MutableSettings.StringSetting
  51. val YpresentationReplay: MutableSettings.StringSetting
  52. val YpresentationStrict: MutableSettings.BooleanSetting
  53. val YpresentationVerbose: MutableSettings.BooleanSetting

    IDE-specific settings

  54. val Yquasiquotedebug: MutableSettings.BooleanSetting
  55. val Yrangepos: MutableSettings.BooleanSetting
  56. val Yrecursion: MutableSettings.IntSetting
  57. val Yreifycopypaste: MutableSettings.BooleanSetting
  58. val Yreifydebug: MutableSettings.BooleanSetting
  59. val Yreplclassbased: MutableSettings.BooleanSetting
  60. val Yreploutdir: MutableSettings.StringSetting
  61. val Yreplsync: MutableSettings.BooleanSetting
  62. val Yshow: MutableSettings.PhasesSetting
  63. val Yshowsymkinds: MutableSettings.BooleanSetting
  64. val Yshowsymowners: MutableSettings.BooleanSetting
  65. val Yshowsyms: MutableSettings.BooleanSetting
  66. val Ystatistics: MutableSettings.MultiChoiceSetting[MutableSettings.YstatisticsPhases.type]
  67. def YstatisticsEnabled: Boolean
  68. val Ytyperdebug: MutableSettings.BooleanSetting
  69. lazy val allSettings: HashSet[MutableSettings.Setting]

    Set of settings

    Set of settings

    Attributes
    protected[scala]
  70. 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.

  71. val bootclasspath: MutableSettings.PathSetting

    Path related settings.

    Path related settings.

    Definition Classes
    StandardScalaSettings
  72. val breakCycles: MutableSettings.BooleanSetting
  73. val browse: MutableSettings.PhasesSetting
  74. val check: MutableSettings.PhasesSetting
  75. val checkInit: MutableSettings.BooleanSetting
  76. val classpath: MutableSettings.PathSetting
    Definition Classes
    ScalaSettingsStandardScalaSettings
  77. 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

  78. def conflictWarning: Option[String]
  79. val d: MutableSettings.OutputSetting
    Definition Classes
    ScalaSettingsStandardScalaSettings
  80. val debug: MutableSettings.BooleanSetting
  81. def debuginfo: MutableSettings.ChoiceSetting

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

  82. 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
  83. val defines: MutableSettings.PrefixSetting
  84. def dependenciesFile: MutableSettings.StringSetting
  85. val dependencyfile: MutableSettings.StringSetting

    Other settings.

    Other settings.

    Definition Classes
    StandardScalaSettings
  86. val deprecation: MutableSettings.BooleanSetting
    Definition Classes
    StandardScalaSettings
  87. val developer: MutableSettings.BooleanSetting
  88. def disable(s: MutableSettings.Setting): HashSet[MutableSettings.Setting]

    Disable a setting

  89. val disable: MutableSettings.MultiStringSetting
  90. val elidebelow: MutableSettings.IntSetting
  91. val encoding: MutableSettings.StringSetting
    Definition Classes
    StandardScalaSettings
  92. 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
  93. 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
  94. 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
  95. 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
  96. 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
  97. 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
  98. val etaExpandKeepsStar: MutableSettings.BooleanSetting
  99. def experimentalSettings: collection.immutable.List[MutableSettings.BooleanSetting]

    Enabled under -Xexperimental.

    Enabled under -Xexperimental.

    Attributes
    protected
  100. val explaintypes: MutableSettings.BooleanSetting
    Definition Classes
    StandardScalaSettings
  101. val exposeEmptyPackage: MutableSettings.BooleanSetting
  102. val extdirs: MutableSettings.PathSetting
    Definition Classes
    StandardScalaSettings
  103. val fatalWarnings: MutableSettings.BooleanSetting
    Definition Classes
    Warnings
  104. val feature: MutableSettings.BooleanSetting
    Definition Classes
    StandardScalaSettings
  105. 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

  106. 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()
  107. val future: future._397.type.s.type forSome {val _397: EnableSettings[MutableSettings.BooleanSetting]}

    Groups of Settings.

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

    Enabled under -Xfuture.

    Enabled under -Xfuture.

    Attributes
    protected
  109. val g: MutableSettings.ChoiceSetting
    Definition Classes
    StandardScalaSettings
  110. val genPhaseGraph: MutableSettings.StringSetting
  111. 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
  112. 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
  113. val help: MutableSettings.BooleanSetting
    Definition Classes
    StandardScalaSettings
  114. val inferByName: MutableSettings.BooleanSetting
  115. def infoSettings: collection.immutable.List[MutableSettings.Setting]

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

  116. def isInfo: Boolean

    Is an info setting set?

  117. 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
  118. def isScala211: Boolean
  119. def isScala212: Boolean
  120. def isScaladoc: Boolean

    Test whether this is scaladoc we're looking at

  121. val javabootclasspath: MutableSettings.PathSetting
    Definition Classes
    StandardScalaSettings
  122. val javaextdirs: MutableSettings.PathSetting
    Definition Classes
    StandardScalaSettings
  123. val jvmargs: MutableSettings.PrefixSetting
  124. val language: MutableSettings.MultiChoiceSetting[MutableSettings.languageFeatures.type]
  125. val lint: MutableSettings.MultiChoiceSetting[MutableSettings.LintWarnings.type]
    Definition Classes
    Warnings
  126. val log: MutableSettings.PhasesSetting
  127. val logFreeTerms: MutableSettings.BooleanSetting
  128. val logFreeTypes: MutableSettings.BooleanSetting
  129. val logImplicitConv: MutableSettings.BooleanSetting
  130. val logReflectiveCalls: MutableSettings.BooleanSetting
  131. val mainClass: MutableSettings.StringSetting
  132. val maxClassfileName: MutableSettings.IntSetting
  133. 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
  134. val noAdaptedArgs: MutableSettings.BooleanSetting
  135. val noCompletion: MutableSettings.BooleanSetting
  136. val noForwarders: MutableSettings.BooleanSetting
  137. val noassertions: noassertions._616.type.s.type forSome {val _616: EnableSettings[MutableSettings.BooleanSetting]}
  138. val nobootcp: MutableSettings.BooleanSetting
  139. val noimports: MutableSettings.BooleanSetting
  140. val nopredef: MutableSettings.BooleanSetting
  141. val nospecialization: MutableSettings.BooleanSetting
  142. 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

  143. 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

  144. val nouescape: MutableSettings.BooleanSetting
  145. val nowarn: MutableSettings.BooleanSetting
    Definition Classes
    StandardScalaSettings
  146. val nowarnDefaultJunitMethods: MutableSettings.BooleanSetting
    Definition Classes
    Warnings
  147. def nowarnings: MutableSettings.BooleanSetting
  148. val opt: MutableSettings.MultiChoiceSetting[MutableSettings.optChoices.type]
  149. def optAddToBytecodeRepository: Boolean
  150. def optBoxUnbox: Boolean
  151. def optBuildCallGraph: Boolean
  152. def optClosureInvocations: Boolean
  153. def optCompactLocals: Boolean
  154. def optCopyPropagation: Boolean
  155. def optInlineGlobal: Boolean
  156. def optInlineProject: Boolean
  157. def optInlinerEnabled: Boolean
  158. def optNone: Boolean
  159. def optNullnessTracking: Boolean
  160. def optRedundantCasts: Boolean
  161. def optSimplifyJumps: Boolean
  162. def optUnreachableCode: Boolean
  163. def optWarningEmitAtInlineFailed: Boolean
  164. def optWarningNoInlineMissingBytecode: Boolean
  165. def optWarningNoInlineMissingScalaInlineInfoAttr: Boolean
  166. def optWarningNoInlineMixed: Boolean
  167. val optWarnings: MutableSettings.MultiChoiceSetting[MutableSettings.optWarningsChoices.type]
  168. def optWarningsSummaryOnly: Boolean
  169. val optimise: MutableSettings.BooleanSetting
    Definition Classes
    ScalaSettingsStandardScalaSettings
  170. def outdir: MutableSettings.OutputSetting
  171. val overrideObjects: MutableSettings.BooleanSetting

    -Y "Private" settings

  172. val overrideVars: MutableSettings.BooleanSetting
  173. val plugin: MutableSettings.MultiStringSetting
  174. val pluginOptions: MutableSettings.MultiStringSetting

    -P "Plugin" settings

  175. val pluginsDir: MutableSettings.StringSetting
  176. val print: MutableSettings.BooleanSetting
    Definition Classes
    StandardScalaSettings
  177. def printLate: MutableSettings.BooleanSetting
  178. val printtypes: MutableSettings.BooleanSetting
  179. val prompt: MutableSettings.BooleanSetting
  180. val reporter: MutableSettings.StringSetting
  181. val require: MutableSettings.MultiStringSetting
  182. val resident: MutableSettings.BooleanSetting
  183. val script: MutableSettings.StringSetting
  184. val showPhases: MutableSettings.BooleanSetting
  185. val showPlugins: MutableSettings.BooleanSetting
  186. val skip: MutableSettings.PhasesSetting
  187. val source: ScalaVersionSetting
  188. val sourceReader: MutableSettings.StringSetting
  189. val sourcepath: MutableSettings.PathSetting
    Definition Classes
    StandardScalaSettings
  190. val stopAfter: MutableSettings.PhasesSetting
  191. val stopBefore: MutableSettings.PhasesSetting
  192. val strictInference: MutableSettings.BooleanSetting
  193. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  194. val target: MutableSettings.ChoiceSetting
    Definition Classes
    StandardScalaSettings
  195. val termConflict: MutableSettings.ChoiceSetting
  196. 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
  197. val unchecked: MutableSettings.BooleanSetting
    Definition Classes
    StandardScalaSettings
  198. val uniqid: MutableSettings.BooleanSetting
    Definition Classes
    StandardScalaSettings
  199. val usejavacp: MutableSettings.BooleanSetting
    Definition Classes
    StandardScalaSettings
  200. val usemanifestcp: MutableSettings.BooleanSetting
    Definition Classes
    StandardScalaSettings
  201. val verbose: MutableSettings.BooleanSetting
    Definition Classes
    StandardScalaSettings
  202. val version: MutableSettings.BooleanSetting
    Definition Classes
    StandardScalaSettings
  203. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  204. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  205. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  206. def warnAdaptedArgs: Boolean
    Definition Classes
    Warnings
  207. def warnByNameRightAssociative: Boolean
    Definition Classes
    Warnings
  208. def warnConstant: Boolean
    Definition Classes
    Warnings
  209. val warnDeadCode: MutableSettings.BooleanSetting
    Definition Classes
    Warnings
  210. def warnDelayedInit: Boolean
    Definition Classes
    Warnings
  211. def warnDocDetached: Boolean
    Definition Classes
    Warnings
  212. def warnInaccessible: Boolean
    Definition Classes
    Warnings
  213. def warnInferAny: Boolean
    Definition Classes
    Warnings
  214. def warnMissingInterpolator: Boolean
    Definition Classes
    Warnings
  215. def warnNullaryOverride: Boolean
    Definition Classes
    Warnings
  216. def warnNullaryUnit: Boolean
    Definition Classes
    Warnings
  217. val warnNumericWiden: MutableSettings.BooleanSetting
    Definition Classes
    Warnings
  218. def warnOptionImplicit: Boolean
    Definition Classes
    Warnings
  219. def warnPackageObjectClasses: Boolean
    Definition Classes
    Warnings
  220. def warnPolyImplicitOverload: Boolean
    Definition Classes
    Warnings
  221. def warnPrivateShadow: Boolean
    Definition Classes
    Warnings
  222. def warnStarsAlign: Boolean
    Definition Classes
    Warnings
  223. def warnTypeParameterShadow: Boolean
    Definition Classes
    Warnings
  224. def warnUnsoundMatch: Boolean
    Definition Classes
    Warnings
  225. val warnUnused: MutableSettings.BooleanSetting
    Definition Classes
    Warnings
  226. val warnUnusedImport: MutableSettings.BooleanSetting
    Definition Classes
    Warnings
  227. val warnValueDiscard: MutableSettings.BooleanSetting
    Definition Classes
    Warnings
  228. val warnValueOverrides: MutableSettings.BooleanSetting
    Definition Classes
    Warnings
  229. 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
  230. object MacroExpand
  231. object XxmlSettings extends MutableSettings.MultiChoiceEnumeration
  232. object YstatisticsPhases extends MutableSettings.MultiChoiceEnumeration
  233. object languageFeatures extends MutableSettings.MultiChoiceEnumeration
  234. object optChoices extends MutableSettings.MultiChoiceEnumeration
  235. object optWarningsChoices extends MutableSettings.MultiChoiceEnumeration
  236. 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