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.
Also see:
- DoubleValue
- author:
James
- McIlree
- since:
1.3
-