全パッケージ  クラス階層  このパッケージ  前項目  次項目  インデックス
  クラスsun.tools.debug.RemoteStackVariable
java.lang.Object
   |
   +----sun.tools.debug.LocalVariable
           |
           +----sun.tools.debug.RemoteStackVariable
  -  public class RemoteStackVariable
  -  extends LocalVariable
  -  implements AgentConstants
RemoteStackVariableは、メソッド引数かローカル変数を表示します。RemoteStackVariableはRemoteFieldと似ていますが、 その性質ははるかに一時的です。
    -  参照:
    
-  RemoteField
   
  -   getName() getName()
-  スタック変数か引数の名前を返します。
  
-   getType() getType()
- フィールドのTypeオブジェクトを返します。
  
-   getValue() getValue()
-  スタック変数か引数の値を返します。
  
-   inScope() inScope()
-  変数が範囲内にあるか否かを返します。
  
-   methodArgument() methodArgument()
-  変数がメソッド引数か否かを返します。
   
 getName
getName
  public String getName()
  -  スタック変数か引数の名前を返します。
 
 getValue
getValue
  public RemoteValue getValue()
  -  スタック変数か引数の値を返します。
 
 inScope
inScope
  public boolean inScope()
  -  変数が範囲内にあるか否かを返します。
 
 methodArgument
methodArgument
  public boolean methodArgument()
  -  変数がメソッド引数か否かを返します。
 
 getType
getType
  public Type getType()
  - フィールドのTypeオブジェクトを返します。
 
全パッケージ  クラス階層  このパッケージ  前項目  次項目  インデックス