rtnType,
types
);
GeneratorAdapter adapter = new GeneratorAdapter(Opcodes.ACC_PUBLIC+Opcodes.ACC_FINAL , method, null, null, cw);
BytecodeContext bc = new BytecodeContext(null,statConstr,constr,getPage(statConstr,constr),keys,cw,className,adapter,method,writeLog,supressWSbeforeArg);
Label start=adapter.newLabel();
adapter.visitLabel(start);
//ComponentController.invoke(name, args);
// name
adapter.push(udf.getFunctionName());