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. type LintCategory = scalafix.lint.LintCategory

    Permalink
  2. type LintMessage = scalafix.lint.LintMessage

    Permalink
  3. type Patch = scalafix.patch.Patch

    Permalink
  4. type Rule = scalafix.rule.Rule

    Permalink
  5. type RuleCtx = scalafix.rule.RuleCtx

    Permalink
  6. type SemanticRule = scalafix.rule.SemanticRule

    Permalink
  7. type SemanticdbIndex = scalafix.util.SemanticdbIndex

    Permalink
  8. type Mirror = scalafix.util.SemanticdbIndex

    Permalink
    Annotations
    @deprecated
    Deprecated

    (Since version 0.5.0) Renamed to SemanticdbIndex

  9. type Rewrite = scalafix.rule.Rule

    Permalink
    Annotations
    @deprecated
    Deprecated

    (Since version 0.5.0) Renamed to Rule

  10. type RewriteCtx = scalafix.rule.RuleCtx

    Permalink
    Annotations
    @deprecated
    Deprecated

    (Since version 0.5.0) Renamed to RuleCtx

  11. type ScalafixConfig = scalafix.internal.config.ScalafixConfig

    Permalink
    Annotations
    @deprecated
    Deprecated

    (Since version 0.5.0) ScalafixConfig is now internal, import scalafix.internal.config.ScalafixConfig instead.

  12. type SemanticRewrite = scalafix.rule.SemanticRule

    Permalink
    Annotations
    @deprecated
    Deprecated

    (Since version 0.5.0) Renamed to SemanticRule

Value Members

  1. val LintCategory: scalafix.lint.LintCategory.type

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

    Permalink
  3. val Rule: scalafix.rule.Rule.type

    Permalink
  4. val RuleCtx: scalafix.rule.RuleCtx.type

    Permalink
  5. val SemanticdbIndex: scalafix.util.SemanticdbIndex.type

    Permalink
  6. package internal

    Permalink
  7. package reflect

    Permalink

Deprecated Value Members

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

    Permalink
    Annotations
    @deprecated
    Deprecated

    (Since version 0.5.0) Renamed to SemanticdbIndex

  2. val Rewrite: scalafix.rule.Rule.type

    Permalink
    Annotations
    @deprecated
    Deprecated

    (Since version 0.5.0) Renamed to Rule

  3. val RewriteCtx: scalafix.rule.RuleCtx.type

    Permalink
    Annotations
    @deprecated
    Deprecated

    (Since version 0.5.0) Renamed to RuleCtx

  4. val ScalafixConfig: scalafix.internal.config.ScalafixConfig.type

    Permalink
    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