All files / output cx_sy_no_handler.clas.mjs

58.62% Statements 17/29
100% Branches 2/2
25% Functions 1/4
58.62% Lines 17/29

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 25 26 27 28 291x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x                   1x       1x 1x 1x 1x 1x
const {cx_no_check} = await import("./cx_no_check.clas.mjs");
const {cx_root} = await import("./cx_root.clas.mjs");
// cx_sy_no_handler.clas.abap
class cx_sy_no_handler extends cx_no_check {
  static STATIC_SUPER = cx_no_check;
  static INTERNAL_TYPE = 'CLAS';
  static INTERNAL_NAME = 'CX_SY_NO_HANDLER';
  static IMPLEMENTED_INTERFACES = ["IF_MESSAGE","IF_MESSAGE"];
  static ATTRIBUTES = {"CX_SY_NO_HANDLER": {"type": () => {return new abap.types.Character(32, {"qualifiedName":"SOTR_CONC","ddicName":"SOTR_CONC","description":"SOTR_CONC"});}, "visibility": "U", "is_constant": "X", "is_class": "X"}};
  static METHODS = {};
  constructor() {
    const sup = super();
    this.me = new abap.types.ABAPObject();
    this.me.set(this);
    this.INTERNAL_ID = abap.internalIdCounter++;
    this.FRIENDS_ACCESS_INSTANCE = {
      "SUPER": sup.FRIENDS_ACCESS_INSTANCE,
    };
    this.cx_sy_no_handler = cx_sy_no_handler.cx_sy_no_handler;
  }
  async constructor_(INPUT) {
    if (super.constructor_) { await super.constructor_(INPUT); }
    return this;
  }
}
abap.Classes['CX_SY_NO_HANDLER'] = cx_sy_no_handler;
cx_sy_no_handler.cx_sy_no_handler = new abap.types.Character(32, {"qualifiedName":"SOTR_CONC","ddicName":"SOTR_CONC","description":"SOTR_CONC"});
cx_sy_no_handler.cx_sy_no_handler.set('CX_SY_NO_HANDLER');
export {cx_sy_no_handler};