All Packages  Class Hierarchy  This Package  Previous  Next  Index

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

Method Index

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

Methods

 o get
 public boolean get()
Return the boolean's value.

 o typeName
 public String typeName()
Print this RemoteValue's type ("boolean").

Overrides:
typeName in class RemoteValue
 o toString
 public String toString()
Return the boolean's value as a string.

Overrides:
toString in class Object

All Packages  Class Hierarchy  This Package  Previous  Next  Index

Submit a bug or feature