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
-
classloader
- The ClassLoader.
-
JITCompiler(JITPredicate, TermType[])
-
-
run()
- Compiles a given predicate (= list of normalised clauses) for the
given type signature.
classloader
public static final JITClassLoader classloader
- The ClassLoader. Loads the compiled class definitions into the JVM.
JITCompiler
public JITCompiler(JITPredicate predicate,
TermType type[])
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