TreeUnpickler

Companion
class
class Object
trait Matchable
class Any

Type members

Classlikes

sealed trait UnpickleMode

Define the expected format of the tasty bytes

Define the expected format of the tasty bytes

  • TopLevel: Tasty that contains a full class nested in its package
  • Term: Tasty that contains only a term tree
  • TypeTree: Tasty that contains only a type tree or a reference to a type
Companion
object
object UnpickleMode
Companion
class

Types

An enumeration indicating which subtrees should be added to an OwnerTree.

An enumeration indicating which subtrees should be added to an OwnerTree.

Value members

Concrete fields

final val AllDefs: 2
final val MemberDefsOnly: 0
final val NoMemberDefs: 1

A marker value used to detect cyclic reference while unpickling definitions.

A marker value used to detect cyclic reference while unpickling definitions.