Addr

com.typesafe.tools.mima.core.TastyRefs$.Addr
final case class Addr(index: Int) extends AnyVal

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

Members list

Concise view

Value members

Concrete methods

def !=(that: Addr): Boolean
def +(delta: Int): Addr
def -(delta: Int): Addr
def <(that: Addr): Boolean
def ==(that: Addr): Boolean
def relativeTo(base: Addr): Addr

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product