Frames | No Frames |
Constructors with parameter type org.apache.bcel.classfile.ConstantPool | |
Initialize with given constant pool. |
Methods with parameter type org.apache.bcel.classfile.ConstantPool | |
String | |
String | |
String | |
String | |
String | |
String |
Methods with return type org.apache.bcel.classfile.ConstantPool | |
ConstantPool | |
ConstantPool |
Constructors with parameter type org.apache.bcel.classfile.ConstantPool | |
Code.Code(int name_index, int length, int max_stack, int max_locals, byte[] code, CodeException[] exception_table, Attribute[] attributes, ConstantPool constant_pool) | |
ConstantValue.ConstantValue(int name_index, int length, int constantvalue_index, ConstantPool constant_pool) | |
ExceptionTable.ExceptionTable(int name_index, int length, int[] exception_index_table, ConstantPool constant_pool) | |
Field.Field(int access_flags, int name_index, int signature_index, Attribute[] attributes, ConstantPool constant_pool) | |
Construct object from file stream. | |
FieldOrMethod.FieldOrMethod(int access_flags, int name_index, int signature_index, Attribute[] attributes, ConstantPool constant_pool) | |
InnerClasses.InnerClasses(int name_index, int length, InnerClass[] inner_classes, ConstantPool constant_pool) | |
JavaClass.JavaClass(int class_name_index, int superclass_name_index, String file_name, int major, int minor, int access_flags, ConstantPool constant_pool, int[] interfaces, Field[] fields, Method[] methods, Attribute[] attributes) Constructor gets all contents as arguments. | |
JavaClass.JavaClass(int class_name_index, int superclass_name_index, String file_name, int major, int minor, int access_flags, ConstantPool constant_pool, int[] interfaces, Field[] fields, Method[] methods, Attribute[] attributes, byte source) Constructor gets all contents as arguments. | |
LineNumberTable.LineNumberTable(int name_index, int length, LineNumber[] line_number_table, ConstantPool constant_pool) | |
LocalVariable.LocalVariable(int start_pc, int length, int name_index, int signature_index, int index, ConstantPool constant_pool) | |
LocalVariableTable.LocalVariableTable(int name_index, int length, LocalVariable[] local_variable_table, ConstantPool constant_pool) | |
Method.Method(int access_flags, int name_index, int signature_index, Attribute[] attributes, ConstantPool constant_pool) | |
PMGClass.PMGClass(int name_index, int length, int pmg_index, int pmg_class_index, ConstantPool constant_pool) | |
StackMapEntry.StackMapEntry(int byte_code_offset, int number_of_locals, StackMapType[] types_of_locals, int number_of_stack_items, StackMapType[] types_of_stack_items, ConstantPool constant_pool) | |
Create a non-standard attribute. |
Fields of type org.apache.bcel.classfile.ConstantPool | |
ConstantPool | |
ConstantPool |
Methods with parameter type org.apache.bcel.classfile.ConstantPool | |
String | |
String | Utility.codeToString(byte[] code, ConstantPool constant_pool, int index, int length, boolean verbose) Disassemble a byte array of JVM byte codes starting from code line
`index' and return the disassembled string representation. |
String | |
String | Disassemble a stream of byte codes and return the
string representation. |
Attribute | |
Attribute | |
Attribute | |
Attribute | |
Attribute | |
Field | |
Attribute | |
Attribute | |
Attribute | |
Method | |
Attribute | |
Attribute | |
Attribute | |
Attribute | |
Attribute | |
Attribute | |
FieldOrMethod | |
Attribute | AttributeReader.createAttribute(int name_index, int length, java.io.DataInputStream file, ConstantPool constant_pool) When this attribute reader is added via the static method
Attribute.addAttributeReader, an attribute name is associated with it. |
String | |
String | |
String | |
Object | |
Object | |
Object | |
Object | |
Object | |
Object | |
Object | |
String | |
String | |
Attribute | |
void | |
void | |
void | |
void | |
void | |
void | |
String | |
String | |
String | |
void | |
void | |
void |
Methods with return type org.apache.bcel.classfile.ConstantPool | |
ConstantPool | |
ConstantPool | |
ConstantPool | |
ConstantPool | |
ConstantPool | |
ConstantPool | |
ConstantPool |
Methods with parameter type org.apache.bcel.classfile.ConstantPool | |
void |