class DottyUnpickler
extends Embedded

A class for unpickling Tasty trees and symbols.

Constructors

DottyUnpickler ( bytes: Array [ Byte ] )

Members

private val bytes : Array [ Byte ]
private val posUnpicklerOpt : Option [ PositionUnpickler ]
private val treeUnpickler : TreeUnpickler
val unpickler : TastyUnpickler
def body ( implicit ctx: Context ) : List [ Tree ]

The unpickled trees, and the source file they come from.

The unpickled trees, and the source file they come from.

def enter ( roots: Set [ SymDenotation ] ) ( implicit ctx: Context ) : Unit

Enter all toplevel classes and objects into their scopes

Enter all toplevel classes and objects into their scopes