All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class prolog.lib.read_1

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

public class read_1
extends CompiledPredicate
read/1: Read in a Prolog term.


Constructor Index

 o read_1()

Method Index

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

Constructors

 o read_1
 public read_1()

Methods

 o exec
 public boolean exec(Term args[],
                     Prolog p) throws PrologException
Implements the functionality of the call.

Overrides:
exec in class CompiledPredicate

All Packages  Class Hierarchy  This Package  Previous  Next  Index