| Package | Description |
|---|---|
| gnu.bytecode |
Contains classes to generate, read,
write, and print Java bytecode in the form of
.class files. |
| Modifier and Type | Method and Description |
|---|---|
static RuntimeAnnotationsAttr |
RuntimeAnnotationsAttr.getAnnotationsAttr(AttrContainer container,
java.lang.String name) |
static RuntimeAnnotationsAttr |
RuntimeAnnotationsAttr.getRuntimeInvisibleAnnotations(AttrContainer container)
Get or create a RuntimeInvisibleAnnotations attribute.
|
static RuntimeAnnotationsAttr |
RuntimeAnnotationsAttr.getRuntimeVisibleAnnotations(AttrContainer container)
Get or create a RuntimeVisibleAnnotations attribute.
|