Uses of Interface
com.sun.jdi.PrimitiveValue

Packages that use PrimitiveValue
Package
Description
This is the core package of the Java Debug Interface (JDI), it defines mirrors for values, types, and the target VirtualMachine itself - as well bootstrapping facilities.
  • Uses of PrimitiveValue in com.sun.jdi

    Subinterfaces of PrimitiveValue in com.sun.jdi
    Modifier and Type
    Interface
    Description
    interface 
    Provides access to a primitive boolean value in the target VM.
    interface 
    Provides access to a primitive byte value in the target VM.
    interface 
    Provides access to a primitive char value in the target VM.
    interface 
    Provides access to a primitive double value in the target VM.
    interface 
    Provides access to a primitive float value in the target VM.
    interface 
    Provides access to a primitive int value in the target VM.
    interface 
    Provides access to a primitive long value in the target VM.
    interface 
    Provides access to a primitive short value in the target VM.