All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class prolog.lib.write_1

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

public class write_1
extends CompiledPredicate
write/1: Display a Term.


Constructor Index

 o write_1()

Method Index

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

Constructors

 o write_1
 public write_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