Java Debug Interface

インタフェース
com.sun.jdi.IntegerValue の使用

IntegerValue を使用しているパッケージ
com.sun.jdi Java Debug Interface (JDI) のコアパッケージで、ブートストラップ機能以外に、値、 型、およびターゲット VirtualMachine 自体に対するミラーを定義します。  
 

com.sun.jdi での IntegerValue の使用
 

IntegerValue を返す com.sun.jdi のメソッド
 IntegerValue VirtualMachine.mirrorOf(int value)
          指定された値に対して IntegerValue を作成します。
 


Java Debug Interface