Packages

o

scala.tools.tasty

TastyRefs

object TastyRefs

Source
TastyRefs.scala
Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. TastyRefs
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Type Members

  1. final case class Addr(index: Int) extends AnyVal with Product with Serializable

    An address pointing to an index in a Tasty buffer's byte array

  2. final case class NameRef(index: Int) extends AnyVal with Product with Serializable

    An address referring to a serialized name

Value Members

  1. final val AddrWidth: Int(4)

    The maximal number of address bytes.

    The maximal number of address bytes. Since addresses are written as base-128 natural numbers, the value of 4 gives a maximal array size of 256M.

  2. val NoAddr: Addr