class ClassfileLoader
extends SymbolLoader

Constructors

ClassfileLoader ( classfile: AbstractFile )

Members

[+] val classfile : AbstractFile
[+] def description : String

Description of the resource (ClassPath, AbstractFile) being processed by this loader

Description of the resource (ClassPath, AbstractFile) being processed by this loader

[+] override def doComplete ( root: SymDenotation ) ( implicit ctx: Context ) : Unit

Load source or class file for root, return

Load source or class file for root, return

[+] def load ( root: SymDenotation ) ( implicit ctx: Context ) : Option [ Embedded ]
[+] def rootDenots ( rootDenot: ClassDenotation ) ( implicit ctx: Context ) : ( ClassDenotation, ClassDenotation )
[+] override def sourceFileOrNull : AbstractFile