Constants

dotty.tools.dotc.core.Constants$
object Constants

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Concise view

Type members

Classlikes

class Constant(val value: Any, val tag: Int) extends Showable with Product1[Any]

Attributes

Companion:
object
Graph
Supertypes
trait Product1[Any]
trait Product
trait Equals
trait Showable
class Object
trait Matchable
class Any
object Constant

Attributes

Companion:
class
Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Value members

Concrete fields

inline val BooleanTag: 2
inline val ByteTag: 3
inline val CharTag: 5
inline val ClazzTag: 12
inline val DoubleTag: 9
inline val FloatTag: 8
inline val IntTag: 6
inline val LongTag: 7
inline val NoTag: 0
inline val NullTag: 11
inline val ShortTag: 4
inline val StringTag: 10
inline val UnitTag: 1