scala.tools.nsc.settings

StandardScalaSettings

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
Linear Supertypes
AnyRef, Any
Known Subclasses
Type Hierarchy Learn more about scaladoc diagrams
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. StandardScalaSettings
  2. AnyRef
  3. Any
Implicitly
  1. by any2stringadd
  2. by StringFormat
  3. by Ensuring
  4. by ArrowAssoc
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Abstract Value Members

  1. abstract val classpath: (StandardScalaSettings.this)#PathSetting

  2. abstract val d: (StandardScalaSettings.this)#OutputSetting

  3. abstract val optimise: (StandardScalaSettings.this)#BooleanSetting

Concrete Value Members

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

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

    Definition Classes
    AnyRef → Any
  3. def +(other: String): String

    Implicit information
    This member is added by an implicit conversion from StandardScalaSettings to any2stringadd[StandardScalaSettings] performed by method any2stringadd in scala.Predef.
    Definition Classes
    any2stringadd
  4. def ->[B](y: B): (StandardScalaSettings, B)

    Implicit information
    This member is added by an implicit conversion from StandardScalaSettings to ArrowAssoc[StandardScalaSettings] performed by method ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc
    Annotations
    @inline()
  5. final def ==(arg0: Any): Boolean

    Definition Classes
    AnyRef → Any
  6. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  7. val bootclasspath: (StandardScalaSettings.this)#PathSetting

    Path related settings.

  8. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  9. val dependencyfile: (StandardScalaSettings.this)#StringSetting

    Other settings.

  10. val deprecation: (StandardScalaSettings.this)#BooleanSetting

  11. val encoding: (StandardScalaSettings.this)#StringSetting

  12. def ensuring(cond: (StandardScalaSettings) ⇒ Boolean, msg: ⇒ Any): StandardScalaSettings

    Implicit information
    This member is added by an implicit conversion from StandardScalaSettings to Ensuring[StandardScalaSettings] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  13. def ensuring(cond: (StandardScalaSettings) ⇒ Boolean): StandardScalaSettings

    Implicit information
    This member is added by an implicit conversion from StandardScalaSettings to Ensuring[StandardScalaSettings] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  14. def ensuring(cond: Boolean, msg: ⇒ Any): StandardScalaSettings

    Implicit information
    This member is added by an implicit conversion from StandardScalaSettings to Ensuring[StandardScalaSettings] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  15. def ensuring(cond: Boolean): StandardScalaSettings

    Implicit information
    This member is added by an implicit conversion from StandardScalaSettings to Ensuring[StandardScalaSettings] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  16. final def eq(arg0: AnyRef): Boolean

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

    Definition Classes
    AnyRef → Any
  18. val explaintypes: (StandardScalaSettings.this)#BooleanSetting

  19. val extdirs: (StandardScalaSettings.this)#PathSetting

  20. val feature: (StandardScalaSettings.this)#BooleanSetting

  21. def finalize(): Unit

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  22. def formatted(fmtstr: String): String

    Implicit information
    This member is added by an implicit conversion from StandardScalaSettings to StringFormat[StandardScalaSettings] performed by method StringFormat in scala.Predef.
    Definition Classes
    StringFormat
    Annotations
    @inline()
  23. val g: (StandardScalaSettings.this)#ChoiceSetting

  24. final def getClass(): Class[_]

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

    Definition Classes
    AnyRef → Any
  26. val help: (StandardScalaSettings.this)#BooleanSetting

  27. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  28. val javabootclasspath: (StandardScalaSettings.this)#PathSetting

  29. val javaextdirs: (StandardScalaSettings.this)#PathSetting

  30. final def ne(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  31. final def notify(): Unit

    Definition Classes
    AnyRef
  32. final def notifyAll(): Unit

    Definition Classes
    AnyRef
  33. val nowarn: (StandardScalaSettings.this)#BooleanSetting

  34. val print: (StandardScalaSettings.this)#BooleanSetting

  35. val sourcepath: (StandardScalaSettings.this)#PathSetting

  36. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  37. val target: (StandardScalaSettings.this)#ChoiceSetting

  38. def toString(): String

    Definition Classes
    AnyRef → Any
  39. val unchecked: (StandardScalaSettings.this)#BooleanSetting

  40. val uniqid: (StandardScalaSettings.this)#BooleanSetting

  41. val usejavacp: (StandardScalaSettings.this)#BooleanSetting

  42. val usemanifestcp: (StandardScalaSettings.this)#BooleanSetting

  43. val verbose: (StandardScalaSettings.this)#BooleanSetting

  44. val version: (StandardScalaSettings.this)#BooleanSetting

  45. final def wait(): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  46. final def wait(arg0: Long, arg1: Int): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  47. final def wait(arg0: Long): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  48. def [B](y: B): (StandardScalaSettings, B)

    Implicit information
    This member is added by an implicit conversion from StandardScalaSettings to ArrowAssoc[StandardScalaSettings] performed by method ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc

Inherited from AnyRef

Inherited from Any

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

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

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

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

Ungrouped