| Package | Description |
|---|---|
| org.apache.bcel.util |
Utility classes for the Apache Byte Code Engineering Library (BCEL), namely:
Collection classes for JavaClass objects
A converter for class files to HTML
A tool to find instructions patterns via regular expressions
A class to find classes as defined in the CLASSPATH
A class loader that allows to create classes at run time
|
| org.apache.bcel.verifier.statics |
PassVerifier classes used internally by JustIce.
|
| Modifier and Type | Class and Description |
|---|---|
class |
BCELifier
This class takes a given JavaClass object and converts it to a Java program that creates that very class using BCEL.
|
| Modifier and Type | Class and Description |
|---|---|
class |
StringRepresentation
BCEL's Node classes (those from the classfile API that accept() Visitor instances) have toString()
methods that were not designed to be robust, this gap is closed by this class.
|
Copyright © 2004–2025 The Apache Software Foundation. All rights reserved.