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 InternalRep
public void dispose()
dispose
in interface InternalRep
public static TclObject newInstance(double d)
public static double get(Interp interp, TclObject tobj) throws TclException
TclException
public static void set(TclObject tobj, double d)
public java.lang.String toString()
toString
in class java.lang.Object