All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class prolog.lib.consult_1

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

public class consult_1
extends CompiledPredicate
consult/1: Read a file. consult(+filename)

See Also:
consult, Parser

Constructor Index

 o consult_1()

Method Index

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

Constructors

 o consult_1
 public consult_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