Uses of Package
org.apache.bcel.util

Packages that use org.apache.bcel.util
org.apache.bcel This package contains basic classes for the Byte Code Engineering Library and constants defined by the JVM specification
org.apache.bcel.classfile This package contains the classes that describe the structure of a Java class file and a class file parser. 
org.apache.bcel.generic This package contains the "generic" part of the Byte Code Engineering Library, i.e., classes to dynamically modify class objects and byte code instructions. 
org.apache.bcel.util This package contains utility classes for the Byte Code Engineering Library, namely:  
 

Classes in org.apache.bcel.util used by org.apache.bcel
ClassPath.ClassFile
          Contains information about file/ZIP entry of the Java class.
 

Classes in org.apache.bcel.util used by org.apache.bcel.classfile
ByteSequence
          Utility class that implements a sequence of bytes which can be read via the `readByte()' method.
 

Classes in org.apache.bcel.util used by org.apache.bcel.generic
ByteSequence
          Utility class that implements a sequence of bytes which can be read via the `readByte()' method.
 

Classes in org.apache.bcel.util used by org.apache.bcel.util
ClassPath.ClassFile
          Contains information about file/ZIP entry of the Java class.
InstructionFinder.CodeConstraint
          Code patterns found may be checked using an additional user-defined constraint object whether they really match the needed criterion.