Package

scalafix

Permalink

package scalafix

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. scalafix
  2. ScalafixSyntax
  3. AnyRef
  4. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. type CustomMessage[T] = scalafix.config.CustomMessage[T]

    Permalink
    Definition Classes
    ScalafixSyntax
  2. type LintCategory = scalafix.lint.LintCategory

    Permalink
    Definition Classes
    ScalafixSyntax
  3. type LintMessage = scalafix.lint.LintMessage

    Permalink
    Definition Classes
    ScalafixSyntax
  4. type Patch = scalafix.patch.Patch

    Permalink
    Definition Classes
    ScalafixSyntax
  5. type RuleName = scalafix.rule.RuleName

    Permalink
    Definition Classes
    ScalafixSyntax
  6. implicit class XtensionOptionPatch extends AnyRef

    Permalink
    Definition Classes
    ScalafixSyntax
  7. implicit class XtensionSeqPatch extends AnyRef

    Permalink
    Definition Classes
    ScalafixSyntax
  8. type Database = scalafix.v0.Database

    Permalink
    Annotations
    @deprecated
    Deprecated

    (Since version 0.6.0)

  9. type Denotation = scalafix.v0.Denotation

    Permalink
    Annotations
    @deprecated
    Deprecated

    (Since version 0.6.0)

  10. type Document = scalafix.v0.Document

    Permalink
    Annotations
    @deprecated
    Deprecated

    (Since version 0.6.0)

  11. type Message = scalafix.v0.Message

    Permalink
    Annotations
    @deprecated
    Deprecated

    (Since version 0.6.0)

  12. type ResolvedName = scalafix.v0.ResolvedName

    Permalink
    Annotations
    @deprecated
    Deprecated

    (Since version 0.6.0)

  13. type ResolvedSymbol = scalafix.v0.ResolvedSymbol

    Permalink
    Annotations
    @deprecated
    Deprecated

    (Since version 0.6.0)

  14. type Rule = scalafix.v0.Rule

    Permalink
    Annotations
    @deprecated
    Deprecated

    (Since version 0.6.0)

  15. type RuleCtx = scalafix.v0.RuleCtx

    Permalink
    Annotations
    @deprecated
    Deprecated

    (Since version 0.6.0)

  16. type SemanticRule = scalafix.v0.SemanticRule

    Permalink
    Annotations
    @deprecated
    Deprecated

    (Since version 0.6.0)

  17. type SemanticdbIndex = scalafix.v0.SemanticdbIndex

    Permalink
    Annotations
    @deprecated
    Deprecated

    (Since version 0.6.0)

  18. type Severity = scalafix.v0.Severity

    Permalink
    Annotations
    @deprecated
    Deprecated

    (Since version 0.6.0)

  19. type Synthetic = scalafix.v0.Synthetic

    Permalink
    Annotations
    @deprecated
    Deprecated

    (Since version 0.6.0)

Value Members

  1. val CustomMessage: scalafix.config.CustomMessage.type

    Permalink
    Definition Classes
    ScalafixSyntax
  2. val LintCategory: scalafix.lint.LintCategory.type

    Permalink
    Definition Classes
    ScalafixSyntax
  3. val Patch: scalafix.patch.Patch.type

    Permalink
    Definition Classes
    ScalafixSyntax
  4. val RuleName: scalafix.rule.RuleName.type

    Permalink
    Definition Classes
    ScalafixSyntax
  5. object Versions extends Product with Serializable

    Permalink

    This object was generated by sbt-buildinfo.

  6. package config

    Permalink
  7. package internal

    Permalink
  8. package lint

    Permalink
  9. package patch

    Permalink
  10. package rule

    Permalink
  11. package syntax

    Permalink
  12. package util

    Permalink
  13. package v0

    Permalink
  14. package v1

    Permalink

Deprecated Value Members

  1. val Database: scalafix.v0.Database.type

    Permalink
    Annotations
    @deprecated
    Deprecated

    (Since version 0.6.0)

  2. val Denotation: scalafix.v0.Denotation.type

    Permalink
    Annotations
    @deprecated
    Deprecated

    (Since version 0.6.0)

  3. val Document: scalafix.v0.Document.type

    Permalink
    Annotations
    @deprecated
    Deprecated

    (Since version 0.6.0)

  4. val Message: scalafix.v0.Message.type

    Permalink
    Annotations
    @deprecated
    Deprecated

    (Since version 0.6.0)

  5. val ResolvedName: scalafix.v0.ResolvedName.type

    Permalink
    Annotations
    @deprecated
    Deprecated

    (Since version 0.6.0)

  6. val ResolvedSymbol: scalafix.v0.ResolvedSymbol.type

    Permalink
    Annotations
    @deprecated
    Deprecated

    (Since version 0.6.0)

  7. val Rule: scalafix.v0.Rule.type

    Permalink
    Annotations
    @deprecated
    Deprecated

    (Since version 0.6.0)

  8. val RuleCtx: scalafix.v0.RuleCtx.type

    Permalink
    Annotations
    @deprecated
    Deprecated

    (Since version 0.6.0)

  9. val SemanticdbIndex: scalafix.v0.SemanticdbIndex.type

    Permalink
    Annotations
    @deprecated
    Deprecated

    (Since version 0.6.0)

  10. val Severity: scalafix.v0.Severity.type

    Permalink
    Annotations
    @deprecated
    Deprecated

    (Since version 0.6.0)

  11. val Synthetic: scalafix.v0.Synthetic.type

    Permalink
    Annotations
    @deprecated
    Deprecated

    (Since version 0.6.0)

Inherited from ScalafixSyntax

Inherited from AnyRef

Inherited from Any

Ungrouped