public interface IMemberDefinition
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getBriefDescription() |
TypeReference |
getDeclaringType() |
java.lang.String |
getDescription() |
java.lang.String |
getErasedDescription() |
long |
getFlags() |
java.lang.String |
getFullName() |
int |
getModifiers() |
java.lang.String |
getName() |
java.lang.String |
getSimpleDescription() |
boolean |
isDeprecated() |
boolean |
isFinal() |
boolean |
isNonPublic() |
boolean |
isPackagePrivate() |
boolean |
isPrivate() |
boolean |
isProtected() |
boolean |
isPublic() |
boolean |
isSpecialName() |
boolean |
isStatic() |
boolean |
isSynthetic() |
java.lang.String getName()
java.lang.String getFullName()
boolean isSpecialName()
TypeReference getDeclaringType()
long getFlags()
int getModifiers()
boolean isFinal()
boolean isNonPublic()
boolean isPrivate()
boolean isProtected()
boolean isPublic()
boolean isStatic()
boolean isSynthetic()
boolean isDeprecated()
boolean isPackagePrivate()
java.lang.String getBriefDescription()
java.lang.String getDescription()
java.lang.String getErasedDescription()
java.lang.String getSimpleDescription()