| Package | Description |
|---|---|
| aQute.bnd.classfile |
This package provides an object model and parser for Java class files.
|
| aQute.bnd.classfile.builder |
| Modifier and Type | Field and Description |
|---|---|
Attribute[] |
ElementInfo.attributes |
Attribute[] |
CodeAttribute.attributes |
| Modifier and Type | Method and Description |
|---|---|
static Attribute |
Attribute.readAttribute(DataInput in,
ConstantPool constant_pool) |
static Attribute[] |
Attribute.readAttributes(DataInput in,
ConstantPool constant_pool) |
| Modifier and Type | Method and Description |
|---|---|
static int |
Attribute.attributes_length(Attribute[] attributes) |
M |
MemberInfo.Constructor.init(int access_flags,
String name,
String descriptor,
Attribute[] attributes) |
static void |
Attribute.writeAttributes(DataOutput out,
ConstantPool constant_pool,
Attribute[] attributes) |
| Constructor and Description |
|---|
ClassFile(int minor_version,
int major_version,
ConstantPool constant_pool,
int access_flags,
String this_class,
String super_class,
String[] interfaces,
FieldInfo[] fields,
MethodInfo[] methods,
Attribute[] attributes) |
CodeAttribute(int max_stack,
int max_locals,
ByteBuffer code,
CodeAttribute.ExceptionHandler[] exception_table,
Attribute[] attributes) |
ElementInfo(int access,
Attribute[] attributes) |
FieldInfo(int access_flags,
String name,
String descriptor,
Attribute[] attributes) |
MemberInfo(int access,
String name,
String descriptor,
Attribute[] attributes) |
MethodInfo(int access_flags,
String name,
String descriptor,
Attribute[] attributes) |
| Modifier and Type | Method and Description |
|---|---|
List<Attribute> |
ClassFileBuilder.attributes() |
| Modifier and Type | Method and Description |
|---|---|
ClassFileBuilder |
ClassFileBuilder.attributes(Attribute attribute) |
ClassFileBuilder |
ClassFileBuilder.attributes(Attribute[] attributes) |
ClassFileBuilder |
ClassFileBuilder.attributes(Attribute attribute,
Attribute... attributes) |
ClassFileBuilder |
ClassFileBuilder.attributes(Attribute attribute,
Attribute... attributes) |
| Modifier and Type | Method and Description |
|---|---|
ClassFileBuilder |
ClassFileBuilder.attributes(Collection<Attribute> attributes) |
Copyright © 2021. All rights reserved.