scala.tools.nsc.settings.AdvancedScalaSettings

X

abstract class X extends (AdvancedScalaSettings.this)#SettingGroup

Source
AdvancedScalaSettings.scala
Linear Supertypes
(AdvancedScalaSettings.this)#SettingGroup, (AdvancedScalaSettings.this)#AbsSetting, (AdvancedScalaSettings.this)#AbsSettingValue, math.Ordered[(AdvancedScalaSettings.this)#Setting], Comparable[(AdvancedScalaSettings.this)#Setting], AnyRef, Any
Type Hierarchy Learn more about scaladoc diagrams
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. X
  2. SettingGroup
  3. AbsSetting
  4. AbsSettingValue
  5. Ordered
  6. Comparable
  7. AnyRef
  8. Any
Implicitly
  1. by orderingToOrdered
  2. by any2stringadd
  3. by any2stringfmt
  4. by any2ArrowAssoc
  5. by any2Ensuring
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Instance Constructors

  1. new X()

Type Members

  1. abstract type T

    Definition Classes
    AbsSettingValue

Abstract Value Members

  1. abstract val assemextdirs: (AdvancedScalaSettings.this)#StringSetting

  2. abstract val assemname: (AdvancedScalaSettings.this)#StringSetting

  3. abstract val assempath: (AdvancedScalaSettings.this)#StringSetting

  4. abstract val checkinit: (AdvancedScalaSettings.this)#BooleanSetting

  5. abstract def compare(that: (AdvancedScalaSettings.this)#Setting): Int

    Definition Classes
    Ordered
  6. abstract val disableassertions: (AdvancedScalaSettings.this)#BooleanSetting

  7. abstract val elidebelow: (AdvancedScalaSettings.this)#IntSetting

  8. abstract val experimental: (AdvancedScalaSettings.this)#BooleanSetting

  9. abstract val future: (AdvancedScalaSettings.this)#BooleanSetting

  10. abstract val generatephasegraph: (AdvancedScalaSettings.this)#StringSetting

  11. abstract def isDefault: Boolean

    Definition Classes
    AbsSettingValue
  12. abstract val logimplicits: (AdvancedScalaSettings.this)#BooleanSetting

  13. abstract val mainClass: (AdvancedScalaSettings.this)#StringSetting

  14. abstract val migration: (AdvancedScalaSettings.this)#BooleanSetting

  15. abstract val noforwarders: (AdvancedScalaSettings.this)#BooleanSetting

  16. abstract val nojline: (AdvancedScalaSettings.this)#BooleanSetting

  17. abstract val nouescape: (AdvancedScalaSettings.this)#BooleanSetting

  18. abstract val plugin: (AdvancedScalaSettings.this)#MultiStringSetting

  19. abstract val plugindisable: (AdvancedScalaSettings.this)#MultiStringSetting

  20. abstract val pluginlist: (AdvancedScalaSettings.this)#BooleanSetting

  21. abstract val pluginrequire: (AdvancedScalaSettings.this)#MultiStringSetting

  22. abstract val pluginsdir: (AdvancedScalaSettings.this)#StringSetting

  23. abstract val print: (AdvancedScalaSettings.this)#PhasesSetting

  24. abstract val printicode: (AdvancedScalaSettings.this)#BooleanSetting

  25. abstract val printpos: (AdvancedScalaSettings.this)#BooleanSetting

  26. abstract val printtypes: (AdvancedScalaSettings.this)#BooleanSetting

  27. abstract val prompt: (AdvancedScalaSettings.this)#BooleanSetting

  28. abstract val resident: (AdvancedScalaSettings.this)#BooleanSetting

  29. abstract val script: (AdvancedScalaSettings.this)#StringSetting

  30. abstract val showclass: (AdvancedScalaSettings.this)#StringSetting

  31. abstract val showobject: (AdvancedScalaSettings.this)#StringSetting

  32. abstract val showphases: (AdvancedScalaSettings.this)#BooleanSetting

  33. abstract val sourcedir: (AdvancedScalaSettings.this)#StringSetting

  34. abstract val sourcereader: (AdvancedScalaSettings.this)#StringSetting

  35. abstract def tryToSet(args: List[String]): Option[ResultOfTryToSet]

    After correct Setting has been selected, tryToSet is called with the remainder of the command line.

    After correct Setting has been selected, tryToSet is called with the remainder of the command line. It consumes any applicable arguments and returns the unconsumed ones.

    Attributes
    protected[scala.tools.nsc]
    Definition Classes
    AbsSetting
  36. abstract def value: T

    Definition Classes
    AbsSettingValue
  37. abstract def withAbbreviation(name: String): X.this.type

    In mutable Settings, these return the same object with a var set.

    In mutable Settings, these return the same object with a var set. In immutable, of course they will return a new object, which means we can't use "this.type", at least not in a non-casty manner, which is unfortunate because we lose type information without it.

    ...but now they're this.type because of #3462. The immutable side doesn't exist yet anyway.

    Definition Classes
    AbsSetting
  38. abstract def withDeprecationMessage(msg: String): X.this.type

    Definition Classes
    AbsSetting
  39. abstract def withHelpSyntax(help: String): X.this.type

    Definition Classes
    AbsSetting

Concrete Value Members

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

    Definition Classes
    AnyRef
  2. final def !=(arg0: Any): Boolean

    Definition Classes
    Any
  3. final def ##(): Int

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

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

    Implicit information
    This member is added by an implicit conversion from (AdvancedScalaSettings.this)#X to ArrowAssoc[(AdvancedScalaSettings.this)#X] performed by method any2ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc
    Annotations
    @inline()
  6. def <(that: (AdvancedScalaSettings.this)#Setting): Boolean

    Definition Classes
    Ordered
  7. def <=(that: (AdvancedScalaSettings.this)#Setting): Boolean

    Definition Classes
    Ordered
  8. final def ==(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  9. final def ==(arg0: Any): Boolean

    Definition Classes
    Any
  10. def >(that: (AdvancedScalaSettings.this)#Setting): Boolean

    Definition Classes
    Ordered
  11. def >=(that: (AdvancedScalaSettings.this)#Setting): Boolean

    Definition Classes
    Ordered
  12. def abbreviations: List[String]

    Definition Classes
    AbsSetting
  13. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  14. def choices: List[String]

    Definition Classes
    AbsSetting
  15. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws()
  16. def compare(that: Setting): Int

    Definition Classes
    AbsSetting → Ordered
  17. def compareTo(that: (AdvancedScalaSettings.this)#Setting): Int

    Definition Classes
    Ordered → Comparable
  18. def dependencies: List[(Setting, String)]

    Definition Classes
    AbsSetting
  19. def deprecationMessage: Option[String]

    Definition Classes
    AbsSetting
  20. def ensuring(cond: ((AdvancedScalaSettings.this)#X) ⇒ Boolean, msg: ⇒ Any): (AdvancedScalaSettings.this)#X

    Implicit information
    This member is added by an implicit conversion from (AdvancedScalaSettings.this)#X to Ensuring[(AdvancedScalaSettings.this)#X] performed by method any2Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  21. def ensuring(cond: ((AdvancedScalaSettings.this)#X) ⇒ Boolean): (AdvancedScalaSettings.this)#X

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

    Implicit information
    This member is added by an implicit conversion from (AdvancedScalaSettings.this)#X to Ensuring[(AdvancedScalaSettings.this)#X] performed by method any2Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  23. def ensuring(cond: Boolean): (AdvancedScalaSettings.this)#X

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

    Definition Classes
    AnyRef
  25. def equals(that: Any): Boolean

    Equality tries to sidestep all the drama and define it simply and in one place: two AbsSetting objects are equal if their names and values compare equal.

    Equality tries to sidestep all the drama and define it simply and in one place: two AbsSetting objects are equal if their names and values compare equal.

    Definition Classes
    AbsSetting → AnyRef → Any
  26. def errorAndValue[T](msg: String, x: T): T

    Issue error and return

    Issue error and return

    Definition Classes
    AbsSetting
  27. def finalize(): Unit

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

    Implicit information
    This member is added by an implicit conversion from (AdvancedScalaSettings.this)#X to StringFormat performed by method any2stringfmt in scala.Predef.
    Definition Classes
    StringFormat
    Annotations
    @inline()
  29. final def getClass(): Class[_]

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

    Definition Classes
    AbsSetting → AnyRef → Any
  31. def helpDescription: String

    Definition Classes
    SettingGroupAbsSetting
  32. def helpSyntax: String

    Definition Classes
    AbsSetting
  33. def internalOnly(): X.this.type

    Definition Classes
    AbsSetting
  34. def isAdvanced: Boolean

    These categorizations are so the help output shows -X and -P among the standard options and -Y among the advanced options.

    These categorizations are so the help output shows -X and -P among the standard options and -Y among the advanced options.

    Definition Classes
    AbsSetting
  35. def isDeprecated: Boolean

    Definition Classes
    AbsSetting
  36. def isForDebug: Boolean

    Definition Classes
    AbsSetting
  37. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  38. def isInternalOnly: Boolean

    Definition Classes
    AbsSetting
  39. def isPrivate: Boolean

    Definition Classes
    AbsSetting
  40. def isStandard: Boolean

    Definition Classes
    AbsSetting
  41. def name: String

    Definition Classes
    SettingGroupAbsSetting
  42. final def ne(arg0: AnyRef): Boolean

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

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

    Definition Classes
    AnyRef
  45. val prefix: String

    Definition Classes
    SettingGroup
  46. def respondsTo(label: String): Boolean

    Definition Classes
    AbsSetting
  47. def shouldStopProcessing: Boolean

    Definition Classes
    AbsSetting
  48. def stopProcessing(): X.this.type

    Definition Classes
    AbsSetting
  49. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  50. def toString(): String

    Definition Classes
    AbsSetting → AnyRef → Any
  51. def tryToSetColon(args: List[String]): Option[ResultOfTryToSet]

    Commands which can take lists of arguments in form -Xfoo:bar,baz override this method and accept them as a list.

    Commands which can take lists of arguments in form -Xfoo:bar,baz override this method and accept them as a list. It returns List[String] for consistency with tryToSet, and should return its incoming arguments unmodified on failure, and Nil on success.

    Attributes
    protected[scala.tools.nsc]
    Definition Classes
    AbsSetting
  52. def tryToSetFromPropertyValue(s: String): Unit

    Attempt to set from a properties file style property value.

    Attempt to set from a properties file style property value. Currently used by Eclipse SDT only.

    Definition Classes
    AbsSetting
  53. def unparse: List[String]

    Definition Classes
    SettingGroupAbsSetting
  54. final def wait(): Unit

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws()
  57. def [B](y: B): ((AdvancedScalaSettings.this)#X, B)

    Implicit information
    This member is added by an implicit conversion from (AdvancedScalaSettings.this)#X to ArrowAssoc[(AdvancedScalaSettings.this)#X] performed by method any2ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc

Shadowed Implict Value Members

  1. def <(that: (AdvancedScalaSettings.this)#X): Boolean

    Implicit information
    This member is added by an implicit conversion from (AdvancedScalaSettings.this)#X to math.Ordered[(AdvancedScalaSettings.this)#X] performed by method orderingToOrdered in scala.math.Ordered. This conversion will take place only if an implicit value of type math.Ordering[(AdvancedScalaSettings.this)#X] is in scope.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (x: math.Ordered[(AdvancedScalaSettings.this)#X]).<(that)
    Definition Classes
    Ordered
  2. def <=(that: (AdvancedScalaSettings.this)#X): Boolean

    Implicit information
    This member is added by an implicit conversion from (AdvancedScalaSettings.this)#X to math.Ordered[(AdvancedScalaSettings.this)#X] performed by method orderingToOrdered in scala.math.Ordered. This conversion will take place only if an implicit value of type math.Ordering[(AdvancedScalaSettings.this)#X] is in scope.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (x: math.Ordered[(AdvancedScalaSettings.this)#X]).<=(that)
    Definition Classes
    Ordered
  3. def >(that: (AdvancedScalaSettings.this)#X): Boolean

    Implicit information
    This member is added by an implicit conversion from (AdvancedScalaSettings.this)#X to math.Ordered[(AdvancedScalaSettings.this)#X] performed by method orderingToOrdered in scala.math.Ordered. This conversion will take place only if an implicit value of type math.Ordering[(AdvancedScalaSettings.this)#X] is in scope.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (x: math.Ordered[(AdvancedScalaSettings.this)#X]).>(that)
    Definition Classes
    Ordered
  4. def >=(that: (AdvancedScalaSettings.this)#X): Boolean

    Implicit information
    This member is added by an implicit conversion from (AdvancedScalaSettings.this)#X to math.Ordered[(AdvancedScalaSettings.this)#X] performed by method orderingToOrdered in scala.math.Ordered. This conversion will take place only if an implicit value of type math.Ordering[(AdvancedScalaSettings.this)#X] is in scope.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (x: math.Ordered[(AdvancedScalaSettings.this)#X]).>=(that)
    Definition Classes
    Ordered
  5. def compare(that: (AdvancedScalaSettings.this)#X): Int

    Implicit information
    This member is added by an implicit conversion from (AdvancedScalaSettings.this)#X to math.Ordered[(AdvancedScalaSettings.this)#X] performed by method orderingToOrdered in scala.math.Ordered. This conversion will take place only if an implicit value of type math.Ordering[(AdvancedScalaSettings.this)#X] is in scope.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (x: math.Ordered[(AdvancedScalaSettings.this)#X]).compare(that)
    Definition Classes
    Ordered
  6. def compareTo(that: (AdvancedScalaSettings.this)#X): Int

    Implicit information
    This member is added by an implicit conversion from (AdvancedScalaSettings.this)#X to math.Ordered[(AdvancedScalaSettings.this)#X] performed by method orderingToOrdered in scala.math.Ordered. This conversion will take place only if an implicit value of type math.Ordering[(AdvancedScalaSettings.this)#X] is in scope.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (x: math.Ordered[(AdvancedScalaSettings.this)#X]).compareTo(that)
    Definition Classes
    Ordered → Comparable
  7. val self: Any

    Implicit information
    This member is added by an implicit conversion from (AdvancedScalaSettings.this)#X to StringAdd performed by method any2stringadd in scala.Predef.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (x: StringAdd).self
    Definition Classes
    StringAdd
  8. val self: Any

    Implicit information
    This member is added by an implicit conversion from (AdvancedScalaSettings.this)#X to StringFormat performed by method any2stringfmt in scala.Predef.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (x: StringFormat).self
    Definition Classes
    StringFormat

Deprecated Value Members

  1. def x: (AdvancedScalaSettings.this)#X

    Implicit information
    This member is added by an implicit conversion from (AdvancedScalaSettings.this)#X to ArrowAssoc[(AdvancedScalaSettings.this)#X] performed by method any2ArrowAssoc in scala.Predef.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (x: ArrowAssoc[(AdvancedScalaSettings.this)#X]).x
    Definition Classes
    ArrowAssoc
    Annotations
    @deprecated
    Deprecated

    (Since version 2.10.0) Use leftOfArrow instead

  2. def x: (AdvancedScalaSettings.this)#X

    Implicit information
    This member is added by an implicit conversion from (AdvancedScalaSettings.this)#X to Ensuring[(AdvancedScalaSettings.this)#X] performed by method any2Ensuring in scala.Predef.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (x: Ensuring[(AdvancedScalaSettings.this)#X]).x
    Definition Classes
    Ensuring
    Annotations
    @deprecated
    Deprecated

    (Since version 2.10.0) Use resultOfEnsuring instead

Inherited from (AdvancedScalaSettings.this)#SettingGroup

Inherited from (AdvancedScalaSettings.this)#AbsSetting

Inherited from (AdvancedScalaSettings.this)#AbsSettingValue

Inherited from math.Ordered[(AdvancedScalaSettings.this)#Setting]

Inherited from Comparable[(AdvancedScalaSettings.this)#Setting]

Inherited from AnyRef

Inherited from Any

Inherited by implicit conversion orderingToOrdered from (AdvancedScalaSettings.this)#X to math.Ordered[(AdvancedScalaSettings.this)#X]

Inherited by implicit conversion any2stringadd from (AdvancedScalaSettings.this)#X to StringAdd

Inherited by implicit conversion any2stringfmt from (AdvancedScalaSettings.this)#X to StringFormat

Inherited by implicit conversion any2ArrowAssoc from (AdvancedScalaSettings.this)#X to ArrowAssoc[(AdvancedScalaSettings.this)#X]

Inherited by implicit conversion any2Ensuring from (AdvancedScalaSettings.this)#X to Ensuring[(AdvancedScalaSettings.this)#X]

Ungrouped