All Packages Class Hierarchy This Package Previous Next Index
Class prolog.lib.compile_0
java.lang.Object
|
+----prolog.Predicate
|
+----prolog.CompiledPredicate
|
+----prolog.lib.compile_0
- public class compile_0
- extends CompiledPredicate
compile/0: Turn on the compiler.
-
compile_0()
-
-
exec(Term[], Prolog)
- Implements the functionality of the call.
compile_0
public compile_0()
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