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?
-
identical_2()
-
-
exec(Term[], Prolog)
- Implements the functionality of the call.
-
toString()
-
identical_2
public identical_2()
exec
public boolean exec(Term args[],
Prolog p)
- Implements the functionality of the call.
- Overrides:
- exec in class CompiledPredicate
toString
public String toString()
- Overrides:
- toString in class CompiledPredicate
All Packages Class Hierarchy This Package Previous Next Index