org.objectweb.asm.commons.Method.getMethod("Object call(Object[])"), null,
new Type[] { Type.getType(GuardException.class)}, cw);
if (guard) {
ga.visitVarInsn(ALOAD, 0);
ga.visitVarInsn(ALOAD, 1);
ga.invokeVirtual(Type.getType(IndyWrapper.class),
org.objectweb.asm.commons.Method.getMethod("void guardCall(Object[])"));
}
ga.visitVarInsn(ALOAD, 0);
ga.visitVarInsn(ALOAD, 1);
ga.invokeVirtual(Type.getType(IndyWrapper.class),