| Frames | No Frames | |
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. | |
Methods with return type org.apache.bcel.classfile.Method | |
| Method | |
| Method | |
| Method[] | |
Methods with parameter type org.apache.bcel.classfile.Method | |
| void | |
| void | |
| void | |
| void | |
Methods with parameter type org.apache.bcel.classfile.Method | |
| void | |
Methods with parameter type org.apache.bcel.classfile.Method | |
| void | |
Constructors with parameter type org.apache.bcel.classfile.Method | |
Instantiate from existing method. | |
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[] | |
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 | |