All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class kl1.lang.GMerge

java.lang.Object
   |
   +----kl1.lang.KL1Object
           |
           +----kl1.lang.GCObj
                   |
                   +----kl1.lang.GMerge

public class GMerge
extends GCObj
This class represents a merger.

Author:
Satoshi KURAMOCHI

Constructor Index

 o GMerge(int, KL1Object)
Constructs a merger.

Method Index

 o ()
 o _new(KL1Machine, KL1Object[])
Creates generic objects.
 o active_unify(KL1Machine, KL1Object)
Performs an active unification.
 o print()
Prints the information of the object.

Constructors

 o GMerge
 public GMerge(int count,
               KL1Object outstream)
Constructs a merger.

Methods

 o
 static void ()
 o active_unify
 public KL1Object active_unify(KL1Machine mach,
                               KL1Object that)
Performs an active unification.

Overrides:
active_unify in class GCObj
 o print
 public String print()
Prints the information of the object.

Overrides:
print in class KL1Object
 o _new
 public static KL1Object _new(KL1Machine mach,
                              KL1Object argv[])
Creates generic objects.


All Packages  Class Hierarchy  This Package  Previous  Next  Index