Packages

c

scalafix.internal.diff

ModifiedFile

case class ModifiedFile(path: Path, changes: List[GitChange]) extends GitDiff with Product with Serializable

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ModifiedFile
  2. Serializable
  3. Serializable
  4. Product
  5. Equals
  6. GitDiff
  7. AnyRef
  8. Any
Implicitly
  1. by XtensionScalafixProductInspect
  2. by any2stringadd
  3. by StringFormat
  4. by Ensuring
  5. by ArrowAssoc
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new ModifiedFile(path: Path, changes: List[GitChange])

Value Members

  1. val changes: List[GitChange]
  2. val path: Path
  3. def structure: String
    Implicit
    This member is added by an implicit conversion from ModifiedFile to scalafix.XtensionScalafixProductInspect performed by method XtensionScalafixProductInspect in scalafix.util.Api.
    Definition Classes
    XtensionScalafixProductInspect
  4. def structureLabeled(printWidth: Int): String
    Implicit
    This member is added by an implicit conversion from ModifiedFile to scalafix.XtensionScalafixProductInspect performed by method XtensionScalafixProductInspect in scalafix.util.Api.
    Definition Classes
    XtensionScalafixProductInspect
  5. def structureLabeled: String
    Implicit
    This member is added by an implicit conversion from ModifiedFile to scalafix.XtensionScalafixProductInspect performed by method XtensionScalafixProductInspect in scalafix.util.Api.
    Definition Classes
    XtensionScalafixProductInspect
  6. def structureWidth(printWidth: Int): String
    Implicit
    This member is added by an implicit conversion from ModifiedFile to scalafix.XtensionScalafixProductInspect performed by method XtensionScalafixProductInspect in scalafix.util.Api.
    Definition Classes
    XtensionScalafixProductInspect

Deprecated Value Members

  1. def structure(printWidth: Int): String
    Implicit
    This member is added by an implicit conversion from ModifiedFile to scalafix.XtensionScalafixProductInspect performed by method XtensionScalafixProductInspect in scalafix.util.Api.
    Definition Classes
    XtensionScalafixProductInspect
    Annotations
    @deprecated
    Deprecated

    (Since version 0.9.7) use structureWidth instead