tcl.lang
Class TclDouble
java.lang.Object
tcl.lang.TclDouble
- All Implemented Interfaces:
- InternalRep
public class TclDouble
- extends java.lang.Object
- implements InternalRep
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
duplicate
public InternalRep duplicate()
- Specified by:
duplicate
in interface InternalRep
dispose
public void dispose()
- Implement this no-op for the InternalRep interface.
- Specified by:
dispose
in interface InternalRep
newInstance
public static TclObject newInstance(double d)
get
public static double get(Interp interp,
TclObject tobj)
throws TclException
- Throws:
TclException
set
public static void set(TclObject tobj,
double d)
toString
public java.lang.String toString()
- Overrides:
toString
in class java.lang.Object