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

All Implemented Interfaces:
    PrimitiveType

All Known Implementing Classes:
    IntegerTypeImpl, IntegerTypeImpl

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