Package

scalafix

rewrite

Permalink

package rewrite

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

Type Members

  1. type AnyCtx = RewriteCtx[Any]

    Permalink
  2. class ErrorSuite extends RewriteSuite

    Permalink
  3. class RewriteSuite extends FunSuiteLike with DiffAssertions

    Permalink
  4. type ScalafixCtx = RewriteCtx[ScalafixMirror]

    Permalink
  5. type ScalafixRewrite = Rewrite[ScalafixMirror]

    Permalink
  6. type SyntaxCtx = RewriteCtx[None.type]

    Permalink
  7. type SyntaxRewrite = Rewrite[Any]

    Permalink

Value Members

  1. val ScalafixRewrite: ((RewriteCtx[ScalafixMirror]) ⇒ Seq[Patch]) ⇒ Rewrite[ScalafixMirror]

    Permalink

Inherited from AnyRef

Inherited from Any

Ungrouped