Module jdk.jdi
Package com.sun.jdi

Interface Accessible

All Known Subinterfaces:
ArrayType, ClassType, Field, InterfaceType, Method, ReferenceType, TypeComponent

public interface Accessible
Provides information on the accessibility of a type or type component. Mirrors for program elements which allow an an access specifier (private, protected, public) provide information on that part of the declaration through this interface.
Since:
1.3