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 | 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x | // zif_abapgit_comparator.intf.abap
class zif_abapgit_comparator {
static INTERNAL_TYPE = 'INTF';
static INTERNAL_NAME = 'ZIF_ABAPGIT_COMPARATOR';
static ATTRIBUTES = {};
static METHODS = {"COMPARE": {"visibility": "U", "parameters": {"RS_RESULT": {"type": () => {return new abap.types.Structure({
"text": new abap.types.String({qualifiedName: "ZIF_ABAPGIT_COMPARATOR=>TY_RESULT-TEXT"})}, "zif_abapgit_comparator=>ty_result", undefined, {}, {});}, "is_optional": " ", "parm_kind": "R", "type_name": "StructureType"}, "II_LOCAL": {"type": () => {return new abap.types.ABAPObject({qualifiedName: "ZIF_ABAPGIT_XML_INPUT", RTTIName: "\\INTERFACE=ZIF_ABAPGIT_XML_INPUT"});}, "is_optional": " ", "parm_kind": "I", "type_name": "ObjectReferenceType"}, "II_REMOTE": {"type": () => {return new abap.types.ABAPObject({qualifiedName: "ZIF_ABAPGIT_XML_INPUT", RTTIName: "\\INTERFACE=ZIF_ABAPGIT_XML_INPUT"});}, "is_optional": " ", "parm_kind": "I", "type_name": "ObjectReferenceType"}, "II_LOG": {"type": () => {return new abap.types.ABAPObject({qualifiedName: "ZIF_ABAPGIT_LOG", RTTIName: "\\INTERFACE=ZIF_ABAPGIT_LOG"});}, "is_optional": " ", "parm_kind": "I", "type_name": "ObjectReferenceType"}}}};
}
abap.Classes['ZIF_ABAPGIT_COMPARATOR'] = zif_abapgit_comparator;zif_abapgit_comparator.ty_result = new abap.types.Structure({
"text": new abap.types.String({qualifiedName: "ZIF_ABAPGIT_COMPARATOR=>TY_RESULT-TEXT"})}, "zif_abapgit_comparator=>ty_result", undefined, {}, {});
export {zif_abapgit_comparator}; |