All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class prolog.lib.builtin_1

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

public class builtin_1
extends CompiledPredicate
builtin/1: True if the argument is a builtin predicate.


Constructor Index

 o builtin_1()

Method Index

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

Constructors

 o builtin_1
 public builtin_1()

Methods

 o exec
 public boolean exec(Term args[],
                     Prolog p) throws ArgumentException
Implements the functionality of the call.

Overrides:
exec in class CompiledPredicate

All Packages  Class Hierarchy  This Package  Previous  Next  Index