Packages

p

scalafix

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]
    Definition Classes
    ScalafixSyntax
  2. type LintCategory = scalafix.lint.LintCategory
    Definition Classes
    ScalafixSyntax
  3. type LintMessage = scalafix.lint.LintMessage
    Definition Classes
    ScalafixSyntax
  4. type Patch = scalafix.patch.Patch
    Definition Classes
    ScalafixSyntax
  5. type RuleName = scalafix.rule.RuleName
    Definition Classes
    ScalafixSyntax
  6. implicit class XtensionOptionPatch extends AnyRef
    Definition Classes
    ScalafixSyntax
  7. implicit class XtensionSeqPatch extends AnyRef
    Definition Classes
    ScalafixSyntax
  8. type Database = scalafix.v0.Database
    Annotations
    @deprecated
    Deprecated

    (Since version 0.6.0) import scalafix.v0._ instead of import scalafix.v0._

  9. type Denotation = scalafix.v0.Denotation
    Annotations
    @deprecated
    Deprecated

    (Since version 0.6.0) import scalafix.v0._ instead of import scalafix.v0._

  10. type Document = scalafix.v0.Document
    Annotations
    @deprecated
    Deprecated

    (Since version 0.6.0) import scalafix.v0._ instead of import scalafix.v0._

  11. type Message = scalafix.v0.Message
    Annotations
    @deprecated
    Deprecated

    (Since version 0.6.0) import scalafix.v0._ instead of import scalafix.v0._

  12. type ResolvedName = scalafix.v0.ResolvedName
    Annotations
    @deprecated
    Deprecated

    (Since version 0.6.0) import scalafix.v0._ instead of import scalafix.v0._

  13. type ResolvedSymbol = scalafix.v0.ResolvedSymbol
    Annotations
    @deprecated
    Deprecated

    (Since version 0.6.0) import scalafix.v0._ instead of import scalafix.v0._

  14. type Rule = scalafix.v0.Rule
    Annotations
    @deprecated
    Deprecated

    (Since version 0.6.0) import scalafix.v0._ instead of import scalafix.v0._

  15. type RuleCtx = scalafix.v0.RuleCtx
    Annotations
    @deprecated
    Deprecated

    (Since version 0.6.0) import scalafix.v0._ instead of import scalafix.v0._

  16. type SemanticRule = scalafix.v0.SemanticRule
    Annotations
    @deprecated
    Deprecated

    (Since version 0.6.0) import scalafix.v0._ instead of import scalafix.v0._

  17. type SemanticdbIndex = scalafix.v0.SemanticdbIndex
    Annotations
    @deprecated
    Deprecated

    (Since version 0.6.0) import scalafix.v0._ instead of import scalafix.v0._

  18. type Severity = scalafix.v0.Severity
    Annotations
    @deprecated
    Deprecated

    (Since version 0.6.0) import scalafix.v0._ instead of import scalafix.v0._

  19. type Synthetic = scalafix.v0.Synthetic
    Annotations
    @deprecated
    Deprecated

    (Since version 0.6.0) import scalafix.v0._ instead of import scalafix.v0._

Value Members

  1. val CustomMessage: scalafix.config.CustomMessage.type
    Definition Classes
    ScalafixSyntax
  2. val LintCategory: scalafix.lint.LintCategory.type
    Definition Classes
    ScalafixSyntax
  3. val Patch: scalafix.patch.Patch.type
    Definition Classes
    ScalafixSyntax
  4. val RuleName: scalafix.rule.RuleName.type
    Definition Classes
    ScalafixSyntax

Deprecated Value Members

  1. val Database: scalafix.v0.Database.type
    Annotations
    @deprecated
    Deprecated

    (Since version 0.6.0) import scalafix.v0._ instead of import scalafix.v0._

  2. val Denotation: scalafix.v0.Denotation.type
    Annotations
    @deprecated
    Deprecated

    (Since version 0.6.0) import scalafix.v0._ instead of import scalafix.v0._

  3. val Document: scalafix.v0.Document.type
    Annotations
    @deprecated
    Deprecated

    (Since version 0.6.0) import scalafix.v0._ instead of import scalafix.v0._

  4. val Message: scalafix.v0.Message.type
    Annotations
    @deprecated
    Deprecated

    (Since version 0.6.0) import scalafix.v0._ instead of import scalafix.v0._

  5. val ResolvedName: scalafix.v0.ResolvedName.type
    Annotations
    @deprecated
    Deprecated

    (Since version 0.6.0) import scalafix.v0._ instead of import scalafix.v0._

  6. val ResolvedSymbol: scalafix.v0.ResolvedSymbol.type
    Annotations
    @deprecated
    Deprecated

    (Since version 0.6.0) import scalafix.v0._ instead of import scalafix.v0._

  7. val Rule: scalafix.v0.Rule.type
    Annotations
    @deprecated
    Deprecated

    (Since version 0.6.0) import scalafix.v0._ instead of import scalafix.v0._

  8. val RuleCtx: scalafix.v0.RuleCtx.type
    Annotations
    @deprecated
    Deprecated

    (Since version 0.6.0) import scalafix.v0._ instead of import scalafix.v0._

  9. val SemanticdbIndex: scalafix.v0.SemanticdbIndex.type
    Annotations
    @deprecated
    Deprecated

    (Since version 0.6.0) import scalafix.v0._ instead of import scalafix.v0._

  10. val Severity: scalafix.v0.Severity.type
    Annotations
    @deprecated
    Deprecated

    (Since version 0.6.0) import scalafix.v0._ instead of import scalafix.v0._

  11. val Synthetic: scalafix.v0.Synthetic.type
    Annotations
    @deprecated
    Deprecated

    (Since version 0.6.0) import scalafix.v0._ instead of import scalafix.v0._

Inherited from ScalafixSyntax

Inherited from AnyRef

Inherited from Any

Ungrouped