Package | Description |
---|---|
gnu.bytecode |
Contains classes to generate, read,
write, and print Java bytecode in the form of
.class files. |
gnu.expr |
Supports
Expression ,
and various related classes need to compile programming languages. |
Modifier and Type | Method and Description |
---|---|
void |
RuntimeAnnotationsAttr.addAnnotation(AnnotationEntry ann)
Add an annotation to this attribute.
|
static void |
RuntimeAnnotationsAttr.maybeAddAnnotation(AttrContainer container,
AnnotationEntry annotation)
Add to appropriate annotations attribute.
|
Constructor and Description |
---|
RuntimeAnnotationsAttr(java.lang.String name,
AnnotationEntry[] entries,
int numEntries,
AttrContainer container)
Add a new AnnotationAttr to a Member.
|
Modifier and Type | Method and Description |
---|---|
AnnotationEntry |
Declaration.getAnnotation(java.lang.String className) |