Packages

p

scala.build

tastylib

package tastylib

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. Protected

Type Members

  1. 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

  2. sealed abstract class Signature[+T] extends AnyRef

    Represents the structure of an uncurried Scala method signature

  3. 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.

  4. final case class TastyData(header: Header, names: Names, sections: Sections) extends Product with Serializable
  5. class TastyHeaderUnpickler extends AnyRef
  6. sealed abstract class TastyName extends Product with Serializable
  7. class TastyReader extends AnyRef
  8. class UnpickleException extends RuntimeException

Ungrouped