scala.build.tastylib
package scala.build.tastylib
Members list
Packages
package scala.build.tastylib.internal
Type members
Classlikes
object TastyBuffer
Attributes
- Companion
- class
- Supertypes
-
class Objecttrait Matchableclass Any
- Self type
-
TastyBuffer.type
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 Objecttrait Matchableclass Any
Attributes
- Companion
- object
- Supertypes
-
trait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass AnyShow all
object TastyData
object TastyFormat
Attributes
- Supertypes
-
class Objecttrait Matchableclass Any
- Self type
-
TastyFormat.type
Attributes
- Companion
- object
- Supertypes
-
class Objecttrait Matchableclass Any
object TastyHeaderUnpickler
Attributes
- Companion
- class
- Supertypes
-
class Objecttrait Matchableclass Any
- Self type
-
TastyHeaderUnpickler.type
object TastyName
sealed abstract class TastyName extends Product, Serializable
Attributes
- Companion
- object
- Supertypes
-
trait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass AnyShow all
- Known subtypes
-
class SimpleName
Attributes
- Companion
- object
- Supertypes
-
class Objecttrait Matchableclass Any
object TastyReader
Attributes
- Companion
- class
- Supertypes
-
class Objecttrait Matchableclass Any
- Self type
-
TastyReader.type
object TastyUnpickler
Attributes
- Supertypes
-
class Objecttrait Matchableclass Any
- Self type
-
TastyUnpickler.type
object TastyVersions
Attributes
- Supertypes
-
class Objecttrait Matchableclass Any
- Self type
-
TastyVersions.type
class UnpickleException(msg: String) extends Exception
Attributes
- Supertypes
-
class Exceptionclass Throwabletrait Serializableclass Objecttrait Matchableclass AnyShow all
In this article