全パッケージ クラス階層 このパッケージ 前項目 次項目 インデックス
クラス 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()
- byteの値を返します。
-
toString()
- バイトの値を文字列として返します。
-
typeName()
- このRemoteValueのタイプ ("byte")を印刷します。
get
public byte get()
- byteの値を返します。
typeName
public String typeName()
- このRemoteValueのタイプ("byte")を印刷します。
- オーバーライド:
- クラスRemoteValueの typeName
toString
public String toString()
- byteの値を文字列として返します。
- オーバーライド:
- クラス Objectの toString
全パッケージ クラス階層 このパッケージ 前項目 次項目 インデックス