All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class prolog.lib.atom_1

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

public class atom_1
extends CompiledPredicate
atom/1: Is this Term an atom? (atom == Num, Compound with arity = 0).


Constructor Index

 o atom_1()

Method Index

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

Constructors

 o atom_1
 public atom_1()

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