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