Constants

dotty.tools.dotc.core.Constants
object Constants

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Self type
Constants.type

Members list

Type members

Classlikes

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

Attributes

Companion
object
Supertypes
trait Product1[Any]
trait Product
trait Equals
trait Showable
class Object
trait Matchable
class Any
Show all
object Constant

Attributes

Companion
class
Supertypes
class Object
trait Matchable
class Any
Self type
Constant.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