Uses of Interface
org.aspectj.weaver.ConstantPoolWriter
Packages that use ConstantPoolWriter
-
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. name_index, length, and contentsbyte[]AjAttribute.getBytes(ConstantPoolWriter compressor) Just writes the contentsConstructors in org.aspectj.weaver with parameters of type ConstantPoolWriterModifierConstructorDescriptionCompressingDataOutputStream(ByteArrayOutputStream baos, ConstantPoolWriter constantPoolWriter)