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