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

Concise view

Value members

Concrete methods

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

Attributes

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

Attributes

Definition Classes
ClassLoader

Inherited methods

Attributes

Inherited from:
ClassLoader
final def getParent(): ClassLoader

Attributes

Inherited from:
ClassLoader
def getResource(x$0: String): URL

Attributes

Inherited from:
ClassLoader
def getResourceAsStream(x$0: String): InputStream

Attributes

Inherited from:
ClassLoader
def getResources(x$0: String): Enumeration[URL]

Attributes

Inherited from:
ClassLoader
def setClassAssertionStatus(x$0: String, x$1: Boolean): Unit

Attributes

Inherited from:
ClassLoader
def setDefaultAssertionStatus(x$0: Boolean): Unit

Attributes

Inherited from:
ClassLoader
def setPackageAssertionStatus(x$0: String, x$1: Boolean): Unit

Attributes

Inherited from:
ClassLoader

Concrete fields