全パッケージ  クラス階層  このパッケージ  前項目  次項目  インデックス

クラス 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

Method Index

 o get()
doubleの値を返します。
 o toString()
doubleの値を文字列として返します。
 o typeName()
このRemoteValueのタイプ("double")を印刷します。

Methods

 o get
  public double get()
doubleの値を返します。

 o typeName
  public String typeName()
このRemoteValueのタイプ ("double")を印刷します。

オーバーライド:
クラス RemoteValuetypeName
 o toString
  public String toString()
doubleの値を文字列として返します。

オーバーライド:
クラス ObjecttoString

全パッケージ  クラス階層  このパッケージ  前項目  次項目  インデックス