tasty-lib
tasty-lib
scala.build.tastylib
ErasedTypeRef
ErasedTypeRef
Signature
Signature
MethodSignature
TastyBuffer
Addr
NameRef
TastyBuffer
TastyData
TastyData
Header
Names
Sections
TastyFormat
NameTags
TastyHeaderUnpickler
TastyHeaderUnpickler
TastyName
DebugEncoder
DefaultName
NameEncoder
ObjectName
PrefixName
QualifiedName
ScalaNameEncoder
SignedName
SimpleName
SourceEncoder
StringBuilderEncoder
SuffixName
TypeName
TypeName
UniqueName
TastyName
TastyReader
TastyReader
Bytes
Bytes
TastyUnpickler
NameTable
UnpickleException
tasty-lib
/
scala.build.tastylib
/
TastyBuffer
/
Addr
Addr
final case
class
Addr
(index:
Int
) extends
AnyVal
An address pointing to an index in a Tasty buffer's byte array
Graph
Supertypes
trait
Serializable
trait
Product
trait
Equals
class
AnyVal
trait
Matchable
class
Any
Value members
Value members
Concrete methods
def
!=
(that:
Addr
):
Boolean
def
+
(delta:
Int
):
Addr
def
-
(delta:
Int
):
Addr
def
==
(that:
Addr
):
Boolean
def
relativeTo
(base:
Addr
):
Addr
Inherited methods
def
productElementNames
:
Iterator
[
String
]
Inherited from
Product
def
productIterator
:
Iterator
[
Any
]
Inherited from
Product