Packages

p

scalafix

package scalafix

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

Type Members

  1. type CustomMessage[T] = scalafix.config.CustomMessage[T]
    Definition Classes
    Api
  2. type Diagnostic = scalafix.lint.Diagnostic
    Definition Classes
    Api
  3. type Patch = scalafix.patch.Patch
    Definition Classes
    Api
  4. type RuleName = scalafix.rule.RuleName
    Definition Classes
    Api
  5. implicit class XtensionOptionPatch extends AnyRef
    Definition Classes
    Api
  6. implicit class XtensionScalaFixListInspect[A] extends AnyRef
    Definition Classes
    Api
  7. implicit class XtensionScalafixProductInspect extends AnyRef
    Definition Classes
    Api
  8. implicit class XtensionSeqPatch extends AnyRef
    Definition Classes
    Api

Deprecated Type Members

  1. type Database = scalafix.v0.Database
    Annotations
    @deprecated
    Deprecated

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

Value Members

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

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._

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

Inherited from Api

Inherited from AnyRef

Inherited from Any

Ungrouped