All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class kl1.lang.GObject

java.lang.Object
   |
   +----kl1.lang.KL1Object
           |
           +----kl1.lang.GDObj
                   |
                   +----kl1.lang.GObject

public final class GObject
extends GDObj
This class wraps an object.

Author:
Satoshi KURAMOCHI

Variable Index

 o object
the wrapped object

Constructor Index

 o GObject(Object)
Constructs a wrapper.

Method Index

 o ()
 o _new(KL1Machine, Object)
 o gunify(GDObj)
 o unify(KL1Machine, GDObj)

Variables

 o object
 public Object object
the wrapped object

Constructors

 o GObject
 public GObject(Object object)
Constructs a wrapper.

Parameters:
object - an object reference.

Methods

 o
 static void ()
 o gunify
 public KL1Object gunify(GDObj that)
 o unify
 public void unify(KL1Machine mach,
                   GDObj that)
 o _new
 public static KL1Object _new(KL1Machine mach,
                              Object object)

All Packages  Class Hierarchy  This Package  Previous  Next  Index