public abstract class MemberInfo extends Object implements Annotated
| Constructor and Description |
|---|
MemberInfo() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
Annotation |
getAnnotation(String annoName) |
Annotation[] |
getAnnotations() |
AttributeInfo |
getAttribute(String name)
Returns the attribute with the specified name.
|
List<AttributeInfo> |
getAttributes()
Returns all the attributes.
|
abstract String |
getSignature() |
boolean |
hasAnnotation(String annoName) |
int |
hashCode() |
public List<AttributeInfo> getAttributes()
List object
is shared with this object. If you add a new attribute to the list,
the attribute is also added to the method represented by this
object. If you remove an attribute from the list, it is also removed
from the method.AttributeInfo objects.AttributeInfopublic AttributeInfo getAttribute(String name)
name - attribute nameAttributeInfo object or null.getAttributes()public Annotation[] getAnnotations()
getAnnotations in interface Annotatedpublic Annotation getAnnotation(String annoName)
getAnnotation in interface Annotatedpublic boolean hasAnnotation(String annoName)
public abstract String getSignature()
Copyright © December 07, 2012–2015 The Internet Party. All rights reserved.