All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class kl1.lang.Module_atom_table

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

public final class Module_atom_table
extends Module

Variable Index

 o predicate_atom__number_2
 o predicate_cache__table_1
 o predicate_get__atom__name_2
 o predicate_get__atom__string_2
 o predicate_intern_2
 o predicate_make__atom_2
 o predicate_set__atom__string_5

Constructor Index

 o Module_atom_table()

Method Index

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

Variables

 o predicate_make__atom_2
 public final Predicate predicate_make__atom_2
 o predicate_atom__number_2
 public final Predicate predicate_atom__number_2
 o predicate_get__atom__string_2
 public final Predicate predicate_get__atom__string_2
 o predicate_set__atom__string_5
 public final Predicate predicate_set__atom__string_5
 o predicate_intern_2
 public final Predicate predicate_intern_2
 o predicate_get__atom__name_2
 public final Predicate predicate_get__atom__name_2
 o predicate_cache__table_1
 public final Predicate predicate_cache__table_1

Constructors

 o Module_atom_table
 public Module_atom_table()

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