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: scala.meta.Symbol)(implicit c: SemanticContext): Patch

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

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

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

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

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

    Permalink
  10. final def asInstanceOf[T0]: T0

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

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

    Permalink

    A patch that does no diff/rule

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

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

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

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

    Permalink

    Combine a sequence of patches into a single patch

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

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

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

    Permalink
    Definition Classes
    Any
  20. def lint(msg: lint.LintMessage): Patch

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    Permalink
  40. final def wait(): Unit

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

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

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

Inherited from AnyRef

Inherited from Any

Ungrouped