<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
<!--NewPage-->
<html>
<head>
<!-- Generated by javadoc on Wed Jul 28 01:21:15 GMT 1999 -->
<title>
  Class sun.tools.debug.RemoteStackVariable
</title>
</head>
<body>
<a name="_top_"></a>
<pre>
<a href="packages.html">All Packages</a>  <a href="tree.html">Class Hierarchy</a>  <a href="Package-sun.tools.debug.html">This Package</a>  <a href="sun.tools.debug.RemoteStackFrame.html#_top_">Previous</a>  <a href="sun.tools.debug.RemoteString.html#_top_">Next</a>  <a href="AllNames.html">Index</a></pre>
<hr>
<h1>
  Class sun.tools.debug.RemoteStackVariable
</h1>
<pre>
<a href="java.lang.Object.html#_top_">java.lang.Object</a>
   |
   +----sun.tools.debug.LocalVariable
           |
           +----sun.tools.debug.RemoteStackVariable
</pre>
<hr>
<dl>
  <dt> public class <b>RemoteStackVariable</b>
  <dt> extends LocalVariable
  <dt> implements AgentConstants
</dl>
A RemoteStackVariable represents a method argument or local variable.
 It is similar to a RemoteField, but is much more transient in nature.
<p>
<dl>
    <dt> <b>See Also:</b>
    <dd> <a href="sun.tools.debug.RemoteField.html#_top_">RemoteField</a>
</dl>
<hr>
<a name="index"></a>
<h2>
  <img src="images/method-index.gif" width=207 height=38 alt="Method Index">
</h2>
<dl>
  <dt> <img src="images/red-ball-small.gif" width=6 height=6 alt=" o ">
	<a href="#getName()"><b>getName</b></a>()
  <dd> Return the name of a stack variable or argument.
  <dt> <img src="images/red-ball-small.gif" width=6 height=6 alt=" o ">
	<a href="#getType()"><b>getType</b></a>()
  <dd>  Returns a Type object for the field.
  <dt> <img src="images/red-ball-small.gif" width=6 height=6 alt=" o ">
	<a href="#getValue()"><b>getValue</b></a>()
  <dd> Return the value of a stack variable or argument.
  <dt> <img src="images/red-ball-small.gif" width=6 height=6 alt=" o ">
	<a href="#inScope()"><b>inScope</b></a>()
  <dd> Return whether variable is in scope.
  <dt> <img src="images/red-ball-small.gif" width=6 height=6 alt=" o ">
	<a href="#methodArgument()"><b>methodArgument</b></a>()
  <dd> Return whether variable is a method argument.
</dl>
<a name="methods"></a>
<h2>
  <img src="images/methods.gif" width=151 height=38 alt="Methods">
</h2>
<a name="getName()"><img src="images/red-ball.gif" width=12 height=12 alt=" o "></a>
<a name="getName"><b>getName</b></a>
<pre>
 public <a href="java.lang.String.html#_top_">String</a> getName()
</pre>
<dl>
  <dd> Return the name of a stack variable or argument.
<p>
</dl>
<a name="getValue()"><img src="images/red-ball.gif" width=12 height=12 alt=" o "></a>
<a name="getValue"><b>getValue</b></a>
<pre>
 public <a href="sun.tools.debug.RemoteValue.html#_top_">RemoteValue</a> getValue()
</pre>
<dl>
  <dd> Return the value of a stack variable or argument.
<p>
</dl>
<a name="inScope()"><img src="images/red-ball.gif" width=12 height=12 alt=" o "></a>
<a name="inScope"><b>inScope</b></a>
<pre>
 public boolean inScope()
</pre>
<dl>
  <dd> Return whether variable is in scope.
<p>
</dl>
<a name="methodArgument()"><img src="images/red-ball.gif" width=12 height=12 alt=" o "></a>
<a name="methodArgument"><b>methodArgument</b></a>
<pre>
 public boolean methodArgument()
</pre>
<dl>
  <dd> Return whether variable is a method argument.
<p>
</dl>
<a name="getType()"><img src="images/red-ball.gif" width=12 height=12 alt=" o "></a>
<a name="getType"><b>getType</b></a>
<pre>
 public Type getType()
</pre>
<dl>
  <dd> Returns a Type object for the field.
<p>
</dl>
<hr>
<pre>
<a href="packages.html">All Packages</a>  <a href="tree.html">Class Hierarchy</a>  <a href="Package-sun.tools.debug.html">This Package</a>  <a href="sun.tools.debug.RemoteStackFrame.html#_top_">Previous</a>  <a href="sun.tools.debug.RemoteString.html#_top_">Next</a>  <a href="AllNames.html">Index</a></pre>
</body>
</html>
