All Packages Class Hierarchy This Package Previous Next Index
Class prolog.lib.true_0
java.lang.Object
|
+----prolog.Predicate
|
+----prolog.CompiledPredicate
|
+----prolog.lib.true_0
- public class true_0
- extends CompiledPredicate
true/0: Always suceed.
-
true_0()
-
-
exec(Term[], Prolog)
- Implements the functionality of the call.
true_0
public true_0()
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