scala.tools.nsc.Phase.TimingModel

Format

object Format extends TableDef[Cell]

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

Type Members

  1. class Table extends Seq[T]

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 <<(pair: (String, (Cell) ⇒ Any)): TableDef[Cell]

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

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

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

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

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

    Definition Classes
    Any
  10. def clone(): AnyRef

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

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

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

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

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

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

    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[Cell]): (Cell) ⇒ String

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

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

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

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

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

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

    Definition Classes
    AnyRef
  26. def retThis(body: ⇒ Unit): scala.tools.nsc.Phase.TimingModel.Format.type

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

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

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

    Definition Classes
    AnyRef
  30. def table(rows: Seq[Cell]): Table

    Definition Classes
    TableDef
  31. def toString(): String

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

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

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

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

    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[Cell]

Inherited from AnyRef

Inherited from Any