Packages

p

scalafix

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 LintCategory = scalafix.lint.LintCategory
  2. type LintMessage = scalafix.lint.LintMessage
  3. type Patch = scalafix.patch.Patch
  4. type Rewrite = scalafix.rewrite.Rewrite
  5. type RewriteCtx = scalafix.rewrite.RewriteCtx
  6. type SemanticCtx = scalafix.util.SemanticCtx
  7. type SemanticRewrite = scalafix.rewrite.SemanticRewrite
  8. implicit class XtensionOptionPatch extends AnyRef
  9. implicit class XtensionSeqPatch extends AnyRef
  10. type Mirror = scalafix.util.SemanticCtx
    Annotations
    @deprecated
    Deprecated

    (Since version 0.5.0) Renamed to SemanticCtx

  11. type ScalafixConfig = scalafix.internal.config.ScalafixConfig
    Annotations
    @deprecated
    Deprecated

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

Value Members

  1. val LintCategory: scalafix.lint.LintCategory.type
  2. val Patch: scalafix.patch.Patch.type
  3. val Rewrite: scalafix.rewrite.Rewrite.type
  4. val RewriteCtx: scalafix.rewrite.RewriteCtx.type
  5. val SemanticCtx: scalafix.util.SemanticCtx.type
  6. object Versions extends Product with Serializable

    This object was generated by sbt-buildinfo.

Deprecated Value Members

  1. val Mirror: scalafix.util.SemanticCtx.type
    Annotations
    @deprecated
    Deprecated

    (Since version 0.5.0) Renamed to SemanticCtx

  2. val ScalafixConfig: scalafix.internal.config.ScalafixConfig.type
    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