全パッケージ クラス階層 このパッケージ 前項目 次項目 インデックス
クラス 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()
- doubleの値を返します。
-
toString()
- doubleの値を文字列として返します。
-
typeName()
- このRemoteValueのタイプ("double")を印刷します。
get
public double get()
- doubleの値を返します。
typeName
public String typeName()
- このRemoteValueのタイプ ("double")を印刷します。
- オーバーライド:
- クラス RemoteValue の typeName
toString
public String toString()
- doubleの値を文字列として返します。
- オーバーライド:
- クラス Object の toString
全パッケージ クラス階層 このパッケージ 前項目 次項目 インデックス