Uses of Interface
org.aspectj.weaver.ConstantPoolReader

Packages that use ConstantPoolReader
org.aspectj.weaver   
org.aspectj.weaver.bcel   
 

Uses of ConstantPoolReader in org.aspectj.weaver
 

Methods in org.aspectj.weaver with parameters of type ConstantPoolReader
static AjAttribute AjAttribute.read(AjAttribute.WeaverVersionInfo v, java.lang.String name, byte[] bytes, ISourceContext context, World w, ConstantPoolReader dataDecompressor)
           
 

Constructors in org.aspectj.weaver with parameters of type ConstantPoolReader
VersionedDataInputStream(java.io.InputStream is, ConstantPoolReader constantPoolReader)
           
 

Uses of ConstantPoolReader in org.aspectj.weaver.bcel
 

Classes in org.aspectj.weaver.bcel that implement ConstantPoolReader
 class BcelConstantPoolReader
          An implementation of the constant pool reader that speaks Bcel.
 

Methods in org.aspectj.weaver.bcel with parameters of type ConstantPoolReader
static java.util.List<AjAttribute> Utility.readAjAttributes(java.lang.String classname, Attribute[] as, ISourceContext context, World w, AjAttribute.WeaverVersionInfo version, ConstantPoolReader dataDecompressor)