Addr

dotty.tools.tasty.TastyBuffer$.Addr
final case class Addr(index: Int) extends AnyVal

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

Attributes

Source
TastyBuffer.scala
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class AnyVal
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

def !=(that: Addr): Boolean

Attributes

Source
TastyBuffer.scala
def +(delta: Int): Addr

Attributes

Source
TastyBuffer.scala
def -(delta: Int): Addr

Attributes

Source
TastyBuffer.scala
def ==(that: Addr): Boolean

Attributes

Source
TastyBuffer.scala
def relativeTo(base: Addr): Addr

Attributes

Source
TastyBuffer.scala

Inherited methods

An iterator over the names of all the elements of this product.

An iterator over the names of all the elements of this product.

Attributes

Inherited from:
Product
Source
Product.scala

An iterator over all the elements of this product.

An iterator over all the elements of this product.

Attributes

Returns

in the default implementation, an Iterator[Any]

Inherited from:
Product
Source
Product.scala