AbstractFileClassLoader

dotty.tools.repl.AbstractFileClassLoader
class AbstractFileClassLoader(val root: AbstractFile, parent: ClassLoader) extends ClassLoader

Attributes

Graph
Supertypes
class ClassLoader
class Object
trait Matchable
class Any

Members list

Value members

Concrete methods

override def findClass(name: String): Class[_]

Attributes

Definition Classes
override def loadClass(name: String): Class[_]

Attributes

Definition Classes

Inherited methods

Attributes

Inherited from:
ClassLoader
final def getParent(): ClassLoader

Attributes

Inherited from:
ClassLoader

Attributes

Inherited from:
ClassLoader

Attributes

Inherited from:
ClassLoader

Attributes

Inherited from:
ClassLoader

Attributes

Inherited from:
ClassLoader

Attributes

Inherited from:
ClassLoader

Attributes

Inherited from:
ClassLoader

Concrete fields