|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ClassMember
Common super-interface for class members (fields and methods).
XField,
XMethod| Method Summary | |
|---|---|
int |
getAccessFlags()
Get the field/method's access flags. |
java.lang.String |
getClassName()
Get the name of the class the field/method is defined in. |
java.lang.String |
getName()
Get the name of the field/method. |
java.lang.String |
getSignature()
Get the signature representing the field/method's type. |
boolean |
isFinal()
Is this a final field/method? |
boolean |
isPrivate()
Is this a private field/method? |
boolean |
isProtected()
Is this a protected field/method? |
boolean |
isPublic()
Is this a public field/method? |
boolean |
isStatic()
Is this a static field/method? |
| Methods inherited from interface java.lang.Comparable |
|---|
compareTo |
| Method Detail |
|---|
java.lang.String getName()
java.lang.String getClassName()
java.lang.String getSignature()
int getAccessFlags()
boolean isStatic()
boolean isFinal()
boolean isPublic()
boolean isProtected()
boolean isPrivate()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||