final GeneratorAdapter adapter = new GeneratorAdapter(Opcodes.ACC_PUBLIC+Opcodes.ACC_FINAL , INIT_COMPONENT, null, new Type[]{Types.PAGE_EXCEPTION}, cw);
BytecodeContext bc=new BytecodeContext(null,statConstr, constr,this,keys,cw,name,adapter,INIT_COMPONENT,writeLog(),supressWSbeforeArg);
Label methodBegin=new Label();
Label methodEnd=new Label();
adapter.visitLocalVariable("this", "L"+name+";", null, methodBegin, methodEnd, 0);
adapter.visitLabel(methodBegin);
// Scope oldData=null;
final int oldData=adapter.newLocal(Types.VARIABLES);
ASMConstants.NULL(adapter);