JavaScript is disabled on your browser.
This specification is not final and is subject to change. Use is subject to
license terms .
Java SE 11 DRAFT 11-ea+10
JavaScript is disabled on your browser.
Field Summary
Fields
Modifier and Type
Field
Description
static int
DECLARED
Identifies the set of declared members of a class or interface.
static int
PUBLIC
Identifies the set of all public members of a class or interface,
including inherited members.
Method Summary
All Methods Instance Methods Abstract Methods
Modifier and Type
Method
Description
Class <?>
getDeclaringClass ()
Returns the Class object representing the class or interface
that declares the member or constructor represented by this Member.
int
getModifiers ()
Returns the Java language modifiers for the member or
constructor represented by this Member, as an integer.
String
getName ()
Returns the simple name of the underlying member or constructor
represented by this Member.
boolean
isSynthetic ()
Returns true
if this member was introduced by
the compiler; returns false
otherwise.
Java SE 11 DRAFT 11-ea+10
JavaScript is disabled on your browser.
Report a bug or suggest an enhancement For further API reference and developer documentation see the Java SE Documentation , which contains more detailed, developer-targeted descriptions with conceptual overviews, definitions of terms, workarounds, and working code examples. Java is a trademark or registered trademark of Oracle and/or its affiliates in the US and other countries. Copyright © 1993, 2018, Oracle and/or its affiliates, 500 Oracle Parkway, Redwood Shores, CA 94065 USA. All rights reserved. Use is subject to license terms and the documentation redistribution policy . DRAFT 11-ea+10