|
|||||
| FRAMES NO FRAMES | |||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||
Base class for any AST node which is capable of being annotated
| Field Summary | |
|---|---|
List |
annotations
|
ClassNode |
declaringClass
|
boolean |
synthetic
|
| Constructor Summary | |
AnnotatedNode()
|
|
| Method Summary | |
|---|---|
void |
addAnnotation(AnnotationNode value)
|
void |
addAnnotations(List annotations)
|
void |
checkInit()
|
List |
getAnnotations()
|
List |
getAnnotations(ClassNode type)
|
ClassNode |
getDeclaringClass()
|
boolean |
isSynthetic()
|
void |
setDeclaringClass(ClassNode declaringClass)
|
void |
setSynthetic(boolean synthetic)
|
| Constructor Detail |
|---|
public AnnotatedNode()
| Method Detail |
|---|
public void addAnnotation(AnnotationNode value)
public void addAnnotations(List annotations)
void checkInit()
public List getAnnotations()
public List getAnnotations(ClassNode type)
public ClassNode getDeclaringClass()
public boolean isSynthetic()
public void setDeclaringClass(ClassNode declaringClass)
public void setSynthetic(boolean synthetic)