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 AnnotationEntry.Value |
AnnotationEntry.asAnnotationValue(java.lang.Object val,
Type type) |
Modifier and Type | Method and Description |
---|---|
void |
AnnotationEntry.addMember(java.lang.String name,
AnnotationEntry.Value value) |
Constructor and Description |
---|
AnnotationDefaultAttr(java.lang.String name,
AnnotationEntry.Value value,
AttrContainer container) |