tcl.lang
Class TclDouble

java.lang.Object
  extended by tcl.lang.TclDouble
All Implemented Interfaces:
InternalRep

public class TclDouble
extends java.lang.Object
implements InternalRep


Method Summary
 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()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Method Detail

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