Java Debug Interface

com.sun.jdi
Interface DoubleType


public abstract interface DoubleType
extends PrimitiveType

The type of all primitive double values accessed in the target VM. Calls to Value.type() will return an implementor of this interface.

Since:
1.3
See Also:
DoubleValue

Methods inherited from interface com.sun.jdi.Type
name, signature
 
Methods inherited from interface com.sun.jdi.Mirror
toString, virtualMachine
 


Java Debug Interface