All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class prolog.lib.fail_0

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

public class fail_0
extends CompiledPredicate
fail/0: Abandon this AND-branch; backtrack.


Constructor Index

 o fail_0()

Method Index

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

Constructors

 o fail_0
 public fail_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