scala.build.tastylib

Members list

Type members

Classlikes

object TastyBuffer

Attributes

Companion
class
Supertypes
class Object
trait Matchable
class Any
Self type
class TastyBuffer(initialSize: Int)

A byte array buffer that can be filled with bytes or natural numbers in TASTY format, and that supports reading and patching addresses represented as natural numbers.

A byte array buffer that can be filled with bytes or natural numbers in TASTY format, and that supports reading and patching addresses represented as natural numbers.

Attributes

Companion
object
Supertypes
class Object
trait Matchable
class Any
final case class TastyData(header: Header, names: Names, sections: Sections)

Attributes

Companion
object
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
object TastyData

Attributes

Companion
class
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
TastyData.type
object TastyFormat

Attributes

Supertypes
class Object
trait Matchable
class Any
Self type

Attributes

Companion
object
Supertypes
class Object
trait Matchable
class Any

Attributes

Companion
class
Supertypes
class Object
trait Matchable
class Any
Self type
object TastyName

Attributes

Companion
class
Supertypes
trait Sum
trait Mirror
class Object
trait Matchable
class Any
Self type
TastyName.type
sealed abstract class TastyName extends Product, Serializable

Attributes

Companion
object
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
Known subtypes
class SimpleName
class TastyReader(val bytes: Array[Byte], val start: Int, val end: Int, val base: Int)

Attributes

Companion
object
Supertypes
class Object
trait Matchable
class Any
object TastyReader

Attributes

Companion
class
Supertypes
class Object
trait Matchable
class Any
Self type

Attributes

Supertypes
class Object
trait Matchable
class Any
Self type
object TastyVersions

Attributes

Supertypes
class Object
trait Matchable
class Any
Self type
class UnpickleException(msg: String) extends Exception

Attributes

Supertypes
class Exception
class Throwable
trait Serializable
class Object
trait Matchable
class Any
Show all