Press n or j to go to the next uncovered block, b, p or k for the previous block.
| 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 | 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x | const pool = {};
pool['seoc_version_inactive'] = new abap.types.Numc();
pool['seoc_version_inactive'].set('0');
pool['seoc_version_active'] = new abap.types.Numc();
pool['seoc_version_active'].set('1');
pool['seoc_version_deleted'] = new abap.types.Numc();
pool['seoc_version_deleted'].set('2');
pool['seoc_exposure_public'] = new abap.types.Numc();
pool['seoc_exposure_public'].set('2');
pool['seoc_exposure_protected'] = new abap.types.Numc();
pool['seoc_exposure_protected'].set('1');
pool['seoc_exposure_private'] = new abap.types.Numc();
pool['seoc_exposure_private'].set('0');
pool['seoc_state_implemented'] = new abap.types.Numc();
pool['seoc_state_implemented'].set('1');
pool['seoc_category_exception'] = new abap.types.Numc({length: 2});
pool['seoc_category_exception'].set(40);
pool['seoc_category_webdynpro_class'] = new abap.types.Numc({length: 2});
pool['seoc_category_webdynpro_class'].set(80);
pool['seoc_clstype_class'] = new abap.types.Numc();
pool['seoc_clstype_class'].set('0');
pool['seoc_clstype_interface'] = new abap.types.Numc();
pool['seoc_clstype_interface'].set('1');
abap.TypePools['SEOC'] = pool; |