212213214215216217218219220221222
parent.addToScope(mod); parent = mod; } } intf = IdlInterface.create(parent, nm[nm.length - 1]); parent.holdForScope(intf); try { getAllIdlTypes(); collectIdlDefns(binding); root.flush(); } catch (Exception ex) {
178179180181182183184185186187188
213214215216217218219220221222223
192193194195196197198199200201202
parent = mod; } } intf = IdlInterface.create(parent, nm[nm.length - 1]); parent.holdForScope(intf); try { getAllIdlTypes(); collectIdlDefns(binding); root.flush(); } catch (Exception ex) {
189190191192193194195196197198199