sandmark.program.Class aclass = (sandmark.program.Class) classes.next();
得到classfile
org.apache.bcel.generic.ConstantPoolGen cp = aclass.getConstantPool();
得到classfile的constantpool
String ID = getConfigProperties().getProperty("SWM_ConstantStrin_Ident");
像是給ID一個屬性(?
cp.addString(ID+"="+(你要加上的字串));
沒有留言:
張貼留言