org.aspectj.weaver
Interface ConstantPoolWriter

All Known Implementing Classes:
EclipseConstantPoolWriter

public interface ConstantPoolWriter

Used during attribute writing to encode common strings/etc as constant pool references.


Method Summary
 int writeUtf8(java.lang.String string)
           
 

Method Detail

writeUtf8

int writeUtf8(java.lang.String string)