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 | 1x 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}; |