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

クラスsun.tools.debug.RemoteShort

java.lang.Object
   |
   +----sun.tools.debug.RemoteValue
           |
           +----sun.tools.debug.RemoteShort

public class RemoteShort
extends RemoteValue
RemoteShortクラスは、shortのRemoteValueを拡張します。

参照:
RemoteValue, RemoteDebugger

Method Index

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

Methods

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

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

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

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

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