| Frames | No Frames | |
Constructors with parameter type org.apache.bcel.classfile.Field | |
Initialize from another object. | |
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. | |
Methods with return type org.apache.bcel.classfile.Field | |
| Field | |
| Field[] | |
Methods with parameter type org.apache.bcel.classfile.Field | |
| void | |
| void | |
| void | |
| void | |
Methods with parameter type org.apache.bcel.classfile.Field | |
| void | |
Methods with parameter type org.apache.bcel.classfile.Field | |
| void | |
Constructors with parameter type org.apache.bcel.classfile.Field | |
Instantiate from existing field. | |
Methods with return type org.apache.bcel.classfile.Field | |
| Field | ClassGen.containsField(String name) |
| Field | Get field object after having set up all necessary values. |
| Field[] | |
Methods with parameter type org.apache.bcel.classfile.Field | |
| void | Add a field to this class. |
| boolean | |
| void | Remove a field to this class. |
| void | Replace given field with new one. |