final object Scala2Unpickler

Constructors

Members

[+] class BadSignature

Exception thrown if classfile is corrupted

Exception thrown if classfile is corrupted

[+] case class TempClassInfoType

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

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

[+] final object TempClassInfoType

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
[+] final object TempPolyType
[+] def addConstructorTypeParams ( denot: SymDenotation ) ( implicit ctx: Context ) : Unit
[+] def arrayToRepeated ( tp: Type ) ( implicit ctx: Context ) : Type

Convert array parameters denoting a repeated parameter of a Java method to RepeatedParamClass types.

Convert array parameters denoting a repeated parameter of a Java method to RepeatedParamClass types.

[+] def ensureConstructor ( cls: ClassSymbol , scope: Scope ) ( implicit ctx: Context ) : Unit
[+] def setClassInfo ( denot: ClassDenotation , info: Type , selfInfo: Type ) ( implicit ctx: Context ) : Unit
[+] def setClassInfo$default$3 : NoType$
[+] def translateTempPoly ( tp: Type ) ( implicit ctx: Context ) : Type

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

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