Class sun.tools.debug.RemoteInt
All Packages Class Hierarchy 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
-
RemoteInt(int)
-
-
get()
- Return the int's value.
-
toString()
- Return the int's value as a string.
-
typeName()
- Print this RemoteValue's type ("int").
RemoteInt
public RemoteInt(int i)
get
public int get()
- Return the int's value.
typeName
public String typeName()
- Print this RemoteValue's type ("int").
- Overrides:
- typeName in class RemoteValue
toString
public String toString()
- Return the int's value as a string.
- Overrides:
- toString in class Object
All Packages Class Hierarchy This Package Previous Next Index