Interface and Class Details
Interface Member
public abstract interface Member
This interface provides a mechanism for identifying information about a specific field (data member) method or constructor.
Fields
static int DECLARED static int PUBLIC
Methods
Class getDeclaringClass() int getModifiers() String getName()
Class AccessibleObject
public class AccessibleObject
extends Object
The AccessibleObject class is the base class for the Field, Constructor, and Method classes. It permits a program to set a flag to modify the accessibility of an object's data members, constructors, and methods from the default provided by the access control ...
Get PURE Java™ 2 now with the O’Reilly learning platform.
O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.