Packages

c

scalafix.internal.diff

FullDiffDisable

class FullDiffDisable extends DiffDisable

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. FullDiffDisable
  2. DiffDisable
  3. AnyRef
  4. Any
Implicitly
  1. by any2stringadd
  2. by StringFormat
  3. by Ensuring
  4. by ArrowAssoc
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new FullDiffDisable(diffs: List[GitDiff])

Value Members

  1. def isDisabled(position: scala.meta.Position): Boolean
    Definition Classes
    FullDiffDisableDiffDisable
  2. def isDisabled(file: Input): Boolean
    Definition Classes
    FullDiffDisableDiffDisable
  3. def isEmpty: Boolean
    Definition Classes
    FullDiffDisableDiffDisable
  4. def toString(): String
    Definition Classes
    FullDiffDisable → AnyRef → Any