for (int i = 0; i < _handledTypesReturningTrue.length; i++) {
mv.catchException( beginHandling, endHandling, _handledTypesReturningTrue[ i ] );
mv.visitVarInsn( Opcodes.ASTORE, method().newLocal( 1 ) );
ec.compileConst( Boolean.TRUE );
mv.goTo( handled );
}
for (int i = 0; i < _handledTypesReturningFalse.length; i++) {
mv.catchException( beginHandling, endHandling, _handledTypesReturningFalse[ i ] );
mv.visitVarInsn( Opcodes.ASTORE, method().newLocal( 1 ) );