Package java.lang.reflect
Interface Member
-
- All Known Implementing Classes:
Constructor
,Field
,Method
public interface Member
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Class
getDeclaringClass()
int
getModifiers()
String
getName()
-
-
-
Field Detail
-
PUBLIC
static final int PUBLIC
- See Also:
- Constant Field Values
-
DECLARED
static final int DECLARED
- See Also:
- Constant Field Values
-
-