總網頁瀏覽量

2016年3月16日 星期三

bytecode 取類別取方法

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+"="+(你要加上的字串));


沒有留言:

張貼留言