All files / output zif_abapgit_ajson_iterator.intf.mjs

100% Statements 10/10
100% Branches 2/2
33.33% Functions 1/3
100% Lines 10/10

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 101x 1x 1x 1x 1x 1x 1x 1x 1x 1x
// zif_abapgit_ajson_iterator.intf.abap
class zif_abapgit_ajson_iterator {
  static INTERNAL_TYPE = 'INTF';
  static INTERNAL_NAME = 'ZIF_ABAPGIT_AJSON_ITERATOR';
  static ATTRIBUTES = {};
  static METHODS = {"HAS_NEXT": {"visibility": "U", "parameters": {"RV_YES": {"type": () => {return new abap.types.Character(1, {"qualifiedName":"ABAP_BOOL","ddicName":"ABAP_BOOL"});}, "is_optional": " ", "parm_kind": "R", "type_name": "CharacterType"}}},
  "NEXT": {"visibility": "U", "parameters": {"RI_ITEM": {"type": () => {return new abap.types.ABAPObject({qualifiedName: "ZIF_ABAPGIT_AJSON", RTTIName: "\\INTERFACE=ZIF_ABAPGIT_AJSON"});}, "is_optional": " ", "parm_kind": "R", "type_name": "ObjectReferenceType"}}}};
}
abap.Classes['ZIF_ABAPGIT_AJSON_ITERATOR'] = zif_abapgit_ajson_iterator;
export {zif_abapgit_ajson_iterator};