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 | 1x 1x 1x 1x 1x 1x 1x 1x 1x | // zif_abapgit_function_module.intf.abap class zif_abapgit_function_module { static INTERNAL_TYPE = 'INTF'; static INTERNAL_NAME = 'ZIF_ABAPGIT_FUNCTION_MODULE'; static ATTRIBUTES = {}; static METHODS = {"FUNCTION_EXISTS": {"visibility": "U", "parameters": {"RV_EXISTS": {"type": () => {return new abap.types.Character(1, {"qualifiedName":"ABAP_BOOL","ddicName":"ABAP_BOOL"});}, "is_optional": " ", "parm_kind": "R", "type_name": "CharacterType"}, "IV_FUNCTION_MODULE_NAME": {"type": () => {return new abap.types.Character();}, "is_optional": " ", "parm_kind": "I", "type_name": "CLikeType"}}}}; } abap.Classes['ZIF_ABAPGIT_FUNCTION_MODULE'] = zif_abapgit_function_module; export {zif_abapgit_function_module}; |