scala.tools.nsc.util

Indenter

class Indenter extends AnyRef

Source
Indenter.scala
Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. Indenter
  2. AnyRef
  3. Any
Implicitly
  1. by any2stringfmt
  2. by any2stringadd
  3. by any2ArrowAssoc
  4. by any2Ensuring
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Instance Constructors

  1. new Indenter()

  2. new Indenter(stringFn: (Any) ⇒ String)

Value Members

  1. final def !=(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  2. final def !=(arg0: Any): Boolean

    Definition Classes
    Any
  3. final def ##(): Int

    Definition Classes
    AnyRef → Any
  4. def +(other: String): String

    Implicit information
    This member is added by an implicit conversion from Indenter to StringAdd performed by method any2stringadd in scala.Predef.
    Definition Classes
    StringAdd
  5. def ->[B](y: B): (Indenter, B)

    Implicit information
    This member is added by an implicit conversion from Indenter to ArrowAssoc[Indenter] performed by method any2ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc
    Annotations
    @inline()
  6. final def ==(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  7. final def ==(arg0: Any): Boolean

    Definition Classes
    Any
  8. def >>[T](body: ⇒ T): T

  9. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  10. def atStartOfLine: Boolean

  11. def block(label: String)(body: ⇒ Unit): Unit

  12. def braces: Indenter.this.type

  13. def clone(): AnyRef

    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws()
  14. def closeIndent(token: Any): Unit

  15. var closeString: String

  16. def currentIndent: String

  17. def ensuring(cond: (Indenter) ⇒ Boolean, msg: ⇒ Any): Indenter

    Implicit information
    This member is added by an implicit conversion from Indenter to Ensuring[Indenter] performed by method any2Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  18. def ensuring(cond: (Indenter) ⇒ Boolean): Indenter

    Implicit information
    This member is added by an implicit conversion from Indenter to Ensuring[Indenter] performed by method any2Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  19. def ensuring(cond: Boolean, msg: ⇒ Any): Indenter

    Implicit information
    This member is added by an implicit conversion from Indenter to Ensuring[Indenter] performed by method any2Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  20. def ensuring(cond: Boolean): Indenter

    Implicit information
    This member is added by an implicit conversion from Indenter to Ensuring[Indenter] performed by method any2Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  21. final def eq(arg0: AnyRef): Boolean

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

    Definition Classes
    AnyRef → Any
  23. def finalize(): Unit

    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws()
  24. def finishLine(token: Any): Unit

  25. def formatted(fmtstr: String): String

    Implicit information
    This member is added by an implicit conversion from Indenter to StringFormat performed by method any2stringfmt in scala.Predef.
    Definition Classes
    StringFormat
    Annotations
    @inline()
  26. final def getClass(): Class[_]

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

    Definition Classes
    AnyRef → Any
  28. def indent: Indenter.this.type

  29. var indentSpaces: Int

  30. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  31. var isSorted: Boolean

  32. final def ne(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  33. def nextIndent(endOfLine: Any): Unit

  34. final def notify(): Unit

    Definition Classes
    AnyRef
  35. final def notifyAll(): Unit

    Definition Classes
    AnyRef
  36. def openIndent(token: Any): Unit

  37. var openString: String

  38. def out: PrintStream

  39. def pp(x: Any): Unit

  40. def pps(xs: TraversableOnce[Any]): Unit

  41. def print(x: Any): Unit

  42. def printIndent(): Unit

  43. val self: Any

    Implicit information
    This member is added by an implicit conversion from Indenter to StringFormat performed by method any2stringfmt in scala.Predef.
    Definition Classes
    StringFormat
  44. val self: Any

    Implicit information
    This member is added by an implicit conversion from Indenter to StringAdd performed by method any2stringadd in scala.Predef.
    Definition Classes
    StringAdd
  45. def sorted: Indenter.this.type

  46. var stringFn: (Any) ⇒ String

  47. def stringify(fn: (Any) ⇒ String): Indenter.this.type

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

    Definition Classes
    AnyRef
  49. def toString(): String

    Definition Classes
    AnyRef → Any
  50. def undent: Indenter.this.type

  51. final def wait(): Unit

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws()
  54. def [B](y: B): (Indenter, B)

    Implicit information
    This member is added by an implicit conversion from Indenter to ArrowAssoc[Indenter] performed by method any2ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc

Deprecated Value Members

  1. def x: Indenter

    Implicit information
    This member is added by an implicit conversion from Indenter to ArrowAssoc[Indenter] performed by method any2ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc
    Annotations
    @deprecated
    Deprecated

    (Since version 2.10.0) Use leftOfArrow instead

  2. def x: Indenter

    Implicit information
    This member is added by an implicit conversion from Indenter to Ensuring[Indenter] performed by method any2Ensuring in scala.Predef.
    Definition Classes
    Ensuring
    Annotations
    @deprecated
    Deprecated

    (Since version 2.10.0) Use resultOfEnsuring instead

Inherited from AnyRef

Inherited from Any

Inherited by implicit conversion any2stringfmt from Indenter to StringFormat

Inherited by implicit conversion any2stringadd from Indenter to StringAdd

Inherited by implicit conversion any2ArrowAssoc from Indenter to ArrowAssoc[Indenter]

Inherited by implicit conversion any2Ensuring from Indenter to Ensuring[Indenter]