Class jls.lang.ClassLoader

A class loader is an object that is responsible for loading classes.
Defined in: ClassLoader.js.

Class Summary
Constructor Attributes Constructor Name and Description
 
Method Summary
Method Attributes Method Name and Description
 
provide(classname, exists)
Declares that a class is about to be provided.
 
require(classname)
Declares a class requirement.
 
Loads a native library compliant with the JLS native engine.
Class Detail
jls.lang.ClassLoader()
Method Detail
provide(classname, exists)
Declares that a class is about to be provided.
Parameters:
{String} classname
The classname that is provided.
exists

require(classname)
Declares a class requirement. If that class has not yet been provided then it is loaded.
Parameters:
{String} classname
The classname that is required.

requireLibrary(name)
Loads a native library compliant with the JLS native engine.
Parameters:
{String} name
The name of the library to load.

Documentation generated by JsDoc Toolkit 2.3.2 on Sat Jan 08 2011 02:00:13 GMT+0100 (CET)