| java.lang.Object tcl.lang.ReflectObject
All known Subclasses: tcl.lang.ArrayObject,
ReflectObject | public class ReflectObject implements InternalRep,CommandWithDispose(Code) | | A ReflectObject is used to create and access arbitrary Java objects
using the Java Reflection API. It wraps around a Java object (i.e.,
an instance of any Java class) and expose it to Tcl scripts. The
object is registered inside the interpreter and is given a string
name. Tcl scripts can manipulate this object as long as the the
reference count of the object is greater than zero.
|
dispose | public void dispose()(Code) | | |
disposeCmd | public void disposeCmd()(Code) | | |
|
|