Class sun.tools.debug.RemoteLong
All Packages Class Hierarchy This Package Previous Next Index
Class sun.tools.debug.RemoteLong
java.lang.Object
|
+----sun.tools.debug.RemoteValue
|
+----sun.tools.debug.RemoteLong
- public class RemoteLong
- extends RemoteValue
The RemoteLong class extends RemoteValue for longs.
- See Also:
- RemoteValue, RemoteDebugger
-
get()
- Return the long's value.
-
toString()
- Return the long's value as a string.
-
typeName()
- Print this RemoteValue's type ("long").
get
public long get()
- Return the long's value.
typeName
public String typeName()
- Print this RemoteValue's type ("long").
- Overrides:
- typeName in class RemoteValue
toString
public String toString()
- Return the long's value as a string.
- Overrides:
- toString in class Object
All Packages Class Hierarchy This Package Previous Next Index