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

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

Constructor Index

 o RemoteInt(int)

Method Index

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

Constructors

 o RemoteInt
  public RemoteInt(int i)

Methods

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

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

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

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

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