Home » openjdk-7 » com.sun » jdi » [javadoc | source]
com.sun.jdi
public interface: DoubleType [javadoc | source]

All Implemented Interfaces:
    PrimitiveType

All Known Implementing Classes:
    DoubleTypeImpl, DoubleTypeImpl

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