Uses of Interface
org.aspectj.weaver.ConstantPoolWriter

Packages that use ConstantPoolWriter
org.aspectj.ajdt.internal.compiler.ast   
org.aspectj.weaver   
 

Uses of ConstantPoolWriter in org.aspectj.ajdt.internal.compiler.ast
 

Classes in org.aspectj.ajdt.internal.compiler.ast that implement ConstantPoolWriter
 class EclipseConstantPoolWriter
          An implementation of the constant pool writer that speaks Eclipse.
 

Uses of ConstantPoolWriter in org.aspectj.weaver
 

Methods in org.aspectj.weaver with parameters of type ConstantPoolWriter
 byte[] AjAttribute.getAllBytes(short nameIndex, ConstantPoolWriter dataCompressor)
          Writes the full attribute, i.e.
 byte[] AjAttribute.getBytes(ConstantPoolWriter compressor)
          Just writes the contents
 

Constructors in org.aspectj.weaver with parameters of type ConstantPoolWriter
CompressingDataOutputStream(java.io.ByteArrayOutputStream baos, ConstantPoolWriter constantPoolWriter)