All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class prolog.lib.arg_3

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

public class arg_3
extends CompiledPredicate
arg/3: Extract the ith argument of a Compound term.


Constructor Index

 o arg_3()

Method Index

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

Constructors

 o arg_3
 public arg_3()

Methods

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

Overrides:
exec in class CompiledPredicate
 o toString
 public String toString()
Overrides:
toString in class CompiledPredicate

All Packages  Class Hierarchy  This Package  Previous  Next  Index