All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class kl1.lang.Module_unify_term_dcode

java.lang.Object
   |
   +----kl1.lang.Module
           |
           +----kl1.lang.Module_unify_term_dcode

public final class Module_unify_term_dcode
extends Module

Variable Index

 o predicate_unify_2
 o predicate_unify__args_3
 o predicate_unify__goal_2
 o predicate_unify__pf_2

Constructor Index

 o Module_unify_term_dcode()

Method Index

 o exec(KL1Machine, Goalrec, Predicate)
Executes goals.
 o init(KL1Machine)
Initializes the module.

Variables

 o predicate_unify_2
 public final Predicate predicate_unify_2
 o predicate_unify__pf_2
 public final Predicate predicate_unify__pf_2
 o predicate_unify__args_3
 public final Predicate predicate_unify__args_3
 o predicate_unify__goal_2
 public final Predicate predicate_unify__goal_2

Constructors

 o Module_unify_term_dcode
 public Module_unify_term_dcode()

Methods

 o init
 public final void init(KL1Machine mach)
Initializes the module.

Overrides:
init in class Module
 o exec
 public Module exec(KL1Machine mach,
                    Goalrec qp,
                    Predicate toppred)
Executes goals.

Overrides:
exec in class Module

All Packages  Class Hierarchy  This Package  Previous  Next  Index