Frames | No Frames |
Methods with parameter type org.apache.bcel.classfile.Method | |
void | |
void |
Constructors with parameter type org.apache.bcel.classfile.Method | |
CodeHTML.CodeHTML(String dir, String class_name, Method[] methods, ConstantPool constant_pool, ConstantHTML constant_html) | |
ConstantHTML.ConstantHTML(String dir, String class_name, String class_package, Method[] methods, ConstantPool constant_pool) | |
MethodHTML.MethodHTML(String dir, String class_name, Method[] methods, Field[] fields, ConstantHTML constant_html, AttributeHTML attribute_html) |
Fields of type org.apache.bcel.classfile.Method | |
Method[] | |
Method[] |
Methods with parameter type org.apache.bcel.classfile.Method | |
void | Find all target addresses in code, so that they can be marked
with <A NAME = ...>. |
void | |
void | Write a single method with the byte code associated with it. |
void |
Constructors with parameter type org.apache.bcel.classfile.Method | |
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. | |
Initialize from another object. |
Fields of type org.apache.bcel.classfile.Method | |
Method[] | |
Method[] |
Methods with parameter type org.apache.bcel.classfile.Method | |
void | |
void | |
void | |
void |
Methods with return type org.apache.bcel.classfile.Method | |
Method | |
Method | |
Method[] |
Constructors with parameter type org.apache.bcel.classfile.Method | |
Instantiate from existing method. |
Methods with parameter type org.apache.bcel.classfile.Method | |
void | Add a method to this class. |
void | Remove a method from this class. |
void | Replace given method with new one. |
void | |
void |
Methods with return type org.apache.bcel.classfile.Method | |
Method | ClassGen.containsMethod(String name, String signature) |
Method | Get method object. |
Method | ClassGen.getMethodAt(int pos) |
Method[] |