Uses of Interface
org.aspectj.weaver.ConstantPoolWriter
Packages that use ConstantPoolWriter
-
Uses of ConstantPoolWriter in org.aspectj.ajdt.internal.compiler.ast
Classes in org.aspectj.ajdt.internal.compiler.ast that implement ConstantPoolWriterModifier and TypeClassDescriptionclassAn 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 ConstantPoolWriterModifier and TypeMethodDescriptionbyte[]AjAttribute.getAllBytes(short nameIndex, ConstantPoolWriter dataCompressor) Writes the full attribute, i.e.byte[]AjAttribute.getBytes(ConstantPoolWriter compressor) Just writes the contentsConstructors in org.aspectj.weaver with parameters of type ConstantPoolWriterModifierConstructorDescriptionCompressingDataOutputStream(ByteArrayOutputStream baos, ConstantPoolWriter constantPoolWriter)