TreeUnpickler

Companion:
class
class Object
trait Matchable
class Any

Type members

Classlikes

Companion:
class
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

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

inline val AllDefs: 2
inline val MemberDefsOnly: 0
inline 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.