A class loader is an object that is responsible for loading classes.
Defined in: ClassLoader.js.
| Constructor Attributes | Constructor Name and Description |
|---|---|
| Method Attributes | Method Name and Description |
|---|---|
|
provide(classname, exists)
Declares that a class is about to be provided.
|
|
|
require(classname)
Declares a class requirement.
|
|
|
requireLibrary(name)
Loads a native library compliant with the JLS native engine.
|