All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class prolog.lib.univ_2

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

public class univ_2
extends CompiledPredicate
univ/2 ("=.."): Build and pull apart Compound terms.

Term =.. [Functor | Args]


Constructor Index

 o univ_2()

Method Index

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

Constructors

 o univ_2
 public univ_2()

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