tcl.lang
Class TclDouble
java.lang.Object
  
tcl.lang.TclDouble
- All Implemented Interfaces: 
 - InternalRep
 
public class TclDouble
- extends Object
- implements InternalRep
  
| 
Field Summary | 
 double | 
value
 
            | 
 
 
 
value
public double value
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.