public class TclDouble extends java.lang.Object implements InternalRep
| Modifier and Type | Method and Description |
|---|---|
void |
dispose()
Implement this no-op for the InternalRep interface.
|
InternalRep |
duplicate() |
static double |
get(Interp interp,
TclObject tobj) |
static TclObject |
newInstance(double d) |
static void |
set(TclObject tobj,
double d) |
java.lang.String |
toString() |
public InternalRep duplicate()
duplicate in interface InternalReppublic void dispose()
dispose in interface InternalReppublic static TclObject newInstance(double d)
public static double get(Interp interp, TclObject tobj) throws TclException
TclExceptionpublic static void set(TclObject tobj, double d)
public java.lang.String toString()
toString in class java.lang.Object