Constants

tastyquery.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: Matchable, val tag: Int)

Attributes

Companion
object
Supertypes
class Object
trait Matchable
class Any
object Constant

Attributes

Companion
class
Supertypes
class Object
trait Matchable
class Any
Self type
Constant.type

Value members

Concrete fields

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