Package | Description |
---|---|
org.jboss.classfilewriter | |
org.jboss.classfilewriter.annotations | |
org.jboss.classfilewriter.attributes | |
org.jboss.classfilewriter.code |
Modifier and Type | Field and Description |
---|---|
private java.util.List<Attribute> |
ClassMethod.attributes |
private java.util.List<Attribute> |
ClassFile.attributes |
private java.util.List<Attribute> |
ClassField.attributes |
Modifier and Type | Class and Description |
---|---|
class |
AnnotationsAttribute
An annotations attribute
|
class |
ParameterAnnotationsAttribute
A parameter annotations attribute
|
Modifier and Type | Class and Description |
---|---|
class |
ExceptionsAttribute
The exceptions attribute, stores the checked exceptions a method is declared to throw
|
class |
SignatureAttribute |
class |
StackMapTableAttribute
A JDK 6 StackMap sttribute.
|
Modifier and Type | Class and Description |
---|---|
class |
CodeAttribute |
Modifier and Type | Field and Description |
---|---|
private java.util.List<Attribute> |
CodeAttribute.attributes |