-
Interfaces Interface Description org.apache.bcel.classfile.AttributeReader Use UnknownAttributeReader insteadorg.apache.bcel.Constants (since 6.0) DO NOT USE - use Const insteadorg.apache.bcel.ExceptionConstants (since 6.0) DO NOT USE - use ExceptionConst insteadorg.apache.bcel.generic.InstructionConstants (since 6.0) Do not use. Use InstructionConst instead.
-
Classes Class Description org.apache.bcel.util.ClassLoader 6.0 Do not use - does not workorg.apache.bcel.util.ClassVector as of 5.1.1 - 7/17/2005
-
Fields Field Description org.apache.bcel.classfile.AccessFlags.access_flags (since 6.0) will be made private; do not access directly, use getter/setterorg.apache.bcel.classfile.Attribute.constant_pool (since 6.0) will be made private; do not access directly, use getter/setterorg.apache.bcel.classfile.Attribute.length (since 6.0) (since 6.0) will be made private; do not access directly, use getter/setterorg.apache.bcel.classfile.Attribute.name_index (since 6.0) will be made private; do not access directly, use getter/setterorg.apache.bcel.classfile.Attribute.tag (since 6.0) will be made private; do not access directly, use getter/setterorg.apache.bcel.classfile.Constant.tag (since 6.0) will be made private; do not access directly, use getter/setterorg.apache.bcel.classfile.ConstantCP.class_index (since 6.0) will be made private; do not access directly, use getter/setterorg.apache.bcel.classfile.ConstantCP.name_and_type_index (since 6.0) will be made private; do not access directly, use getter/setterorg.apache.bcel.classfile.ElementValue.cpool (since 6.0) will be made private and final; do not access directly, use getterorg.apache.bcel.classfile.ElementValue.type (since 6.0) will be made private and final; do not access directly, use getterorg.apache.bcel.classfile.FieldOrMethod.attributes (since 6.0) will be made private; do not access directly, use getter/setterorg.apache.bcel.classfile.FieldOrMethod.attributes_count (since 6.0) will be removed (not needed)org.apache.bcel.classfile.FieldOrMethod.constant_pool (since 6.0) will be made private; do not access directly, use getter/setterorg.apache.bcel.classfile.FieldOrMethod.name_index (since 6.0) will be made private; do not access directly, use getter/setterorg.apache.bcel.classfile.FieldOrMethod.signature_index (since 6.0) will be made private; do not access directly, use getter/setterorg.apache.bcel.Const.MAJOR_1_9 UseConst.MAJOR_9
insteadorg.apache.bcel.Const.MAX_ACC_FLAG org.apache.bcel.Const.MINOR_1_9 UseConst.MINOR_9
insteadorg.apache.bcel.ExceptionConstants.EXCS_ARRAY_EXCEPTION org.apache.bcel.ExceptionConstants.EXCS_CLASS_AND_INTERFACE_RESOLUTION Do not use these arrays, use the static methods in the ExceptionConst implementation class insteadorg.apache.bcel.ExceptionConstants.EXCS_FIELD_AND_METHOD_RESOLUTION org.apache.bcel.ExceptionConstants.EXCS_INTERFACE_METHOD_RESOLUTION org.apache.bcel.ExceptionConstants.EXCS_STRING_RESOLUTION org.apache.bcel.generic.BranchInstruction.index (since 6.0) will be made private; do not access directly, use getter/setterorg.apache.bcel.generic.BranchInstruction.position (since 6.0) will be made private; do not access directly, use getter/setterorg.apache.bcel.generic.BranchInstruction.target (since 6.0) will be made private; do not access directly, use getter/setterorg.apache.bcel.generic.ConstantPoolGen.constants (since 6.0) will be made private; do not access directly, use getter/setterorg.apache.bcel.generic.ConstantPoolGen.index (since 6.0) will be made private; do not access directly, use getSize()org.apache.bcel.generic.ConstantPoolGen.size (since 6.0) will be made private; do not access directly, use getter/setterorg.apache.bcel.generic.CPInstruction.index (since 6.0) will be made private; do not access directly, use getter/setterorg.apache.bcel.generic.ElementValueGen.cpGen (since 6.0) will be made private and final; do not access directly, use getterorg.apache.bcel.generic.ElementValueGen.type (since 6.0) will be made private and final; do not access directly, use getterorg.apache.bcel.generic.FieldGenOrMethodGen.cp (since 6.0) will be made private; do not access directly, use getter/setterorg.apache.bcel.generic.FieldGenOrMethodGen.name (since 6.0) will be made private; do not access directly, use getter/setterorg.apache.bcel.generic.FieldGenOrMethodGen.type (since 6.0) will be made private; do not access directly, use getter/setterorg.apache.bcel.generic.Instruction.length (since 6.0) will be made private; do not access directly, use getter/setterorg.apache.bcel.generic.Instruction.opcode (since 6.0) will be made private; do not access directly, use getter/setterorg.apache.bcel.generic.InstructionFactory.cg (since 6.0) will be made private; do not access directly, use getter/setterorg.apache.bcel.generic.InstructionFactory.cp (since 6.0) will be made private; do not access directly, use getter/setterorg.apache.bcel.generic.InstructionHandle.i_position (since 6.0) will be made private; do not access directly, use getter/setterorg.apache.bcel.generic.LocalVariableInstruction.n (since 6.0) will be made private; do not access directly, use getter/setterorg.apache.bcel.generic.Select.fixed_length (since 6.0) will be made private; do not access directly, use getter/setterorg.apache.bcel.generic.Select.indices (since 6.0) will be made private; do not access directly, use getter/setterorg.apache.bcel.generic.Select.match (since 6.0) will be made private; do not access directly, use getter/setterorg.apache.bcel.generic.Select.match_length (since 6.0) will be made private; do not access directly, use getter/setterorg.apache.bcel.generic.Select.padding (since 6.0) will be made private; do not access directly, use getter/setterorg.apache.bcel.generic.Select.targets (since 6.0) will be made private; do not access directly, use getter/setterorg.apache.bcel.generic.Type.signature (since 6.0) will be made private; do not access directly, use getter/setterorg.apache.bcel.generic.Type.type (since 6.0) will be made private; do not access directly, use getter/setterorg.apache.bcel.util.ClassQueue.vec (since 6.0) will be made private; do not accessorg.apache.bcel.util.ClassVector.vec org.apache.bcel.verifier.structurals.Frame._this Use the getter/setter to access the field as it may be made private in a later release
-
Constructors Constructor Description org.apache.bcel.classfile.FieldOrMethod(DataInputStream, ConstantPool) (6.0) UseFieldOrMethod(java.io.DataInput, ConstantPool)
instead.org.apache.bcel.classfile.StackMapEntry(int, int, StackMapType[], int, StackMapType[], ConstantPool) Since 6.0, useStackMapEntry(int, int, StackMapType[], StackMapType[], ConstantPool)
insteadorg.apache.bcel.util.ClassPath() Use SYSTEM_CLASS_PATH constant