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 ScalafixConfig = scalafix.config.ScalafixConfig
  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

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 ScalafixConfig: scalafix.config.ScalafixConfig.type
  5. val SemanticCtx: scalafix.util.SemanticCtx.type
  6. object Failure extends Serializable
  7. 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

Inherited from AnyRef

Inherited from Any

Ungrouped