scala.tools.nsc

settings

package settings

Content Hierarchy Learn more about scaladoc diagrams
Visibility
  1. Public
  2. All

Type Members

  1. trait AbsScalaSettings extends AnyRef

  2. trait AbsSettings extends reflect.internal.settings.AbsSettings

    A Settings abstraction boiled out of the original highly mutable Settings class with the intention of creating an ImmutableSettings which can be used interchangeably.

  3. trait AdvancedScalaSettings extends AnyRef

  4. trait AestheticSettings extends AnyRef

    Taking flag checking to a somewhat higher level.

  5. class FscSettings extends Settings

  6. class MutableSettings extends reflect.internal.settings.MutableSettings with AbsSettings with ScalaSettings with Mutable

    A mutable Settings object.

  7. trait ScalaSettings extends AbsScalaSettings with StandardScalaSettings with Warnings

  8. trait StandardScalaSettings extends AnyRef

    Settings which aren't behind a -X, -Y, or -P option.

  9. trait Warnings extends AnyRef

    Settings influencing the printing of warnings.

Ungrouped