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. sealed abstract class Failure extends Exception

    Permalink
  2. type Patch = scalafix.patch.Patch

    Permalink
  3. type Rewrite = scalafix.rewrite.Rewrite

    Permalink
  4. type RewriteCtx = scalafix.rewrite.RewriteCtx

    Permalink
  5. type ScalafixConfig = scalafix.config.ScalafixConfig

    Permalink
  6. type SemanticCtx = scalafix.util.SemanticCtx

    Permalink
  7. type SemanticRewrite = scalafix.rewrite.SemanticRewrite

    Permalink
  8. implicit class XtensionOptionPatch extends AnyRef

    Permalink
  9. implicit class XtensionSeqPatch extends AnyRef

    Permalink
  10. type Mirror = scalafix.util.SemanticCtx

    Permalink
    Annotations
    @deprecated
    Deprecated

    (Since version 0.5.0) Renamed to SemanticCtx

Value Members

  1. object Failure extends Serializable

    Permalink
  2. val Patch: scalafix.patch.Patch.type

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

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

    Permalink
  5. val ScalafixConfig: scalafix.config.ScalafixConfig.type

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

    Permalink
  7. object Versions extends Product with Serializable

    Permalink

    This object was generated by sbt-buildinfo.

  8. package config

    Permalink
  9. package internal

    Permalink
  10. package patch

    Permalink
  11. package rewrite

    Permalink
  12. package syntax

    Permalink
  13. package util

    Permalink

Deprecated Value Members

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

    Permalink
    Annotations
    @deprecated
    Deprecated

    (Since version 0.5.0) Renamed to SemanticCtx

Inherited from AnyRef

Inherited from Any

Ungrouped