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).
-
atom_1()
-
-
exec(Term[], Prolog)
- Implements the functionality of the call.
atom_1
public atom_1()
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