Uses of Package
org.aspectj.apache.bcel.util

Packages that use org.aspectj.apache.bcel.util
org.aspectj.apache.bcel   
org.aspectj.apache.bcel.classfile   
org.aspectj.apache.bcel.generic   
org.aspectj.apache.bcel.util   
org.aspectj.weaver.bcel   
org.aspectj.weaver.ltw   
org.aspectj.weaver.tools   
 

Classes in org.aspectj.apache.bcel.util used by org.aspectj.apache.bcel
ClassPath.ClassFile
          Contains information about file/ZIP entry of the Java class.
Repository
          Abstract definition of a class repository.
 

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

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

Classes in org.aspectj.apache.bcel.util used by org.aspectj.apache.bcel.util
ClassLoaderReference
          Implementors should provide access to a ClassLoader instance.
ClassPath
          Responsible for loading (class) files from the CLASSPATH.
ClassPath.ClassFile
          Contains information about file/ZIP entry of the Java class.
Repository
          Abstract definition of a class repository.
SyntheticRepository
          This repository is used in situations where a Class is created outside the realm of a ClassLoader.
 

Classes in org.aspectj.apache.bcel.util used by org.aspectj.weaver.bcel
ClassLoaderReference
          Implementors should provide access to a ClassLoader instance.
Repository
          Abstract definition of a class repository.
 

Classes in org.aspectj.apache.bcel.util used by org.aspectj.weaver.ltw
Repository
          Abstract definition of a class repository.
 

Classes in org.aspectj.apache.bcel.util used by org.aspectj.weaver.tools
SyntheticRepository
          This repository is used in situations where a Class is created outside the realm of a ClassLoader.