Package

scalafix

Permalink

package scalafix

Linear Supertypes
AnyRef, Any
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. class Failure extends Exception

    Permalink
  2. type Fixed = Either[Throwable, String]

    Permalink
  3. case class ScalafixConfig(rewrites: Seq[Rewrite] = Rewrite.default, parser: Parse[_ <: Tree] = Parse.parseSource, dialect: Dialect = Scala211) extends Product with Serializable

    Permalink

Value Members

  1. object Failure extends Serializable

    Permalink
  2. object Scalafix

    Permalink
  3. object Versions

    Permalink
  4. package rewrite

    Permalink
  5. package util

    Permalink

Inherited from AnyRef

Inherited from Any

Ungrouped