Package | Description |
---|---|
aQute.bnd.classfile |
This package provides an object model and parser for Java class files.
|
aQute.bnd.osgi |
Modifier and Type | Field and Description |
---|---|
FieldInfo[] |
ClassFile.fields |
Modifier and Type | Method and Description |
---|---|
(package private) static FieldInfo |
FieldInfo.parseFieldInfo(java.io.DataInput in,
ConstantPool constant_pool) |
Constructor and Description |
---|
ClassFile(int minor_version,
int major_version,
ConstantPool constant_pool,
int access_flags,
java.lang.String this_class,
java.lang.String super_class,
java.lang.String[] interfaces,
FieldInfo[] fields,
MethodInfo[] methods,
Attribute[] attributes) |
Modifier and Type | Method and Description |
---|---|
(package private) static Annotation.ElementType |
Clazz.elementType(FieldInfo fieldInfo) |