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(importer: Importer): Patch
  6. def addLeft(tree: Tree, toAdd: String): Patch
  7. def addLeft(tok: scala.meta.Token, toAdd: String): Patch
  8. def addRight(tree: Tree, toAdd: String): Patch
  9. def addRight(tok: scala.meta.Token, toAdd: String): Patch
  10. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  11. def clone(): AnyRef
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )
  12. val empty: Patch

    A patch that does no diff/rule

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

    Combine a sequence of patches into a single patch

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

Inherited from AnyRef

Inherited from Any

Ungrouped