All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class prolog.lib.nocompile_1

java.lang.Object
   |
   +----prolog.Predicate
           |
           +----prolog.CompiledPredicate
                   |
                   +----prolog.lib.nocompile_1

public class nocompile_1
extends CompiledPredicate
nocompile/1: Don't compile this predicate.

nocompile(PredicateName/Arity)


Constructor Index

 o nocompile_1()

Method Index

 o exec(Term[], Prolog)
Implements the functionality of the call.

Constructors

 o nocompile_1
 public nocompile_1()

Methods

 o 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