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