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

    (Since version 0.5.0) Renamed to SemanticCtx

  10. 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 Patch: scalafix.patch.Patch.type
  2. val Rewrite: scalafix.rewrite.Rewrite.type
  3. val RewriteCtx: scalafix.rewrite.RewriteCtx.type
  4. val SemanticCtx: scalafix.util.SemanticCtx.type
  5. object Failure extends Serializable
  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