Packages  This Package  Previous  Next  Index

Class sun.tools.debug.RemoteInt

java.lang.Object
   |
   +----sun.tools.debug.RemoteValue
           |
           +----sun.tools.debug.RemoteInt

public class RemoteInt
extends RemoteValue
The RemoteInt class extends RemoteValue for ints.
See Also:
RemoteValue, RemoteDebugger

Constructor Index

 o RemoteInt(int)

Method Index

 o get()
Return the int's value.
 o toString()
Return the int's value as a string.
 o typeName()
Print this RemoteValue's type ("int").

Constructors

 o RemoteInt
  public RemoteInt(int i)

Methods

 o get
  public int get()
Return the int's value.
 o typeName
  public String typeName()
Print this RemoteValue's type ("int").
Overrides:
typeName in class RemoteValue
 o toString
  public String toString()
Return the int's value as a string.
Overrides:
toString in class Object

Packages  This Package  Previous  Next  Index