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