package tastylib
Ordering
- Alphabetic
Visibility
- Public
- Protected
Type Members
- case class ErasedTypeRef(qualifiedName: TypeName, arrayDims: Int) extends Product with Serializable
Represents an erased type of a scala class/object with the number of array dimensions.
Represents an erased type of a scala class/object with the number of array dimensions.
- qualifiedName
the fully qualified path of the class/object, including selection from package or class, unencoded
- arrayDims
the number of array dimensions of this type ref. A 0-dimensional array is just qualifiedName itself
- sealed abstract class Signature[+T] extends AnyRef
Represents the structure of an uncurried Scala method signature
- class TastyBuffer extends AnyRef
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.
- final case class TastyData(header: Header, names: Names, sections: Sections) extends Product with Serializable
- class TastyHeaderUnpickler extends AnyRef
- sealed abstract class TastyName extends Product with Serializable
- class TastyReader extends AnyRef
- class UnpickleException extends RuntimeException
Value Members
- object ErasedTypeRef extends java.io.Serializable
- object Signature
- object TastyBuffer
- object TastyData extends java.io.Serializable
- object TastyFormat
- object TastyHeaderUnpickler
- object TastyName extends java.io.Serializable
- object TastyReader
- object TastyUnpickler