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

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

Method Index

 o description()
文字列の値か"null"を返します。
 o toString()
文字列の値か"null"を返します。
 o typeName()
このRemoteValueのタイプ ("String")を印刷します。

Methods

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

オーバーライド:
クラス RemoteObjecttypeName
 o description
  public String description()
文字列の値か"null"を返します。

オーバーライド:
クラス RemoteObjectdescription
 o toString
  public String toString()
文字列の値か"null"を返します。

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

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