全パッケージ  クラス階層  このパッケージ  前項目  次項目  インデックス
  クラス sun.tools.debug.RemoteDouble
java.lang.Object
   |
   +----sun.tools.debug.RemoteValue
           |
           +----sun.tools.debug.RemoteDouble
  -  public class RemoteDouble
  -  extends RemoteValue
RemoteDoubleクラスは、doublesのRemoteValueを拡張します。
    -  参照:
    
-  RemoteValue, RemoteDebugger
   
  -   get() get()
-  doubleの値を返します。
  
-   toString() toString()
-  doubleの値を文字列として返します。
  
-   typeName() typeName()
- このRemoteValueのタイプ("double")を印刷します。
   
 get
get
  public double get()
  -  doubleの値を返します。
 
 typeName
typeName
  public String typeName()
  - このRemoteValueのタイプ ("double")を印刷します。
   
- 
    -  オーバーライド:
    
-  クラス RemoteValue の typeName
  
 
 toString
toString
  public String toString()
  -  doubleの値を文字列として返します。
   
- 
    -  オーバーライド:
    
-  クラス Object の toString
  
 
全パッケージ  クラス階層  このパッケージ  前項目  次項目  インデックス