Tags

object Tags

Serialization tags are unique type ids used to identify types in the binary representation of NIR. There are some holes in the numbering of the types to allow for binary-compatible leeway with adding new IR nodes.

class Object
trait Matchable
class Any
Tags.type

Value members

Concrete fields

final val Attr: 0
final val Global: 32
final val MemberGlobal: 35
final val NoneGlobal: 33
final val TopGlobal: 34