Package

scalafix

Permalink

package scalafix

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. scalafix
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. type Patch = scalafix.patch.Patch

    Permalink
  2. type Rewrite = scalafix.rewrite.Rewrite

    Permalink
  3. type RewriteCtx = scalafix.rewrite.RewriteCtx

    Permalink
  4. type SemanticCtx = scalafix.util.SemanticCtx

    Permalink
  5. type SemanticRewrite = scalafix.rewrite.SemanticRewrite

    Permalink
  6. type Mirror = scalafix.util.SemanticCtx

    Permalink
    Annotations
    @deprecated
    Deprecated

    (Since version 0.5.0) Renamed to SemanticCtx

  7. type ScalafixConfig = scalafix.internal.config.ScalafixConfig

    Permalink
    Annotations
    @deprecated
    Deprecated

    (Since version 0.5.0) ScalafixConfig is now internal, import scalafix.internal.config.ScalafixConfig instead.

Value Members

  1. val Patch: scalafix.patch.Patch.type

    Permalink
  2. val Rewrite: scalafix.rewrite.Rewrite.type

    Permalink
  3. val RewriteCtx: scalafix.rewrite.RewriteCtx.type

    Permalink
  4. val SemanticCtx: scalafix.util.SemanticCtx.type

    Permalink
  5. package internal

    Permalink
  6. package reflect

    Permalink

Deprecated Value Members

  1. val Mirror: scalafix.util.SemanticCtx.type

    Permalink
    Annotations
    @deprecated
    Deprecated

    (Since version 0.5.0) Renamed to SemanticCtx

  2. val ScalafixConfig: scalafix.internal.config.ScalafixConfig.type

    Permalink
    Annotations
    @deprecated
    Deprecated

    (Since version 0.5.0) ScalafixConfig is now internal, import scalafix.internal.config.ScalafixConfig instead.

Inherited from AnyRef

Inherited from Any

Ungrouped