this.insnHelper = new CommonInstructionHelper(this);
if(!ModifierUtils.isAbstract(me.getModifier())){
// 设置method属性
this.methodBody = methodBody;
this.methodBody.setScope(new Scope(this.locals, null));
this.methodBody.setOwnerBlock(null);
this.methodBody.setInsnHelper(insnHelper);
methodOwner = context.getCurrentClass();
}
}