public interface Member
类
, Field
, 方法
, Constructor
Modifier and Type | Field and Description |
---|---|
static int |
DECLARED
标识类或接口的已声明成员集。
|
static int |
PUBLIC
标识类或接口的所有公共成员的集合,包括继承的成员。
|
Modifier and Type | Method and Description |
---|---|
类<?> |
getDeclaringClass()
返回表示声明该成员表示的成员或构造函数的类或接口的Class对象。
|
int |
getModifiers()
返回由此成员表示的成员或构造函数的Java语言修饰符,作为整数。
|
String |
getName()
返回由此成员表示的基础成员或构造函数的简单名称。
|
boolean |
isSynthetic()
如果此成员由编译器引入,则返回 true ;
返回false 其他。
|
static final int PUBLIC
static final int DECLARED
类<?> getDeclaringClass()
String getName()
int getModifiers()
Modifier
boolean isSynthetic()
true
;
返回false
其他。
Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2014, Oracle and/or its affiliates. All rights reserved.