| Name | Description | Type | Package | Framework |
| AccessFlags | Super class for all objects that have modifiers like private, final, . | Class | sun.org.apache.bcel.internal.classfile | Code Trails |
| Attribute | Abstract super class for Attribute objects. | Class | sun.org.apache.bcel.internal.classfile | Code Trails |
| AttributeReader | Unknown (non-standard) attributes may be read via user-defined factory objects that can be registered with the Attribute. | Interface | sun.org.apache.bcel.internal.classfile | Code Trails |
| ClassFormatException | Thrown when the BCEL attempts to read a class file and determines that the file is malformed or otherwise cannot be interpreted as a | Class | sun.org.apache.bcel.internal.classfile | Code Trails |
| ClassParser | Wrapper class that parses a given Java . | Class | sun.org.apache.bcel.internal.classfile | Code Trails |
| Code | This class represents a chunk of Java byte code contained in a method. | Class | sun.org.apache.bcel.internal.classfile | Code Trails |
| CodeException | This class represents an entry in the exception table of the Code attribute and is used only there. | Class | sun.org.apache.bcel.internal.classfile | Code Trails |
| Constant | Abstract superclass for classes to represent the different constant types in the constant pool of a class file. | Class | sun.org.apache.bcel.internal.classfile | Code Trails |
| ConstantClass | This class is derived from the abstract and represents a reference to a (external) class. | Class | sun.org.apache.bcel.internal.classfile | Code Trails |
| ConstantCP | Abstract super class for Fieldref and Methodref constants. | Class | sun.org.apache.bcel.internal.classfile | Code Trails |
| ConstantDouble | This class is derived from the abstract and represents a reference to a Double object. | Class | sun.org.apache.bcel.internal.classfile | Code Trails |
| ConstantFieldref | This class represents a constant pool reference to a field. | Class | sun.org.apache.bcel.internal.classfile | Code Trails |
| ConstantFloat | This class is derived from the abstract and represents a reference to a float object. | Class | sun.org.apache.bcel.internal.classfile | Code Trails |
| ConstantInteger | This class is derived from the abstract and represents a reference to an int object. | Class | sun.org.apache.bcel.internal.classfile | Code Trails |
| ConstantInterfaceMethodref | This class represents a constant pool reference to an interface method. | Class | sun.org.apache.bcel.internal.classfile | Code Trails |
| ConstantLong | This class is derived from the abstract and represents a reference to a long object. | Class | sun.org.apache.bcel.internal.classfile | Code Trails |
| ConstantMethodref | This class represents a constant pool reference to a method. | Class | sun.org.apache.bcel.internal.classfile | Code Trails |
| ConstantNameAndType | This class is derived from the abstract and represents a reference to the name and signature | Class | sun.org.apache.bcel.internal.classfile | Code Trails |
| ConstantObject | This interface denotes those constants that have a natural value, such as ConstantLong, ConstantString, etc. | Interface | sun.org.apache.bcel.internal.classfile | Code Trails |
| ConstantPool | This class represents the constant pool, i. | Class | sun.org.apache.bcel.internal.classfile | Code Trails |
| ConstantString | This class is derived from the abstract and represents a reference to a String object. | Class | sun.org.apache.bcel.internal.classfile | Code Trails |
| ConstantUtf8 | This class is derived from the abstract and represents a reference to a Utf8 encoded string. | Class | sun.org.apache.bcel.internal.classfile | Code Trails |
| ConstantValue | This class is derived from Attribute and represents a constant value, i. | Class | sun.org.apache.bcel.internal.classfile | Code Trails |
| Deprecated | This class is derived from Attribute and denotes that this is a It is instantiated from the Attribute. | Class | sun.org.apache.bcel.internal.classfile | Code Trails |
| DescendingVisitor | Traverses a JavaClass with another Visitor object 'piggy-backed' that is applied to all components of a JavaClass object. | Class | sun.org.apache.bcel.internal.classfile | Code Trails |