Object

org.scalafmt.internal

Debug

Related Doc: package internal

Permalink

object Debug extends ScalaFmtLogger

(ugly) Utility to collect data about formatter.

Only used during development.

Linear Supertypes
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. Debug
  2. ScalaFmtLogger
  3. AnyRef
  4. 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. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  5. def cleanup(token: Token): String

    Permalink
    Definition Classes
    ScalaFmtLogger
  6. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  7. def elapsedNs: Long

    Permalink
  8. def enqueued(split: Split): Unit

    Permalink
  9. val enqueuedSplits: Set[Split]

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

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

    Permalink
    Definition Classes
    AnyRef → Any
  12. def escape(raw: String): String

    Permalink
    Definition Classes
    ScalaFmtLogger
  13. var explored: Int

    Permalink
  14. def exploredInTest: Int

    Permalink
  15. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  16. val formatTokenExplored: Map[FormatToken, Int]

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

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

    Permalink
    Definition Classes
    AnyRef → Any
  19. def header[T](t: T): String

    Permalink
    Definition Classes
    ScalaFmtLogger
  20. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  21. var lastTestExplored: Int

    Permalink
  22. def log(t: Tree, tokensOnly: Boolean = false): String

    Permalink
    Definition Classes
    ScalaFmtLogger
  23. def log(token: Token): String

    Permalink
    Definition Classes
    ScalaFmtLogger
  24. def log(tokens: Tokens): String

    Permalink
    Definition Classes
    ScalaFmtLogger
  25. def log(tokens: Token*): String

    Permalink
    Definition Classes
    ScalaFmtLogger
  26. def log(formatToken: FormatToken): String

    Permalink
    Definition Classes
    ScalaFmtLogger
  27. def log(split: Split): String

    Permalink
    Definition Classes
    ScalaFmtLogger
  28. val logger: PrintlnLogger.type

    Permalink
    Definition Classes
    ScalaFmtLogger
  29. def maxVisitedToken: Int

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

    Permalink
    Definition Classes
    AnyRef
  31. def newTest(): Unit

    Permalink
  32. final def notify(): Unit

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

    Permalink
    Definition Classes
    AnyRef
  34. def ns2ms(nanoseconds: Long): Long

    Permalink
  35. def reveal(s: String): String

    Permalink
    Definition Classes
    ScalaFmtLogger
  36. var startTime: Long

    Permalink
  37. var state: State

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

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

    Permalink
    Definition Classes
    AnyRef → Any
  40. val tokenExplored: Map[Token, Int]

    Permalink
  41. var tokens: Array[FormatToken]

    Permalink
  42. val treeExplored: Map[Tree, Int]

    Permalink
  43. def visit(tree: Tree): Unit

    Permalink
  44. def visit(token: Token): Unit

    Permalink
  45. def visit(token: FormatToken): Unit

    Permalink
  46. final def wait(): Unit

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

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

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

Inherited from ScalaFmtLogger

Inherited from AnyRef

Inherited from Any

Ungrouped