Class/Object

org.scalafmt.rewrite

RewriteCtx

Related Docs: object RewriteCtx | package rewrite

Permalink

case class RewriteCtx(style: ScalafmtConfig, fileName: String, tree: Tree) extends Product with Serializable

Linear Supertypes
Serializable, Serializable, Product, Equals, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. RewriteCtx
  2. Serializable
  3. Serializable
  4. Product
  5. Equals
  6. AnyRef
  7. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new RewriteCtx(style: ScalafmtConfig, fileName: String, tree: Tree)

    Permalink

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 addPatchSet(patches: TokenPatch*): Unit

    Permalink
  5. def applyPatches: String

    Permalink
  6. final def asInstanceOf[T0]: T0

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

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  8. implicit val dialect: Dialect

    Permalink
  9. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  10. val fileName: String

    Permalink
  11. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  12. def findNonWhitespaceWith(f: ((scala.meta.Token) ⇒ Option[Boolean]) ⇒ Option[scala.meta.Token]): Option[(scala.meta.Token, Option[LF])]

    Permalink
  13. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  14. def getIndex(token: scala.meta.Token): Int

    Permalink
    Annotations
    @inline()
  15. def getMatching(a: scala.meta.Token): scala.meta.Token

    Permalink
    Annotations
    @inline()
  16. def getMatchingOpt(a: scala.meta.Token): Option[scala.meta.Token]

    Permalink
    Annotations
    @inline()
  17. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  18. def isMatching(a: scala.meta.Token, b: scala.meta.Token): Boolean

    Permalink
    Annotations
    @inline()
  19. def isPrefixExpr(expr: Tree): Boolean

    Permalink
  20. val matchingParens: Map[TokenHash, Token]

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

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

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

    Permalink
    Definition Classes
    AnyRef
  24. def onlyWhitespaceBefore(token: scala.meta.Token): Boolean

    Permalink
  25. def removeLFToAvoidEmptyLine(token: scala.meta.Token)(implicit builder: PatchBuilder): Unit

    Permalink
    Annotations
    @inline()
  26. def removeLFToAvoidEmptyLine(beg: scala.meta.Token, end: scala.meta.Token)(implicit builder: PatchBuilder): Unit

    Permalink
  27. val style: ScalafmtConfig

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

    Permalink
    Definition Classes
    AnyRef
  29. val tokenTraverser: TokenTraverser

    Permalink
  30. val tokens: Tokens

    Permalink
  31. val tree: Tree

    Permalink
  32. final def wait(): Unit

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

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

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

Inherited from Serializable

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from AnyRef

Inherited from Any

Ungrouped