このパッケージ クラス階層 このパッケージ 前項目 次項目 インデックス
クラス sun.tools.debug.RemoteString
java.lang.Object
|
+----sun.tools.debug.RemoteValue
|
+----sun.tools.debug.RemoteObject
|
+----sun.tools.debug.RemoteString
- public class RemoteString
- extends RemoteObject
RemoteStringクラスは、リモートJavaインタープリタの文字列へのアクセスを可能にします。
- 参照:
- RemoteDebugger
-
description()
- 文字列の値か"null"を返します。
-
toString()
- 文字列の値か"null"を返します。
-
typeName()
- このRemoteValueのタイプ ("String")を印刷します。
typeName
public String typeName()
- このRemoteValueのタイプ ("String")を印刷します。
- オーバーライド:
- クラス RemoteObjectのtypeName
description
public String description()
- 文字列の値か"null"を返します。
- オーバーライド:
- クラス RemoteObjectのdescription
toString
public String toString()
- 文字列の値か"null"を返します。
- オーバーライド:
- クラス RemoteObjectのtoString
全パッケージ クラス階層 このパッケージ 前項目 次項目 インデックス