scala.tools.nsc.util.Exceptional

ScalaFormat

object ScalaFormat extends TableDef[JavaStackFrame]

A frame formatter with more refined aesthetics than the default. Come, let us be civilized.

Source
Exceptional.scala
Linear Supertypes
TableDef[JavaStackFrame], AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. Hide All
  2. Show all
  1. ScalaFormat
  2. TableDef
  3. AnyRef
  4. Any
Visibility
  1. Public
  2. All

Type Members

  1. class Table extends Seq[T]

Value Members

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

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

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

    Attributes
    final
    Definition Classes
    AnyRef → Any
  4. def << (pair: (String, (JavaStackFrame) ⇒ Any)): TableDef[JavaStackFrame]

    Definition Classes
    TableDef
  5. def == (arg0: AnyRef): Boolean

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

    Attributes
    final
    Definition Classes
    Any
  7. def >+ (sep: String): TableDef[JavaStackFrame]

    Definition Classes
    TableDef
  8. def >> (pair: (String, (JavaStackFrame) ⇒ Any)): TableDef[JavaStackFrame]

    Definition Classes
    TableDef
  9. def asInstanceOf [T0] : T0

    Attributes
    final
    Definition Classes
    Any
  10. def clone (): AnyRef

    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws()
  11. def colApply (el: JavaStackFrame): List[Any]

    Definition Classes
    TableDef
  12. def colFunctions : List[(JavaStackFrame) ⇒ Any]

    Definition Classes
    TableDef
  13. def colNames : List[String]

    Definition Classes
    TableDef
  14. def columns : List[Column[JavaStackFrame]]

    Definition Classes
    TableDef
  15. def defaultSep (index: Int): String

    Definition Classes
    TableDef
  16. def eq (arg0: AnyRef): Boolean

    Attributes
    final
    Definition Classes
    AnyRef
  17. def equals (arg0: Any): Boolean

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

    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws()
  19. def formatterFor (rows: Seq[JavaStackFrame]): (JavaStackFrame) ⇒ String

    Definition Classes
    TableDef
  20. def getClass (): java.lang.Class[_]

    Attributes
    final
    Definition Classes
    AnyRef → Any
  21. def hashCode (): Int

    Definition Classes
    AnyRef → Any
  22. def isInstanceOf [T0] : Boolean

    Attributes
    final
    Definition Classes
    Any
  23. def ne (arg0: AnyRef): Boolean

    Attributes
    final
    Definition Classes
    AnyRef
  24. def notify (): Unit

    Attributes
    final
    Definition Classes
    AnyRef
  25. def notifyAll (): Unit

    Attributes
    final
    Definition Classes
    AnyRef
  26. def retThis (body: ⇒ Unit): scala.tools.nsc.util.Exceptional.ScalaFormat.type

    Definition Classes
    TableDef
  27. def sepAfter (i: Int): String

    Definition Classes
    TableDef
  28. def sepWidths : IndexedSeq[Int]

    Definition Classes
    TableDef
  29. def synchronized [T0] (arg0: ⇒ T0): T0

    Attributes
    final
    Definition Classes
    AnyRef
  30. def table (rows: Seq[JavaStackFrame]): Table

    Definition Classes
    TableDef
  31. def toString (): String

    Definition Classes
    TableDef → AnyRef → Any
  32. def wait (): Unit

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

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

    Attributes
    final
    Definition Classes
    AnyRef
    Annotations
    @throws()
  35. def ~ (next: Column[JavaStackFrame]): TableDef[JavaStackFrame]

    These operators are about all there is to it.

    These operators are about all there is to it.

    ~ appends a column to the table >> creates a right-justified column and appends it << creates a left-justified column and appends it >+ specifies a string to separate the previous column from the next. if none is specified, a space is used.

    Definition Classes
    TableDef

Inherited from TableDef[JavaStackFrame]

Inherited from AnyRef

Inherited from Any