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