CustomClassLoader

org.nlogo.generate.CustomClassLoader
class CustomClassLoader(normalClassLoader: ClassLoader) extends ClassLoader

Attributes

Source
CustomClassLoader.scala
Graph
Supertypes
class ClassLoader
class Object
trait Matchable
class Any

Members list

Value members

Concrete methods

def loadBytecodeClass(className: String, bytecode: Array[Byte]): Class[_]

Attributes

Source
CustomClassLoader.scala
override def loadClass(name: String): Class[_]

Attributes

Definition Classes
ClassLoader
Source
CustomClassLoader.scala

Inherited methods

Attributes

Inherited from:
ClassLoader
final def getDefinedPackage(x$0: String): Package

Attributes

Inherited from:
ClassLoader
final def getDefinedPackages(): Array[Package]

Attributes

Inherited from:
ClassLoader
def getName(): String

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
final def getUnnamedModule(): Module

Attributes

Inherited from:
ClassLoader

Attributes

Inherited from:
ClassLoader
def resources(x$0: String): Stream[URL]

Attributes

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

Attributes

Inherited from:
ClassLoader

Attributes

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

Attributes

Inherited from:
ClassLoader

Concrete fields

Attributes

Source
CustomClassLoader.scala

Attributes

Source
CustomClassLoader.scala