全パッケージ  クラス階層  このパッケージ  前項目  次項目  インデックス

クラス 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

Method Index

 o get()
byteの値を返します。
 o toString()
バイトの値を文字列として返します。
 o typeName()
このRemoteValueのタイプ ("byte")を印刷します。

Methods

 o get
  public byte get()
byteの値を返します。

 o typeName
  public String typeName()
このRemoteValueのタイプ("byte")を印刷します。

オーバーライド:
クラスRemoteValuetypeName
 o toString
  public String toString()
byteの値を文字列として返します。

オーバーライド:
クラス ObjecttoString

全パッケージ  クラス階層  このパッケージ  前項目  次項目  インデックス