AbstractFileClassLoader

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

Attributes

Graph
Supertypes
class ClassLoader
class Object
trait Matchable
class Any

Members list

Value members

Concrete methods

def defineClassInstrumented(name: String, originalBytes: Array[Byte]): Class[_ <: <FromJavaObject>]
override def findClass(name: String): Class[_]

Attributes

Definition Classes
override protected def findResource(name: String): URL | Null

Attributes

Definition Classes
override protected def findResources(name: String): Enumeration[URL]

Attributes

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

Attributes

Definition Classes

Inherited methods

Attributes

Inherited from:
ClassLoader

Attributes

Inherited from:
ClassLoader

Attributes

Inherited from:
ClassLoader
def getName(): String

Attributes

Inherited from:
ClassLoader
final def getParent(): ClassLoader

Attributes

Inherited from:
ClassLoader

Attributes

Inherited from:
ClassLoader

Attributes

Inherited from:
ClassLoader

Attributes

Inherited from:
ClassLoader
final def getUnnamedModule(): Module

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

val root: AbstractFile