org.aspectj.weaver
Interface ConstantPoolWriter


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)