case class RewriteCtx(style: ScalafmtConfig, tree: Tree) extends Product with Serializable
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- RewriteCtx
- Serializable
- Product
- Equals
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Instance Constructors
- new RewriteCtx(style: ScalafmtConfig, tree: Tree)
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##(): Int
- Definition Classes
- AnyRef → Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- def addPatchSet(patches: TokenPatch*): Unit
- def applyPatches: String
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native()
- implicit val dialect: Dialect
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable])
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- def getMatching(a: scala.meta.Token): scala.meta.Token
- Annotations
- @inline()
- def getMatchingOpt(a: scala.meta.Token): Option[scala.meta.Token]
- Annotations
- @inline()
- def getPatchToAvoidEmptyLine(token: scala.meta.Token): Option[TokenPatch]
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def isMatching(a: scala.meta.Token, b: scala.meta.Token): Boolean
- Annotations
- @inline()
- val matchingParens: Map[TokenHash, Token]
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- def onlyWhitespaceBefore(token: scala.meta.Token): Boolean
- def productElementNames: Iterator[String]
- Definition Classes
- Product
- def removeLFToAvoidEmptyLine(token: scala.meta.Token)(implicit builder: PatchBuilder): Unit
- val style: ScalafmtConfig
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- val tokenTraverser: TokenTraverser
- val tokens: Tokens
- val tree: Tree
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()