TastyRefs

com.typesafe.tools.mima.core.TastyRefs$
object TastyRefs

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Concise view

Type members

Classlikes

final case class Addr(index: Int) extends AnyVal

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

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

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
class AnyVal
trait Matchable
class Any

Value members

Concrete fields

final val AddrWidth: 4

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.

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.

Attributes