Packages

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
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. def addGlobalImport(symbol: Symbol)(implicit c: SemanticContext): Patch
  5. def addGlobalImport(symbol: Symbol)(implicit c: SemanticContext): Patch
  6. def addGlobalImport(importer: Importer): Patch
  7. def addLeft(tree: Tree, toAdd: String): Patch
  8. def addLeft(tok: scala.meta.Token, toAdd: String): Patch
  9. def addRight(tree: Tree, toAdd: String): Patch
  10. def addRight(tok: scala.meta.Token, toAdd: String): Patch
  11. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  12. def clone(): AnyRef
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )
  13. val empty: Patch

    A patch that does no diff/rule

  14. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  15. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  16. def finalize(): Unit
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  17. def fromIterable(seq: Iterable[Patch]): Patch

    Combine a sequence of patches into a single patch

  18. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  19. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  20. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  21. def lint(msg: lint.Diagnostic): Patch
  22. def merge(a: TokenPatch, b: TokenPatch): TokenPatch
  23. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  24. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  25. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  26. def removeGlobalImport(symbol: Symbol)(implicit c: SemanticContext): Patch
  27. def removeGlobalImport(symbol: Symbol)(implicit c: SemanticContext): Patch
  28. def removeImportee(importee: Importee): Patch
  29. def removeToken(token: scala.meta.Token): Patch
  30. def removeTokens(tokens: Iterable[scala.meta.Token]): Patch
  31. def removeTokens(tokens: Tokens): Patch
  32. def renameSymbol(fromSymbol: Global, toName: String)(implicit c: SemanticContext): Patch
  33. def replaceSymbol(fromSymbol: Global, toSymbol: Global)(implicit c: SemanticContext): Patch
  34. def replaceSymbols(toReplace: Seq[(String, String)])(implicit noop: DummyImplicit, c: SemanticContext): Patch
  35. def replaceSymbols(toReplace: (String, String)*)(implicit c: SemanticContext): Patch
  36. def replaceToken(token: scala.meta.Token, toReplace: String): Patch
  37. def replaceTree(from: Tree, to: String): Patch
  38. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  39. def toString(): String
    Definition Classes
    AnyRef → Any
  40. def treePatchApply(patch: Patch)(implicit ctx: rule.RuleCtx, index: util.SemanticdbIndex): Iterable[TokenPatch]
  41. def unifiedDiff(original: scala.meta.Input, revised: scala.meta.Input): String
  42. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  43. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  44. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )

Inherited from AnyRef

Inherited from Any

Ungrouped