Scala2Unpickler

Companion:
class
class Object
trait Matchable
class Any

Type members

Classlikes

Exception thrown if classfile is corrupted

Exception thrown if classfile is corrupted

case class TempClassInfoType(parentTypes: List[Type], decls: Scope, clazz: Symbol) extends UncachedGroundType

Temporary type for classinfos, will be decomposed on completion of the class

Temporary type for classinfos, will be decomposed on completion of the class

case class TempPolyType(tparams: List[TypeSymbol], tpe: Type) extends UncachedGroundType

Value members

Concrete methods

def ensureConstructor(cls: ClassSymbol, clsDenot: ClassDenotation, scope: Scope)(using Context): Unit
def setClassInfo(denot: ClassDenotation, info: Type, fromScala2: Boolean, selfInfo: Type)(using Context): Unit

Convert temp poly type to poly type and leave other types alone.

Convert temp poly type to poly type and leave other types alone.