|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectserp.bytecode.Attributes
serp.bytecode.Annotated
public abstract class Annotated
An annotated entity.
| Constructor Summary | |
|---|---|
Annotated()
|
|
| Method Summary | |
|---|---|
Annotations |
getDeclaredAnnotations(boolean add)
Return runtime invisible annotation information for the entity. |
Annotations |
getDeclaredRuntimeAnnotations(boolean add)
Return runtime visible annotation information for the entity. |
boolean |
removeDeclaredAnnotations()
Remove the runtime invisible annotations attribute for the entity. |
boolean |
removeDeclaredRuntimeAnnotations()
Remove the runtime visible annotations attribute for the entity. |
| Methods inherited from class serp.bytecode.Attributes |
|---|
addAttribute, addAttribute, clearAttributes, getAttribute, getAttributes, getAttributes, removeAttribute, removeAttribute, setAttributes |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface serp.bytecode.BCEntity |
|---|
getClassLoader, getPool, getProject, isValid |
| Constructor Detail |
|---|
public Annotated()
| Method Detail |
|---|
public Annotations getDeclaredAnnotations(boolean add)
Attributes interface.
add - if true, a new annotations attribute will be added if not
already present
add param is set to falsepublic boolean removeDeclaredAnnotations()
Attributes interface.
public Annotations getDeclaredRuntimeAnnotations(boolean add)
Attributes interface.
add - if true, a new runtime annotations attribute will be
added if not already present
add param is set to falsepublic boolean removeDeclaredRuntimeAnnotations()
Attributes interface.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||