Uses of Interface
org.aspectj.weaver.ConstantPoolReader
Packages that use ConstantPoolReader
-
Uses of ConstantPoolReader in org.aspectj.weaver
Methods in org.aspectj.weaver with parameters of type ConstantPoolReaderModifier and TypeMethodDescriptionstatic AjAttribute
AjAttribute.read
(AjAttribute.WeaverVersionInfo v, String name, byte[] bytes, ISourceContext context, World w, ConstantPoolReader dataDecompressor) Constructors in org.aspectj.weaver with parameters of type ConstantPoolReaderModifierConstructorDescriptionVersionedDataInputStream
(InputStream is, ConstantPoolReader constantPoolReader) -
Uses of ConstantPoolReader in org.aspectj.weaver.bcel
Classes in org.aspectj.weaver.bcel that implement ConstantPoolReaderModifier and TypeClassDescriptionclass
An implementation of the constant pool reader that speaks Bcel.Methods in org.aspectj.weaver.bcel with parameters of type ConstantPoolReaderModifier and TypeMethodDescriptionstatic List
<AjAttribute> Utility.readAjAttributes
(String classname, Attribute[] as, ISourceContext context, World w, AjAttribute.WeaverVersionInfo version, ConstantPoolReader dataDecompressor)