public interface ClassMember extends Serializable, AccessibleEntity, FieldOrMethodName
| Modifier and Type | Method and Description |
|---|---|
String |
getClassName()
Get the full (dotted) name of the class (if the object represents a
class) or the class the entity is defined in (if a field or method).
|
String |
getName()
Get the name of the field/method.
|
String |
getPackageName()
Get the (dotted) name of the package in which the entity is defined.
|
String |
getSignature()
Get the signature representing the field/method's type.
|
String |
getSourceSignature()
Get the signature representing the field/method's type, including generic
type
|
boolean |
isResolved()
Did we find a declaration of this entity?
|
getAccessFlags, getClassDescriptor, isDeprecated, isFinal, isPrivate, isProtected, isPublic, isStatic, isSyntheticgetClassDescriptor, isStatic@DottedClassName String getClassName()
@DottedClassName String getPackageName()
String getName()
getName in interface FieldOrMethodNameString getSignature()
getSignature in interface FieldOrMethodName@CheckForNull String getSourceSignature()
boolean isResolved()
Copyright © 2003–2015. All rights reserved.