Object/Class

scalafix.patch

Patch

Related Docs: class Patch | package patch

Permalink

object Patch

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

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. def addGlobalImport(symbol: Symbol)(implicit c: SemanticContext): Patch

    Permalink
  5. def addGlobalImport(symbol: Symbol)(implicit c: SemanticContext): Patch

    Permalink
  6. def addGlobalImport(importer: Importer): Patch

    Permalink
  7. def addLeft(tree: Tree, toAdd: String): Patch

    Permalink
  8. def addLeft(tok: scala.meta.Token, toAdd: String): Patch

    Permalink
  9. def addRight(tree: Tree, toAdd: String): Patch

    Permalink
  10. def addRight(tok: scala.meta.Token, toAdd: String): Patch

    Permalink
  11. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  12. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  13. val empty: Patch

    Permalink

    A patch that does no diff/rule

  14. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  15. def equals(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  16. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  17. def fromIterable(seq: Iterable[Patch]): Patch

    Permalink

    Combine a sequence of patches into a single patch

  18. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  19. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  20. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  21. def lint(msg: lint.Diagnostic): Patch

    Permalink
  22. def merge(a: TokenPatch, b: TokenPatch): TokenPatch

    Permalink
  23. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  24. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  25. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  26. def removeGlobalImport(symbol: Symbol)(implicit c: SemanticContext): Patch

    Permalink
  27. def removeGlobalImport(symbol: Symbol)(implicit c: SemanticContext): Patch

    Permalink
  28. def removeImportee(importee: Importee): Patch

    Permalink
  29. def removeToken(token: scala.meta.Token): Patch

    Permalink
  30. def removeTokens(tokens: Iterable[scala.meta.Token]): Patch

    Permalink
  31. def removeTokens(tokens: Tokens): Patch

    Permalink
  32. def renameSymbol(fromSymbol: Global, toName: String)(implicit c: SemanticContext): Patch

    Permalink
  33. def replaceSymbol(fromSymbol: Global, toSymbol: Global)(implicit c: SemanticContext): Patch

    Permalink
  34. def replaceSymbols(toReplace: Seq[(String, String)])(implicit noop: DummyImplicit, c: SemanticContext): Patch

    Permalink
  35. def replaceSymbols(toReplace: (String, String)*)(implicit c: SemanticContext): Patch

    Permalink
  36. def replaceToken(token: scala.meta.Token, toReplace: String): Patch

    Permalink
  37. def replaceTree(from: Tree, to: String): Patch

    Permalink
  38. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  39. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  40. def treePatchApply(patch: Patch)(implicit ctx: rule.RuleCtx, index: util.SemanticdbIndex): Iterable[TokenPatch]

    Permalink
  41. def unifiedDiff(original: scala.meta.Input, revised: scala.meta.Input): String

    Permalink
  42. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  43. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  44. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from AnyRef

Inherited from Any

Ungrouped