class SourcefileLoader
extends SymbolLoader

Constructors

SourcefileLoader ( srcfile: AbstractFile )

Members

[+] val srcfile : 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

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

Load source or class file for root, return

Load source or class file for root, return

[+] override def sourceFileOrNull : AbstractFile