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