scala
.
tools
.
nsc
.
Phases
.
TimingModel
Format
object
Format
extends
TableDef
[
Cell
]
Source
Phases.scala
Linear Supertypes
TableDef
[
Cell
],
AnyRef
,
Any
Ordering
Alphabetic
By inheritance
Inherited
Format
TableDef
AnyRef
Any
Hide All
Show all
Learn more about member selection
Visibility
Public
All
Value Members
final
def
!=
(
arg0:
AnyRef
)
:
Boolean
Definition Classes
AnyRef
final
def
!=
(
arg0:
Any
)
:
Boolean
Definition Classes
Any
final
def
##
()
:
Int
Definition Classes
AnyRef → Any
def
<<
(
pair: (String, (
Cell
) ⇒
Any
)
)
:
TableDef
[
Cell
]
Definition Classes
TableDef
final
def
==
(
arg0:
AnyRef
)
:
Boolean
Definition Classes
AnyRef
final
def
==
(
arg0:
Any
)
:
Boolean
Definition Classes
Any
def
>+
(
sep: String
)
:
TableDef
[
Cell
]
Definition Classes
TableDef
def
>>
(
pair: (String, (
Cell
) ⇒
Any
)
)
:
TableDef
[
Cell
]
Definition Classes
TableDef
final
def
asInstanceOf
[
T0
]
: T0
Definition Classes
Any
def
clone
()
:
AnyRef
Attributes
protected[
lang
]
Definition Classes
AnyRef
Annotations
@throws
()
def
colApply
(
el:
Cell
)
:
List
[
Any
]
Definition Classes
TableDef
def
colFunctions
:
List
[(
Cell
) ⇒
Any
]
Definition Classes
TableDef
def
colNames
:
List
[String]
Definition Classes
TableDef
def
columns
: List[
Column
[
Cell
]]
Definition Classes
TableDef
def
defaultSep
(
index:
Int
)
:
String
Definition Classes
TableDef
final
def
eq
(
arg0:
AnyRef
)
:
Boolean
Definition Classes
AnyRef
def
equals
(
arg0:
Any
)
:
Boolean
Definition Classes
AnyRef → Any
def
finalize
()
:
Unit
Attributes
protected[
lang
]
Definition Classes
AnyRef
Annotations
@throws
()
def
formatterFor
(
rows: Seq[
Cell
]
)
: (
Cell
) ⇒ String
Definition Classes
TableDef
final
def
getClass
()
: Class[_]
Definition Classes
AnyRef → Any
def
hashCode
()
:
Int
Definition Classes
AnyRef → Any
final
def
isInstanceOf
[
T0
]
:
Boolean
Definition Classes
Any
final
def
ne
(
arg0:
AnyRef
)
:
Boolean
Definition Classes
AnyRef
final
def
notify
()
:
Unit
Definition Classes
AnyRef
final
def
notifyAll
()
:
Unit
Definition Classes
AnyRef
def
retThis
(
body: ⇒
Unit
)
: scala.tools.nsc.Phases.TimingModel.Format.type
Definition Classes
TableDef
def
sepAfter
(
i:
Int
)
: String
Definition Classes
TableDef
def
sepWidths
:
IndexedSeq
[
Int
]
Definition Classes
TableDef
final
def
synchronized
[
T0
]
(
arg0: ⇒ T0
)
: T0
Definition Classes
AnyRef
def
table
(
rows: Seq[
Cell
]
)
:
Table
Definition Classes
TableDef
def
toString
()
: String
Definition Classes
TableDef → AnyRef → Any
final
def
wait
()
:
Unit
Definition Classes
AnyRef
Annotations
@throws
()
final
def
wait
(
arg0:
Long
,
arg1:
Int
)
:
Unit
Definition Classes
AnyRef
Annotations
@throws
()
final
def
wait
(
arg0:
Long
)
:
Unit
Definition Classes
AnyRef
Annotations
@throws
()
def
~
(
next:
Column
[
Cell
]
)
:
TableDef
[
Cell
]
Definition Classes
TableDef
Inherited from
TableDef
[
Cell
]
Inherited from
AnyRef
Inherited from
Any