tcl.lang
Class TclDouble

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

public class TclDouble
extends Object
implements InternalRep


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

Field Detail

value

public double value
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 String toString()
Overrides:
toString in class Object


Copyright © 2015. All rights reserved.