All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class prolog.lib.identical_2

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

public class identical_2
extends CompiledPredicate
identical/2 ('=='/2): Are two Terms exactly the same?


Constructor Index

 o identical_2()

Method Index

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

Constructors

 o identical_2
 public identical_2()

Methods

 o exec
 public boolean exec(Term args[],
                     Prolog p)
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