<!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.RemoteField
</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.RemoteDouble.html#_top_">Previous</a>  <a href="sun.tools.debug.RemoteFloat.html#_top_">Next</a>  <a href="AllNames.html">Index</a></pre>
<hr>
<h1>
  Class sun.tools.debug.RemoteField
</h1>
<pre>
<a href="java.lang.Object.html#_top_">java.lang.Object</a>
   |
   +----sun.tools.debug.Field
           |
           +----sun.tools.debug.RemoteField
</pre>
<hr>
<dl>
  <dt> public class <b>RemoteField</b>
  <dt> extends Field
  <dt> implements AgentConstants
</dl>
A RemoteField allows access to a variable or method of an object
 or class in a remote Java interpreter.
<p>
<dl>
    <dt> <b>See Also:</b>
    <dd> <a href="sun.tools.debug.RemoteStackVariable.html#_top_">RemoteStackVariable</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="#getModifiers()"><b>getModifiers</b></a>()
  <dd>  Returns a string with the field's modifiers, such as "public",
 "static", "final", etc.
  <dt> <img src="images/red-ball-small.gif" width=6 height=6 alt=" o ">
	<a href="#getName()"><b>getName</b></a>()
  <dd>  Returns the name of the field.
  <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="#getTypedName()"><b>getTypedName</b></a>()
  <dd>  Returns a string describing the field with its full type.
  <dt> <img src="images/red-ball-small.gif" width=6 height=6 alt=" o ">
	<a href="#isStatic()"><b>isStatic</b></a>()
  <dd>  Returns whether the field is static (a class variable or method).
  <dt> <img src="images/red-ball-small.gif" width=6 height=6 alt=" o ">
	<a href="#toString()"><b>toString</b></a>()
  <dd>  Returns a string representation of the object.
</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> Returns the name of the field.
<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>
<a name="getTypedName()"><img src="images/red-ball.gif" width=12 height=12 alt=" o "></a>
<a name="getTypedName"><b>getTypedName</b></a>
<pre>
 public <a href="java.lang.String.html#_top_">String</a> getTypedName()
</pre>
<dl>
  <dd> Returns a string describing the field with its full type.  
 This string is similar to the one defining the field or
 its source code, such as "int enumerate(Thread[])" or
 "char name[]".
<p>
</dl>
<a name="getModifiers()"><img src="images/red-ball.gif" width=12 height=12 alt=" o "></a>
<a name="getModifiers"><b>getModifiers</b></a>
<pre>
 public <a href="java.lang.String.html#_top_">String</a> getModifiers()
</pre>
<dl>
  <dd> Returns a string with the field's modifiers, such as "public",
 "static", "final", etc.  If the field has no modifiers, an empty
 String is returned.
<p>
</dl>
<a name="isStatic()"><img src="images/red-ball.gif" width=12 height=12 alt=" o "></a>
<a name="isStatic"><b>isStatic</b></a>
<pre>
 public boolean isStatic()
</pre>
<dl>
  <dd> Returns whether the field is static (a class variable or method).
<p>
</dl>
<a name="toString()"><img src="images/red-ball.gif" width=12 height=12 alt=" o "></a>
<a name="toString"><b>toString</b></a>
<pre>
 public <a href="java.lang.String.html#_top_">String</a> toString()
</pre>
<dl>
  <dd> Returns a string representation of the object.
<p>
  <dd><dl>
    <dt> <b>Overrides:</b>
    <dd> <a href="java.lang.Object.html#toString()">toString</a> in class <a href="java.lang.Object.html#_top_">Object</a>
  </dl></dd>
</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.RemoteDouble.html#_top_">Previous</a>  <a href="sun.tools.debug.RemoteFloat.html#_top_">Next</a>  <a href="AllNames.html">Index</a></pre>
</body>
</html>
