| Package | Description |
|---|---|
| org.jboss.classfilewriter | |
| org.jboss.classfilewriter.annotations | |
| org.jboss.classfilewriter.attributes | |
| org.jboss.classfilewriter.code |
| Modifier and Type | Method | Description |
|---|---|---|
ConstPool |
ClassFile.getConstPool() |
| Modifier and Type | Method | Description |
|---|---|---|
static ClassAnnotation |
AnnotationBuilder.createAnnotation(ConstPool constPool,
Annotation annotation) |
|
static AnnotationValue |
AnnotationBuilder.createValue(ConstPool constPool,
String name,
Object value) |
| Modifier and Type | Field | Description |
|---|---|---|
protected ConstPool |
Attribute.constPool |
| Constructor | Description |
|---|---|
Attribute(String name,
ConstPool constPool) |
|
ExceptionsAttribute(ConstPool constPool) |
|
SignatureAttribute(ConstPool constPool,
String signature) |
|
StackMapTableAttribute(ClassMethod classMethod,
ConstPool constPool) |
| Modifier and Type | Method | Description |
|---|---|---|
ConstPool |
CodeAttribute.getConstPool() |
| Modifier and Type | Method | Description |
|---|---|---|
static StackEntry |
StackEntry.of(String descriptor,
ConstPool pool) |
| Constructor | Description |
|---|---|
CodeAttribute(ClassMethod method,
ConstPool constPool) |
|
LocalVariableState(ConstPool pool,
String... entries) |
|
StackEntry(StackEntryType type,
String descriptor,
ConstPool pool) |
|
StackState(String exceptionType,
ConstPool constPool) |
|
StackState(ConstPool constPool) |
Copyright © 2018. All rights reserved.