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