All Packages Class Hierarchy This Package Previous Next Index
Class prolog.lib.compile_1
java.lang.Object
|
+----prolog.Predicate
|
+----prolog.CompiledPredicate
|
+----prolog.lib.compile_1
- public class compile_1
- extends CompiledPredicate
compile/1: Put in a JITPredicate record for the
specified predicate.
- See Also:
- PredicateCodeGen
-
compile_1()
-
-
exec(Term[], Prolog)
- Implements the functionality of the call.
compile_1
public compile_1()
exec
public boolean exec(Term args[],
Prolog p) throws PrologException
- Implements the functionality of the call.
- Overrides:
- exec in class CompiledPredicate
All Packages Class Hierarchy This Package Previous Next Index