All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class prolog.JITClassLoader

java.lang.Object
   |
   +----java.lang.ClassLoader
           |
           +----prolog.JITClassLoader

class JITClassLoader
extends ClassLoader
implements Serializable
Loads a class compiled by the Compiler. This is based on sample code from the JavaClass API, specifically the Poor Man's Genericity project.

See Also:
PredicateCodeGen

This class is not public and therefore cannot be used outside this package.


All Packages  Class Hierarchy  This Package  Previous  Next  Index