All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class prolog.lib.halt_0

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

public class halt_0
extends CompiledPredicate
halt/0: Exit the prolog system.


Constructor Index

 o halt_0()

Method Index

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

Constructors

 o halt_0
 public halt_0()

Methods

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

Overrides:
exec in class CompiledPredicate

All Packages  Class Hierarchy  This Package  Previous  Next  Index