All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class prolog.JITCompiler

java.lang.Object
   |
   +----prolog.JITCompiler

public class JITCompiler
extends Object
Represents a pending compilation job.

See Also:
JITClassLoader, JITPredicate, TermType

Variable Index

 o classloader
The ClassLoader.

Constructor Index

 o JITCompiler(JITPredicate, TermType[])

Method Index

 o run()
Compiles a given predicate (= list of normalised clauses) for the given type signature.

Variables

 o classloader
 public static final JITClassLoader classloader
The ClassLoader. Loads the compiled class definitions into the JVM.

Constructors

 o JITCompiler
 public JITCompiler(JITPredicate predicate,
                    TermType type[])

Methods

 o run
 public void run()
Compiles a given predicate (= list of normalised clauses) for the given type signature.


All Packages  Class Hierarchy  This Package  Previous  Next  Index