Uses of Interface
com.sun.jdi.Accessible

Packages that use Accessible
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 Accessible in com.sun.jdi

    Subinterfaces of Accessible in com.sun.jdi
    Modifier and Type
    Interface
    Description
    interface 
    Provides access to the class of an array and the type of its components in the target VM.
    interface 
    A mirror of a class in the target VM.
    interface 
    A class or instance variable in the target VM.
    interface 
    A mirror of an interface in the target VM.
    interface 
    A static or instance method in the target VM.
    interface 
    The type of an object in a target VM.
    interface 
    An entity declared within a user defined type (class or interface).