Package org.apache.bcel.util

This package contains utility classes for the Byte Code Engineering Library, namely:

See:
          Description

Interface Summary
InstructionFinder.CodeConstraint Code patterns found may be checked using an additional user-defined constraint object whether they really match the needed criterion.
 

Class Summary
ByteSequence Utility class that implements a sequence of bytes which can be read via the `readByte()' method.
Class2HTML Read class file(s) and convert them into HTML files.
ClassLoader Drop in replacement for the standard class loader of the JVM.
ClassPath Responsible for loading (class) files from the CLASSPATH.
ClassPath.ClassFile Contains information about file/ZIP entry of the Java class.
ClassQueue Utility class implementing a (typesafe) queue of JavaClass objects.
ClassStack Utility class implementing a (typesafe) stack of JavaClass objects.
ClassVector Utility class implementing a (typesafe) collection of JavaClass objects.
InstructionFinder InstructionFinder is a tool to search for given instructions patterns, i.e., match sequences of instructions in an instruction list via regular expressions.
JavaWrapper Java interpreter replacement, i.e., wrapper that uses its own ClassLoader to modify/generate classes as they're requested.
 

Package org.apache.bcel.util Description

This package contains utility classes for the Byte Code Engineering Library, namely: