| java.lang.Object tcl.lang.TclDouble
Field Summary | |
double | value |
dispose | public void dispose()(Code) | | Implement this no-op for the InternalRep interface.
|
exprSetInternalRep | static void exprSetInternalRep(TclObject tobj, double d)(Code) | | This special helper method is used only by
the Expression module. This method will
change the internal rep to a TclDouble with
the passed in double value. This method does
not invalidate the string rep since the
object's value is not being changed.
Parameters: tobj - the object to operate on. Parameters: d - the new double value. |
setRecycledInternalRep | static void setRecycledInternalRep(TclObject tobj)(Code) | | |
|
|