All files / output zif_abapgit_diff3.intf.mjs

66.41% Statements 176/265
100% Branches 2/2
2.12% Functions 1/47
66.41% Lines 176/265

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 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 2651x 1x 1x 1x 1x 1x       1x 1x       1x 1x               1x 1x               1x 1x               1x 1x               1x               1x 1x               1x               1x 1x                               1x 1x               1x 1x   1x       1x 1x   1x       1x 1x   1x       1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x
// zif_abapgit_diff3.intf.abap
class zif_abapgit_diff3 {
  static INTERNAL_TYPE = 'INTF';
  static INTERNAL_NAME = 'ZIF_ABAPGIT_DIFF3';
  static ATTRIBUTES = {};
  static METHODS = {"LCS": {"visibility": "U", "parameters": {"RT_RESULT": {"type": () => {return abap.types.TableFactory.construct(new abap.types.Structure({
  "key": new abap.types.Integer({qualifiedName: "ZIF_ABAPGIT_DIFF3=>TY_LCS_RESULT-KEY"}),
  "buffer1index": new abap.types.Integer({qualifiedName: "ZIF_ABAPGIT_DIFF3=>TY_NUMBER"}),
  "buffer2index": new abap.types.Integer({qualifiedName: "ZIF_ABAPGIT_DIFF3=>TY_NUMBER"}),
  "chain": new abap.types.Integer({qualifiedName: "ZIF_ABAPGIT_DIFF3=>TY_LCS_RESULT-CHAIN"})}, "zif_abapgit_diff3=>ty_lcs_result", undefined, {}, {}), {"withHeader":false,"keyType":"USER","primaryKey":{"name":"primary_key","type":"SORTED","isUnique":true,"keyFields":["KEY"]},"secondary":[]}, "zif_abapgit_diff3=>ty_lcs_result_t");}, "is_optional": " ", "parm_kind": "R", "type_name": "TableType"}, "IT_BUFFER1": {"type": () => {return abap.types.TableFactory.construct(new abap.types.String({qualifiedName: "STRING"}), {"withHeader":false,"keyType":"DEFAULT","primaryKey":{"isUnique":false,"type":"STANDARD","keyFields":[],"name":"primary_key"},"secondary":[]}, "STRING_TABLE");}, "is_optional": " ", "parm_kind": "I", "type_name": "TableType"}, "IT_BUFFER2": {"type": () => {return abap.types.TableFactory.construct(new abap.types.String({qualifiedName: "STRING"}), {"withHeader":false,"keyType":"DEFAULT","primaryKey":{"isUnique":false,"type":"STANDARD","keyFields":[],"name":"primary_key"},"secondary":[]}, "STRING_TABLE");}, "is_optional": " ", "parm_kind": "I", "type_name": "TableType"}}},
  "DIFF_COMM": {"visibility": "U", "parameters": {"RT_RESULT": {"type": () => {return abap.types.TableFactory.construct(new abap.types.Structure({
  "common": abap.types.TableFactory.construct(new abap.types.String({qualifiedName: "STRING"}), {"withHeader":false,"keyType":"DEFAULT","primaryKey":{"isUnique":false,"type":"STANDARD","keyFields":[],"name":"primary_key"},"secondary":[]}, "STRING_TABLE"),
  "diff": new abap.types.Structure({
  "buffer1": abap.types.TableFactory.construct(new abap.types.String({qualifiedName: "STRING"}), {"withHeader":false,"keyType":"DEFAULT","primaryKey":{"isUnique":false,"type":"STANDARD","keyFields":[],"name":"primary_key"},"secondary":[]}, "STRING_TABLE"),
  "buffer2": abap.types.TableFactory.construct(new abap.types.String({qualifiedName: "STRING"}), {"withHeader":false,"keyType":"DEFAULT","primaryKey":{"isUnique":false,"type":"STANDARD","keyFields":[],"name":"primary_key"},"secondary":[]}, "STRING_TABLE")}, "zif_abapgit_diff3=>ty_comm_result-diff", undefined, {}, {})}, "zif_abapgit_diff3=>ty_comm_result", undefined, {}, {}), {"withHeader":false,"keyType":"DEFAULT","primaryKey":{"name":"primary_key","type":"STANDARD","isUnique":false,"keyFields":[]},"secondary":[]}, "zif_abapgit_diff3=>ty_comm_result_t");}, "is_optional": " ", "parm_kind": "R", "type_name": "TableType"}, "IT_BUFFER1": {"type": () => {return abap.types.TableFactory.construct(new abap.types.String({qualifiedName: "STRING"}), {"withHeader":false,"keyType":"DEFAULT","primaryKey":{"isUnique":false,"type":"STANDARD","keyFields":[],"name":"primary_key"},"secondary":[]}, "STRING_TABLE");}, "is_optional": " ", "parm_kind": "I", "type_name": "TableType"}, "IT_BUFFER2": {"type": () => {return abap.types.TableFactory.construct(new abap.types.String({qualifiedName: "STRING"}), {"withHeader":false,"keyType":"DEFAULT","primaryKey":{"isUnique":false,"type":"STANDARD","keyFields":[],"name":"primary_key"},"secondary":[]}, "STRING_TABLE");}, "is_optional": " ", "parm_kind": "I", "type_name": "TableType"}}},
  "DIFF_INDICES": {"visibility": "U", "parameters": {"RT_RESULT": {"type": () => {return abap.types.TableFactory.construct(new abap.types.Structure({
  "buffer1": new abap.types.Structure({
  "key": new abap.types.Integer({qualifiedName: "ZIF_ABAPGIT_DIFF3=>TY_NUMBER"}),
  "len": new abap.types.Integer({qualifiedName: "ZIF_ABAPGIT_DIFF3=>TY_NUMBER"})}, "zif_abapgit_diff3=>ty_number_number", undefined, {}, {}),
  "buffer1content": abap.types.TableFactory.construct(new abap.types.String({qualifiedName: "STRING"}), {"withHeader":false,"keyType":"DEFAULT","primaryKey":{"isUnique":false,"type":"STANDARD","keyFields":[],"name":"primary_key"},"secondary":[]}, "STRING_TABLE"),
  "buffer2": new abap.types.Structure({
  "key": new abap.types.Integer({qualifiedName: "ZIF_ABAPGIT_DIFF3=>TY_NUMBER"}),
  "len": new abap.types.Integer({qualifiedName: "ZIF_ABAPGIT_DIFF3=>TY_NUMBER"})}, "zif_abapgit_diff3=>ty_number_number", undefined, {}, {}),
  "buffer2content": abap.types.TableFactory.construct(new abap.types.String({qualifiedName: "STRING"}), {"withHeader":false,"keyType":"DEFAULT","primaryKey":{"isUnique":false,"type":"STANDARD","keyFields":[],"name":"primary_key"},"secondary":[]}, "STRING_TABLE")}, "zif_abapgit_diff3=>ty_diff_indices_result", undefined, {}, {}), {"withHeader":false,"keyType":"DEFAULT","primaryKey":{"name":"primary_key","type":"STANDARD","isUnique":false,"keyFields":[]},"secondary":[]}, "zif_abapgit_diff3=>ty_diff_indices_result_t");}, "is_optional": " ", "parm_kind": "R", "type_name": "TableType"}, "IT_BUFFER1": {"type": () => {return abap.types.TableFactory.construct(new abap.types.String({qualifiedName: "STRING"}), {"withHeader":false,"keyType":"DEFAULT","primaryKey":{"isUnique":false,"type":"STANDARD","keyFields":[],"name":"primary_key"},"secondary":[]}, "STRING_TABLE");}, "is_optional": " ", "parm_kind": "I", "type_name": "TableType"}, "IT_BUFFER2": {"type": () => {return abap.types.TableFactory.construct(new abap.types.String({qualifiedName: "STRING"}), {"withHeader":false,"keyType":"DEFAULT","primaryKey":{"isUnique":false,"type":"STANDARD","keyFields":[],"name":"primary_key"},"secondary":[]}, "STRING_TABLE");}, "is_optional": " ", "parm_kind": "I", "type_name": "TableType"}}},
  "DIFF_PATCH": {"visibility": "U", "parameters": {"RT_RESULT": {"type": () => {return abap.types.TableFactory.construct(new abap.types.Structure({
  "buffer1": new abap.types.Structure({
  "offset": new abap.types.Integer({qualifiedName: "ZIF_ABAPGIT_DIFF3=>TY_NUMBER"}),
  "length": new abap.types.Integer({qualifiedName: "ZIF_ABAPGIT_DIFF3=>TY_NUMBER"}),
  "chunk": abap.types.TableFactory.construct(new abap.types.String({qualifiedName: "STRING"}), {"withHeader":false,"keyType":"DEFAULT","primaryKey":{"isUnique":false,"type":"STANDARD","keyFields":[],"name":"primary_key"},"secondary":[]}, "STRING_TABLE")}, "zif_abapgit_diff3=>ty_chunk", undefined, {}, {}),
  "buffer2": new abap.types.Structure({
  "offset": new abap.types.Integer({qualifiedName: "ZIF_ABAPGIT_DIFF3=>TY_NUMBER"}),
  "length": new abap.types.Integer({qualifiedName: "ZIF_ABAPGIT_DIFF3=>TY_NUMBER"}),
  "chunk": abap.types.TableFactory.construct(new abap.types.String({qualifiedName: "STRING"}), {"withHeader":false,"keyType":"DEFAULT","primaryKey":{"isUnique":false,"type":"STANDARD","keyFields":[],"name":"primary_key"},"secondary":[]}, "STRING_TABLE")}, "zif_abapgit_diff3=>ty_chunk", undefined, {}, {})}, "zif_abapgit_diff3=>ty_patch_result", undefined, {}, {}), {"withHeader":false,"keyType":"DEFAULT","primaryKey":{"name":"primary_key","type":"STANDARD","isUnique":false,"keyFields":[]},"secondary":[]}, "zif_abapgit_diff3=>ty_patch_result_t");}, "is_optional": " ", "parm_kind": "R", "type_name": "TableType"}, "IT_BUFFER1": {"type": () => {return abap.types.TableFactory.construct(new abap.types.String({qualifiedName: "STRING"}), {"withHeader":false,"keyType":"DEFAULT","primaryKey":{"isUnique":false,"type":"STANDARD","keyFields":[],"name":"primary_key"},"secondary":[]}, "STRING_TABLE");}, "is_optional": " ", "parm_kind": "I", "type_name": "TableType"}, "IT_BUFFER2": {"type": () => {return abap.types.TableFactory.construct(new abap.types.String({qualifiedName: "STRING"}), {"withHeader":false,"keyType":"DEFAULT","primaryKey":{"isUnique":false,"type":"STANDARD","keyFields":[],"name":"primary_key"},"secondary":[]}, "STRING_TABLE");}, "is_optional": " ", "parm_kind": "I", "type_name": "TableType"}}},
  "PATCH": {"visibility": "U", "parameters": {"RT_RESULT": {"type": () => {return abap.types.TableFactory.construct(new abap.types.String({qualifiedName: "STRING"}), {"withHeader":false,"keyType":"DEFAULT","primaryKey":{"isUnique":false,"type":"STANDARD","keyFields":[],"name":"primary_key"},"secondary":[]}, "STRING_TABLE");}, "is_optional": " ", "parm_kind": "R", "type_name": "TableType"}, "IT_BUFFER": {"type": () => {return abap.types.TableFactory.construct(new abap.types.String({qualifiedName: "STRING"}), {"withHeader":false,"keyType":"DEFAULT","primaryKey":{"isUnique":false,"type":"STANDARD","keyFields":[],"name":"primary_key"},"secondary":[]}, "STRING_TABLE");}, "is_optional": " ", "parm_kind": "I", "type_name": "TableType"}, "IT_PATCHRES": {"type": () => {return abap.types.TableFactory.construct(new abap.types.Structure({
  "buffer1": new abap.types.Structure({
  "offset": new abap.types.Integer({qualifiedName: "ZIF_ABAPGIT_DIFF3=>TY_NUMBER"}),
  "length": new abap.types.Integer({qualifiedName: "ZIF_ABAPGIT_DIFF3=>TY_NUMBER"}),
  "chunk": abap.types.TableFactory.construct(new abap.types.String({qualifiedName: "STRING"}), {"withHeader":false,"keyType":"DEFAULT","primaryKey":{"isUnique":false,"type":"STANDARD","keyFields":[],"name":"primary_key"},"secondary":[]}, "STRING_TABLE")}, "zif_abapgit_diff3=>ty_chunk", undefined, {}, {}),
  "buffer2": new abap.types.Structure({
  "offset": new abap.types.Integer({qualifiedName: "ZIF_ABAPGIT_DIFF3=>TY_NUMBER"}),
  "length": new abap.types.Integer({qualifiedName: "ZIF_ABAPGIT_DIFF3=>TY_NUMBER"}),
  "chunk": abap.types.TableFactory.construct(new abap.types.String({qualifiedName: "STRING"}), {"withHeader":false,"keyType":"DEFAULT","primaryKey":{"isUnique":false,"type":"STANDARD","keyFields":[],"name":"primary_key"},"secondary":[]}, "STRING_TABLE")}, "zif_abapgit_diff3=>ty_chunk", undefined, {}, {})}, "zif_abapgit_diff3=>ty_patch_result", undefined, {}, {}), {"withHeader":false,"keyType":"DEFAULT","primaryKey":{"name":"primary_key","type":"STANDARD","isUnique":false,"keyFields":[]},"secondary":[]}, "zif_abapgit_diff3=>ty_patch_result_t");}, "is_optional": " ", "parm_kind": "I", "type_name": "TableType"}}},
  "STRIP_PATCH": {"visibility": "U", "parameters": {"RT_RESULT": {"type": () => {return abap.types.TableFactory.construct(new abap.types.Structure({
  "buffer1": new abap.types.Structure({
  "offset": new abap.types.Integer({qualifiedName: "ZIF_ABAPGIT_DIFF3=>TY_NUMBER"}),
  "length": new abap.types.Integer({qualifiedName: "ZIF_ABAPGIT_DIFF3=>TY_NUMBER"}),
  "chunk": abap.types.TableFactory.construct(new abap.types.String({qualifiedName: "STRING"}), {"withHeader":false,"keyType":"DEFAULT","primaryKey":{"isUnique":false,"type":"STANDARD","keyFields":[],"name":"primary_key"},"secondary":[]}, "STRING_TABLE")}, "zif_abapgit_diff3=>ty_chunk", undefined, {}, {}),
  "buffer2": new abap.types.Structure({
  "offset": new abap.types.Integer({qualifiedName: "ZIF_ABAPGIT_DIFF3=>TY_NUMBER"}),
  "length": new abap.types.Integer({qualifiedName: "ZIF_ABAPGIT_DIFF3=>TY_NUMBER"}),
  "chunk": abap.types.TableFactory.construct(new abap.types.String({qualifiedName: "STRING"}), {"withHeader":false,"keyType":"DEFAULT","primaryKey":{"isUnique":false,"type":"STANDARD","keyFields":[],"name":"primary_key"},"secondary":[]}, "STRING_TABLE")}, "zif_abapgit_diff3=>ty_chunk", undefined, {}, {})}, "zif_abapgit_diff3=>ty_patch_result", undefined, {}, {}), {"withHeader":false,"keyType":"DEFAULT","primaryKey":{"name":"primary_key","type":"STANDARD","isUnique":false,"keyFields":[]},"secondary":[]}, "zif_abapgit_diff3=>ty_patch_result_t");}, "is_optional": " ", "parm_kind": "R", "type_name": "TableType"}, "IT_PATCHRES": {"type": () => {return abap.types.TableFactory.construct(new abap.types.Structure({
  "buffer1": new abap.types.Structure({
  "offset": new abap.types.Integer({qualifiedName: "ZIF_ABAPGIT_DIFF3=>TY_NUMBER"}),
  "length": new abap.types.Integer({qualifiedName: "ZIF_ABAPGIT_DIFF3=>TY_NUMBER"}),
  "chunk": abap.types.TableFactory.construct(new abap.types.String({qualifiedName: "STRING"}), {"withHeader":false,"keyType":"DEFAULT","primaryKey":{"isUnique":false,"type":"STANDARD","keyFields":[],"name":"primary_key"},"secondary":[]}, "STRING_TABLE")}, "zif_abapgit_diff3=>ty_chunk", undefined, {}, {}),
  "buffer2": new abap.types.Structure({
  "offset": new abap.types.Integer({qualifiedName: "ZIF_ABAPGIT_DIFF3=>TY_NUMBER"}),
  "length": new abap.types.Integer({qualifiedName: "ZIF_ABAPGIT_DIFF3=>TY_NUMBER"}),
  "chunk": abap.types.TableFactory.construct(new abap.types.String({qualifiedName: "STRING"}), {"withHeader":false,"keyType":"DEFAULT","primaryKey":{"isUnique":false,"type":"STANDARD","keyFields":[],"name":"primary_key"},"secondary":[]}, "STRING_TABLE")}, "zif_abapgit_diff3=>ty_chunk", undefined, {}, {})}, "zif_abapgit_diff3=>ty_patch_result", undefined, {}, {}), {"withHeader":false,"keyType":"DEFAULT","primaryKey":{"name":"primary_key","type":"STANDARD","isUnique":false,"keyFields":[]},"secondary":[]}, "zif_abapgit_diff3=>ty_patch_result_t");}, "is_optional": " ", "parm_kind": "I", "type_name": "TableType"}}},
  "INVERT_PATCH": {"visibility": "U", "parameters": {"RT_RESULT": {"type": () => {return abap.types.TableFactory.construct(new abap.types.Structure({
  "buffer1": new abap.types.Structure({
  "offset": new abap.types.Integer({qualifiedName: "ZIF_ABAPGIT_DIFF3=>TY_NUMBER"}),
  "length": new abap.types.Integer({qualifiedName: "ZIF_ABAPGIT_DIFF3=>TY_NUMBER"}),
  "chunk": abap.types.TableFactory.construct(new abap.types.String({qualifiedName: "STRING"}), {"withHeader":false,"keyType":"DEFAULT","primaryKey":{"isUnique":false,"type":"STANDARD","keyFields":[],"name":"primary_key"},"secondary":[]}, "STRING_TABLE")}, "zif_abapgit_diff3=>ty_chunk", undefined, {}, {}),
  "buffer2": new abap.types.Structure({
  "offset": new abap.types.Integer({qualifiedName: "ZIF_ABAPGIT_DIFF3=>TY_NUMBER"}),
  "length": new abap.types.Integer({qualifiedName: "ZIF_ABAPGIT_DIFF3=>TY_NUMBER"}),
  "chunk": abap.types.TableFactory.construct(new abap.types.String({qualifiedName: "STRING"}), {"withHeader":false,"keyType":"DEFAULT","primaryKey":{"isUnique":false,"type":"STANDARD","keyFields":[],"name":"primary_key"},"secondary":[]}, "STRING_TABLE")}, "zif_abapgit_diff3=>ty_chunk", undefined, {}, {})}, "zif_abapgit_diff3=>ty_patch_result", undefined, {}, {}), {"withHeader":false,"keyType":"DEFAULT","primaryKey":{"name":"primary_key","type":"STANDARD","isUnique":false,"keyFields":[]},"secondary":[]}, "zif_abapgit_diff3=>ty_patch_result_t");}, "is_optional": " ", "parm_kind": "R", "type_name": "TableType"}, "IT_PATCHRES": {"type": () => {return abap.types.TableFactory.construct(new abap.types.Structure({
  "buffer1": new abap.types.Structure({
  "offset": new abap.types.Integer({qualifiedName: "ZIF_ABAPGIT_DIFF3=>TY_NUMBER"}),
  "length": new abap.types.Integer({qualifiedName: "ZIF_ABAPGIT_DIFF3=>TY_NUMBER"}),
  "chunk": abap.types.TableFactory.construct(new abap.types.String({qualifiedName: "STRING"}), {"withHeader":false,"keyType":"DEFAULT","primaryKey":{"isUnique":false,"type":"STANDARD","keyFields":[],"name":"primary_key"},"secondary":[]}, "STRING_TABLE")}, "zif_abapgit_diff3=>ty_chunk", undefined, {}, {}),
  "buffer2": new abap.types.Structure({
  "offset": new abap.types.Integer({qualifiedName: "ZIF_ABAPGIT_DIFF3=>TY_NUMBER"}),
  "length": new abap.types.Integer({qualifiedName: "ZIF_ABAPGIT_DIFF3=>TY_NUMBER"}),
  "chunk": abap.types.TableFactory.construct(new abap.types.String({qualifiedName: "STRING"}), {"withHeader":false,"keyType":"DEFAULT","primaryKey":{"isUnique":false,"type":"STANDARD","keyFields":[],"name":"primary_key"},"secondary":[]}, "STRING_TABLE")}, "zif_abapgit_diff3=>ty_chunk", undefined, {}, {})}, "zif_abapgit_diff3=>ty_patch_result", undefined, {}, {}), {"withHeader":false,"keyType":"DEFAULT","primaryKey":{"name":"primary_key","type":"STANDARD","isUnique":false,"keyFields":[]},"secondary":[]}, "zif_abapgit_diff3=>ty_patch_result_t");}, "is_optional": " ", "parm_kind": "I", "type_name": "TableType"}}},
  "DIFF3_MERGE_REGIONS": {"visibility": "U", "parameters": {"RT_RESULT": {"type": () => {return abap.types.TableFactory.construct(new abap.types.Structure({
  "stable": new abap.types.Character(1, {"qualifiedName":"ABAP_BOOL","ddicName":"ABAP_BOOL"}),
  "stable_region": new abap.types.Structure({
  "buffer": new abap.types.Character(1, {"qualifiedName":"zif_abapgit_diff3=>ty_stable_region-buffer"}),
  "buffer_start": new abap.types.Integer({qualifiedName: "ZIF_ABAPGIT_DIFF3=>TY_NUMBER"}),
  "buffer_length": new abap.types.Integer({qualifiedName: "ZIF_ABAPGIT_DIFF3=>TY_NUMBER"}),
  "buffer_content": abap.types.TableFactory.construct(new abap.types.String({qualifiedName: "STRING"}), {"withHeader":false,"keyType":"DEFAULT","primaryKey":{"isUnique":false,"type":"STANDARD","keyFields":[],"name":"primary_key"},"secondary":[]}, "STRING_TABLE")}, "zif_abapgit_diff3=>ty_stable_region", undefined, {}, {}),
  "unstable_region": new abap.types.Structure({
  "a_start": new abap.types.Integer({qualifiedName: "ZIF_ABAPGIT_DIFF3=>TY_NUMBER"}),
  "a_length": new abap.types.Integer({qualifiedName: "ZIF_ABAPGIT_DIFF3=>TY_NUMBER"}),
  "a_content": abap.types.TableFactory.construct(new abap.types.String({qualifiedName: "STRING"}), {"withHeader":false,"keyType":"DEFAULT","primaryKey":{"isUnique":false,"type":"STANDARD","keyFields":[],"name":"primary_key"},"secondary":[]}, "STRING_TABLE"),
  "b_start": new abap.types.Integer({qualifiedName: "ZIF_ABAPGIT_DIFF3=>TY_NUMBER"}),
  "b_length": new abap.types.Integer({qualifiedName: "ZIF_ABAPGIT_DIFF3=>TY_NUMBER"}),
  "b_content": abap.types.TableFactory.construct(new abap.types.String({qualifiedName: "STRING"}), {"withHeader":false,"keyType":"DEFAULT","primaryKey":{"isUnique":false,"type":"STANDARD","keyFields":[],"name":"primary_key"},"secondary":[]}, "STRING_TABLE"),
  "o_start": new abap.types.Integer({qualifiedName: "ZIF_ABAPGIT_DIFF3=>TY_NUMBER"}),
  "o_length": new abap.types.Integer({qualifiedName: "ZIF_ABAPGIT_DIFF3=>TY_NUMBER"}),
  "o_content": abap.types.TableFactory.construct(new abap.types.String({qualifiedName: "STRING"}), {"withHeader":false,"keyType":"DEFAULT","primaryKey":{"isUnique":false,"type":"STANDARD","keyFields":[],"name":"primary_key"},"secondary":[]}, "STRING_TABLE")}, "zif_abapgit_diff3=>ty_unstable_region", undefined, {}, {})}, "zif_abapgit_diff3=>ty_region", undefined, {}, {}), {"withHeader":false,"keyType":"DEFAULT","primaryKey":{"name":"primary_key","type":"STANDARD","isUnique":false,"keyFields":[]},"secondary":[]}, "zif_abapgit_diff3=>ty_region_t");}, "is_optional": " ", "parm_kind": "R", "type_name": "TableType"}, "IT_A": {"type": () => {return abap.types.TableFactory.construct(new abap.types.String({qualifiedName: "STRING"}), {"withHeader":false,"keyType":"DEFAULT","primaryKey":{"isUnique":false,"type":"STANDARD","keyFields":[],"name":"primary_key"},"secondary":[]}, "STRING_TABLE");}, "is_optional": " ", "parm_kind": "I", "type_name": "TableType"}, "IT_O": {"type": () => {return abap.types.TableFactory.construct(new abap.types.String({qualifiedName: "STRING"}), {"withHeader":false,"keyType":"DEFAULT","primaryKey":{"isUnique":false,"type":"STANDARD","keyFields":[],"name":"primary_key"},"secondary":[]}, "STRING_TABLE");}, "is_optional": " ", "parm_kind": "I", "type_name": "TableType"}, "IT_B": {"type": () => {return abap.types.TableFactory.construct(new abap.types.String({qualifiedName: "STRING"}), {"withHeader":false,"keyType":"DEFAULT","primaryKey":{"isUnique":false,"type":"STANDARD","keyFields":[],"name":"primary_key"},"secondary":[]}, "STRING_TABLE");}, "is_optional": " ", "parm_kind": "I", "type_name": "TableType"}}},
  "DIFF3_MERGE": {"visibility": "U", "parameters": {"RT_RESULT": {"type": () => {return abap.types.TableFactory.construct(new abap.types.Structure({
  "ok": abap.types.TableFactory.construct(new abap.types.String({qualifiedName: "STRING"}), {"withHeader":false,"keyType":"DEFAULT","primaryKey":{"isUnique":false,"type":"STANDARD","keyFields":[],"name":"primary_key"},"secondary":[]}, "STRING_TABLE"),
  "conflict": new abap.types.Structure({
  "a": abap.types.TableFactory.construct(new abap.types.String({qualifiedName: "STRING"}), {"withHeader":false,"keyType":"DEFAULT","primaryKey":{"isUnique":false,"type":"STANDARD","keyFields":[],"name":"primary_key"},"secondary":[]}, "STRING_TABLE"),
  "a_index": new abap.types.Integer({qualifiedName: "ZIF_ABAPGIT_DIFF3=>TY_NUMBER"}),
  "o": abap.types.TableFactory.construct(new abap.types.String({qualifiedName: "STRING"}), {"withHeader":false,"keyType":"DEFAULT","primaryKey":{"isUnique":false,"type":"STANDARD","keyFields":[],"name":"primary_key"},"secondary":[]}, "STRING_TABLE"),
  "o_index": new abap.types.Integer({qualifiedName: "ZIF_ABAPGIT_DIFF3=>TY_NUMBER"}),
  "b": abap.types.TableFactory.construct(new abap.types.String({qualifiedName: "STRING"}), {"withHeader":false,"keyType":"DEFAULT","primaryKey":{"isUnique":false,"type":"STANDARD","keyFields":[],"name":"primary_key"},"secondary":[]}, "STRING_TABLE"),
  "b_index": new abap.types.Integer({qualifiedName: "ZIF_ABAPGIT_DIFF3=>TY_NUMBER"})}, "zif_abapgit_diff3=>ty_merge_region-conflict", undefined, {}, {})}, "zif_abapgit_diff3=>ty_merge_region", undefined, {}, {}), {"withHeader":false,"keyType":"DEFAULT","primaryKey":{"name":"primary_key","type":"STANDARD","isUnique":false,"keyFields":[]},"secondary":[]}, "zif_abapgit_diff3=>ty_merge_region_t");}, "is_optional": " ", "parm_kind": "R", "type_name": "TableType"}, "IT_A": {"type": () => {return abap.types.TableFactory.construct(new abap.types.String({qualifiedName: "STRING"}), {"withHeader":false,"keyType":"DEFAULT","primaryKey":{"isUnique":false,"type":"STANDARD","keyFields":[],"name":"primary_key"},"secondary":[]}, "STRING_TABLE");}, "is_optional": " ", "parm_kind": "I", "type_name": "TableType"}, "IT_O": {"type": () => {return abap.types.TableFactory.construct(new abap.types.String({qualifiedName: "STRING"}), {"withHeader":false,"keyType":"DEFAULT","primaryKey":{"isUnique":false,"type":"STANDARD","keyFields":[],"name":"primary_key"},"secondary":[]}, "STRING_TABLE");}, "is_optional": " ", "parm_kind": "I", "type_name": "TableType"}, "IT_B": {"type": () => {return abap.types.TableFactory.construct(new abap.types.String({qualifiedName: "STRING"}), {"withHeader":false,"keyType":"DEFAULT","primaryKey":{"isUnique":false,"type":"STANDARD","keyFields":[],"name":"primary_key"},"secondary":[]}, "STRING_TABLE");}, "is_optional": " ", "parm_kind": "I", "type_name": "TableType"}, "IV_EXCLUDE_FALSE_CONFLICTS": {"type": () => {return new abap.types.Character(1, {"qualifiedName":"ABAP_BOOL","ddicName":"ABAP_BOOL"});}, "is_optional": " ", "parm_kind": "I", "type_name": "CharacterType"}}},
  "MERGE": {"visibility": "U", "parameters": {"RS_RESULT": {"type": () => {return new abap.types.Structure({
  "conflict": new abap.types.Character(1, {"qualifiedName":"ABAP_BOOL","ddicName":"ABAP_BOOL"}),
  "result": abap.types.TableFactory.construct(new abap.types.String({qualifiedName: "STRING"}), {"withHeader":false,"keyType":"DEFAULT","primaryKey":{"isUnique":false,"type":"STANDARD","keyFields":[],"name":"primary_key"},"secondary":[]}, "STRING_TABLE")}, "zif_abapgit_diff3=>ty_merge_result", undefined, {}, {});}, "is_optional": " ", "parm_kind": "R", "type_name": "StructureType"}, "IT_A": {"type": () => {return abap.types.TableFactory.construct(new abap.types.String({qualifiedName: "STRING"}), {"withHeader":false,"keyType":"DEFAULT","primaryKey":{"isUnique":false,"type":"STANDARD","keyFields":[],"name":"primary_key"},"secondary":[]}, "STRING_TABLE");}, "is_optional": " ", "parm_kind": "I", "type_name": "TableType"}, "IT_O": {"type": () => {return abap.types.TableFactory.construct(new abap.types.String({qualifiedName: "STRING"}), {"withHeader":false,"keyType":"DEFAULT","primaryKey":{"isUnique":false,"type":"STANDARD","keyFields":[],"name":"primary_key"},"secondary":[]}, "STRING_TABLE");}, "is_optional": " ", "parm_kind": "I", "type_name": "TableType"}, "IT_B": {"type": () => {return abap.types.TableFactory.construct(new abap.types.String({qualifiedName: "STRING"}), {"withHeader":false,"keyType":"DEFAULT","primaryKey":{"isUnique":false,"type":"STANDARD","keyFields":[],"name":"primary_key"},"secondary":[]}, "STRING_TABLE");}, "is_optional": " ", "parm_kind": "I", "type_name": "TableType"}, "IV_EXCLUDE_FALSE_CONFLICTS": {"type": () => {return new abap.types.Character(1, {"qualifiedName":"ABAP_BOOL","ddicName":"ABAP_BOOL"});}, "is_optional": " ", "parm_kind": "I", "type_name": "CharacterType"}, "IS_LABELS": {"type": () => {return new abap.types.Structure({
  "a": new abap.types.String({qualifiedName: "ZIF_ABAPGIT_DIFF3=>TY_LABELS-A"}),
  "o": new abap.types.String({qualifiedName: "ZIF_ABAPGIT_DIFF3=>TY_LABELS-O"}),
  "x": new abap.types.String({qualifiedName: "ZIF_ABAPGIT_DIFF3=>TY_LABELS-X"}),
  "b": new abap.types.String({qualifiedName: "ZIF_ABAPGIT_DIFF3=>TY_LABELS-B"})}, "zif_abapgit_diff3=>ty_labels", undefined, {}, {});}, "is_optional": " ", "parm_kind": "I", "type_name": "StructureType"}}},
  "MERGE_DIFF3": {"visibility": "U", "parameters": {"RS_RESULT": {"type": () => {return new abap.types.Structure({
  "conflict": new abap.types.Character(1, {"qualifiedName":"ABAP_BOOL","ddicName":"ABAP_BOOL"}),
  "result": abap.types.TableFactory.construct(new abap.types.String({qualifiedName: "STRING"}), {"withHeader":false,"keyType":"DEFAULT","primaryKey":{"isUnique":false,"type":"STANDARD","keyFields":[],"name":"primary_key"},"secondary":[]}, "STRING_TABLE")}, "zif_abapgit_diff3=>ty_merge_result", undefined, {}, {});}, "is_optional": " ", "parm_kind": "R", "type_name": "StructureType"}, "IT_A": {"type": () => {return abap.types.TableFactory.construct(new abap.types.String({qualifiedName: "STRING"}), {"withHeader":false,"keyType":"DEFAULT","primaryKey":{"isUnique":false,"type":"STANDARD","keyFields":[],"name":"primary_key"},"secondary":[]}, "STRING_TABLE");}, "is_optional": " ", "parm_kind": "I", "type_name": "TableType"}, "IT_O": {"type": () => {return abap.types.TableFactory.construct(new abap.types.String({qualifiedName: "STRING"}), {"withHeader":false,"keyType":"DEFAULT","primaryKey":{"isUnique":false,"type":"STANDARD","keyFields":[],"name":"primary_key"},"secondary":[]}, "STRING_TABLE");}, "is_optional": " ", "parm_kind": "I", "type_name": "TableType"}, "IT_B": {"type": () => {return abap.types.TableFactory.construct(new abap.types.String({qualifiedName: "STRING"}), {"withHeader":false,"keyType":"DEFAULT","primaryKey":{"isUnique":false,"type":"STANDARD","keyFields":[],"name":"primary_key"},"secondary":[]}, "STRING_TABLE");}, "is_optional": " ", "parm_kind": "I", "type_name": "TableType"}, "IV_EXCLUDE_FALSE_CONFLICTS": {"type": () => {return new abap.types.Character(1, {"qualifiedName":"ABAP_BOOL","ddicName":"ABAP_BOOL"});}, "is_optional": " ", "parm_kind": "I", "type_name": "CharacterType"}, "IS_LABELS": {"type": () => {return new abap.types.Structure({
  "a": new abap.types.String({qualifiedName: "ZIF_ABAPGIT_DIFF3=>TY_LABELS-A"}),
  "o": new abap.types.String({qualifiedName: "ZIF_ABAPGIT_DIFF3=>TY_LABELS-O"}),
  "x": new abap.types.String({qualifiedName: "ZIF_ABAPGIT_DIFF3=>TY_LABELS-X"}),
  "b": new abap.types.String({qualifiedName: "ZIF_ABAPGIT_DIFF3=>TY_LABELS-B"})}, "zif_abapgit_diff3=>ty_labels", undefined, {}, {});}, "is_optional": " ", "parm_kind": "I", "type_name": "StructureType"}}},
  "MERGE_DIG_IN": {"visibility": "U", "parameters": {"RS_RESULT": {"type": () => {return new abap.types.Structure({
  "conflict": new abap.types.Character(1, {"qualifiedName":"ABAP_BOOL","ddicName":"ABAP_BOOL"}),
  "result": abap.types.TableFactory.construct(new abap.types.String({qualifiedName: "STRING"}), {"withHeader":false,"keyType":"DEFAULT","primaryKey":{"isUnique":false,"type":"STANDARD","keyFields":[],"name":"primary_key"},"secondary":[]}, "STRING_TABLE")}, "zif_abapgit_diff3=>ty_merge_result", undefined, {}, {});}, "is_optional": " ", "parm_kind": "R", "type_name": "StructureType"}, "IT_A": {"type": () => {return abap.types.TableFactory.construct(new abap.types.String({qualifiedName: "STRING"}), {"withHeader":false,"keyType":"DEFAULT","primaryKey":{"isUnique":false,"type":"STANDARD","keyFields":[],"name":"primary_key"},"secondary":[]}, "STRING_TABLE");}, "is_optional": " ", "parm_kind": "I", "type_name": "TableType"}, "IT_O": {"type": () => {return abap.types.TableFactory.construct(new abap.types.String({qualifiedName: "STRING"}), {"withHeader":false,"keyType":"DEFAULT","primaryKey":{"isUnique":false,"type":"STANDARD","keyFields":[],"name":"primary_key"},"secondary":[]}, "STRING_TABLE");}, "is_optional": " ", "parm_kind": "I", "type_name": "TableType"}, "IT_B": {"type": () => {return abap.types.TableFactory.construct(new abap.types.String({qualifiedName: "STRING"}), {"withHeader":false,"keyType":"DEFAULT","primaryKey":{"isUnique":false,"type":"STANDARD","keyFields":[],"name":"primary_key"},"secondary":[]}, "STRING_TABLE");}, "is_optional": " ", "parm_kind": "I", "type_name": "TableType"}, "IV_EXCLUDE_FALSE_CONFLICTS": {"type": () => {return new abap.types.Character(1, {"qualifiedName":"ABAP_BOOL","ddicName":"ABAP_BOOL"});}, "is_optional": " ", "parm_kind": "I", "type_name": "CharacterType"}, "IS_LABELS": {"type": () => {return new abap.types.Structure({
  "a": new abap.types.String({qualifiedName: "ZIF_ABAPGIT_DIFF3=>TY_LABELS-A"}),
  "o": new abap.types.String({qualifiedName: "ZIF_ABAPGIT_DIFF3=>TY_LABELS-O"}),
  "x": new abap.types.String({qualifiedName: "ZIF_ABAPGIT_DIFF3=>TY_LABELS-X"}),
  "b": new abap.types.String({qualifiedName: "ZIF_ABAPGIT_DIFF3=>TY_LABELS-B"})}, "zif_abapgit_diff3=>ty_labels", undefined, {}, {});}, "is_optional": " ", "parm_kind": "I", "type_name": "StructureType"}}}};
}
abap.Classes['ZIF_ABAPGIT_DIFF3'] = zif_abapgit_diff3;zif_abapgit_diff3.ty_number = new abap.types.Integer({qualifiedName: "ZIF_ABAPGIT_DIFF3=>TY_NUMBER"});
zif_abapgit_diff3.ty_numbers = abap.types.TableFactory.construct(new abap.types.Integer({qualifiedName: "ZIF_ABAPGIT_DIFF3=>TY_NUMBER"}), {"withHeader":false,"keyType":"DEFAULT","primaryKey":{"name":"primary_key","type":"STANDARD","isUnique":false,"keyFields":[]},"secondary":[]}, "zif_abapgit_diff3=>ty_numbers");
zif_abapgit_diff3.ty_number_number = new abap.types.Structure({
"key": new abap.types.Integer({qualifiedName: "ZIF_ABAPGIT_DIFF3=>TY_NUMBER"}),
"len": new abap.types.Integer({qualifiedName: "ZIF_ABAPGIT_DIFF3=>TY_NUMBER"})}, "zif_abapgit_diff3=>ty_number_number", undefined, {}, {});
zif_abapgit_diff3.ty_lcs_result = new abap.types.Structure({
"key": new abap.types.Integer({qualifiedName: "ZIF_ABAPGIT_DIFF3=>TY_LCS_RESULT-KEY"}),
"buffer1index": new abap.types.Integer({qualifiedName: "ZIF_ABAPGIT_DIFF3=>TY_NUMBER"}),
"buffer2index": new abap.types.Integer({qualifiedName: "ZIF_ABAPGIT_DIFF3=>TY_NUMBER"}),
"chain": new abap.types.Integer({qualifiedName: "ZIF_ABAPGIT_DIFF3=>TY_LCS_RESULT-CHAIN"})}, "zif_abapgit_diff3=>ty_lcs_result", undefined, {}, {});
zif_abapgit_diff3.ty_lcs_result_t = abap.types.TableFactory.construct(new abap.types.Structure({
"key": new abap.types.Integer({qualifiedName: "ZIF_ABAPGIT_DIFF3=>TY_LCS_RESULT-KEY"}),
"buffer1index": new abap.types.Integer({qualifiedName: "ZIF_ABAPGIT_DIFF3=>TY_NUMBER"}),
"buffer2index": new abap.types.Integer({qualifiedName: "ZIF_ABAPGIT_DIFF3=>TY_NUMBER"}),
"chain": new abap.types.Integer({qualifiedName: "ZIF_ABAPGIT_DIFF3=>TY_LCS_RESULT-CHAIN"})}, "zif_abapgit_diff3=>ty_lcs_result", undefined, {}, {}), {"withHeader":false,"keyType":"USER","primaryKey":{"name":"primary_key","type":"SORTED","isUnique":true,"keyFields":["KEY"]},"secondary":[]}, "zif_abapgit_diff3=>ty_lcs_result_t");
zif_abapgit_diff3.ty_comm_result = new abap.types.Structure({
"common": abap.types.TableFactory.construct(new abap.types.String({qualifiedName: "STRING"}), {"withHeader":false,"keyType":"DEFAULT","primaryKey":{"isUnique":false,"type":"STANDARD","keyFields":[],"name":"primary_key"},"secondary":[]}, "STRING_TABLE"),
"diff": new abap.types.Structure({
"buffer1": abap.types.TableFactory.construct(new abap.types.String({qualifiedName: "STRING"}), {"withHeader":false,"keyType":"DEFAULT","primaryKey":{"isUnique":false,"type":"STANDARD","keyFields":[],"name":"primary_key"},"secondary":[]}, "STRING_TABLE"),
"buffer2": abap.types.TableFactory.construct(new abap.types.String({qualifiedName: "STRING"}), {"withHeader":false,"keyType":"DEFAULT","primaryKey":{"isUnique":false,"type":"STANDARD","keyFields":[],"name":"primary_key"},"secondary":[]}, "STRING_TABLE")}, "zif_abapgit_diff3=>ty_comm_result-diff", undefined, {}, {})}, "zif_abapgit_diff3=>ty_comm_result", undefined, {}, {});
zif_abapgit_diff3.ty_comm_result_t = abap.types.TableFactory.construct(new abap.types.Structure({
"common": abap.types.TableFactory.construct(new abap.types.String({qualifiedName: "STRING"}), {"withHeader":false,"keyType":"DEFAULT","primaryKey":{"isUnique":false,"type":"STANDARD","keyFields":[],"name":"primary_key"},"secondary":[]}, "STRING_TABLE"),
"diff": new abap.types.Structure({
"buffer1": abap.types.TableFactory.construct(new abap.types.String({qualifiedName: "STRING"}), {"withHeader":false,"keyType":"DEFAULT","primaryKey":{"isUnique":false,"type":"STANDARD","keyFields":[],"name":"primary_key"},"secondary":[]}, "STRING_TABLE"),
"buffer2": abap.types.TableFactory.construct(new abap.types.String({qualifiedName: "STRING"}), {"withHeader":false,"keyType":"DEFAULT","primaryKey":{"isUnique":false,"type":"STANDARD","keyFields":[],"name":"primary_key"},"secondary":[]}, "STRING_TABLE")}, "zif_abapgit_diff3=>ty_comm_result-diff", undefined, {}, {})}, "zif_abapgit_diff3=>ty_comm_result", undefined, {}, {}), {"withHeader":false,"keyType":"DEFAULT","primaryKey":{"name":"primary_key","type":"STANDARD","isUnique":false,"keyFields":[]},"secondary":[]}, "zif_abapgit_diff3=>ty_comm_result_t");
zif_abapgit_diff3.ty_diff_indices_result = new abap.types.Structure({
"buffer1": new abap.types.Structure({
"key": new abap.types.Integer({qualifiedName: "ZIF_ABAPGIT_DIFF3=>TY_NUMBER"}),
"len": new abap.types.Integer({qualifiedName: "ZIF_ABAPGIT_DIFF3=>TY_NUMBER"})}, "zif_abapgit_diff3=>ty_number_number", undefined, {}, {}),
"buffer1content": abap.types.TableFactory.construct(new abap.types.String({qualifiedName: "STRING"}), {"withHeader":false,"keyType":"DEFAULT","primaryKey":{"isUnique":false,"type":"STANDARD","keyFields":[],"name":"primary_key"},"secondary":[]}, "STRING_TABLE"),
"buffer2": new abap.types.Structure({
"key": new abap.types.Integer({qualifiedName: "ZIF_ABAPGIT_DIFF3=>TY_NUMBER"}),
"len": new abap.types.Integer({qualifiedName: "ZIF_ABAPGIT_DIFF3=>TY_NUMBER"})}, "zif_abapgit_diff3=>ty_number_number", undefined, {}, {}),
"buffer2content": abap.types.TableFactory.construct(new abap.types.String({qualifiedName: "STRING"}), {"withHeader":false,"keyType":"DEFAULT","primaryKey":{"isUnique":false,"type":"STANDARD","keyFields":[],"name":"primary_key"},"secondary":[]}, "STRING_TABLE")}, "zif_abapgit_diff3=>ty_diff_indices_result", undefined, {}, {});
zif_abapgit_diff3.ty_diff_indices_result_t = abap.types.TableFactory.construct(new abap.types.Structure({
"buffer1": new abap.types.Structure({
"key": new abap.types.Integer({qualifiedName: "ZIF_ABAPGIT_DIFF3=>TY_NUMBER"}),
"len": new abap.types.Integer({qualifiedName: "ZIF_ABAPGIT_DIFF3=>TY_NUMBER"})}, "zif_abapgit_diff3=>ty_number_number", undefined, {}, {}),
"buffer1content": abap.types.TableFactory.construct(new abap.types.String({qualifiedName: "STRING"}), {"withHeader":false,"keyType":"DEFAULT","primaryKey":{"isUnique":false,"type":"STANDARD","keyFields":[],"name":"primary_key"},"secondary":[]}, "STRING_TABLE"),
"buffer2": new abap.types.Structure({
"key": new abap.types.Integer({qualifiedName: "ZIF_ABAPGIT_DIFF3=>TY_NUMBER"}),
"len": new abap.types.Integer({qualifiedName: "ZIF_ABAPGIT_DIFF3=>TY_NUMBER"})}, "zif_abapgit_diff3=>ty_number_number", undefined, {}, {}),
"buffer2content": abap.types.TableFactory.construct(new abap.types.String({qualifiedName: "STRING"}), {"withHeader":false,"keyType":"DEFAULT","primaryKey":{"isUnique":false,"type":"STANDARD","keyFields":[],"name":"primary_key"},"secondary":[]}, "STRING_TABLE")}, "zif_abapgit_diff3=>ty_diff_indices_result", undefined, {}, {}), {"withHeader":false,"keyType":"DEFAULT","primaryKey":{"name":"primary_key","type":"STANDARD","isUnique":false,"keyFields":[]},"secondary":[]}, "zif_abapgit_diff3=>ty_diff_indices_result_t");
zif_abapgit_diff3.ty_chunk = new abap.types.Structure({
"offset": new abap.types.Integer({qualifiedName: "ZIF_ABAPGIT_DIFF3=>TY_NUMBER"}),
"length": new abap.types.Integer({qualifiedName: "ZIF_ABAPGIT_DIFF3=>TY_NUMBER"}),
"chunk": abap.types.TableFactory.construct(new abap.types.String({qualifiedName: "STRING"}), {"withHeader":false,"keyType":"DEFAULT","primaryKey":{"isUnique":false,"type":"STANDARD","keyFields":[],"name":"primary_key"},"secondary":[]}, "STRING_TABLE")}, "zif_abapgit_diff3=>ty_chunk", undefined, {}, {});
zif_abapgit_diff3.ty_patch_result = new abap.types.Structure({
"buffer1": new abap.types.Structure({
"offset": new abap.types.Integer({qualifiedName: "ZIF_ABAPGIT_DIFF3=>TY_NUMBER"}),
"length": new abap.types.Integer({qualifiedName: "ZIF_ABAPGIT_DIFF3=>TY_NUMBER"}),
"chunk": abap.types.TableFactory.construct(new abap.types.String({qualifiedName: "STRING"}), {"withHeader":false,"keyType":"DEFAULT","primaryKey":{"isUnique":false,"type":"STANDARD","keyFields":[],"name":"primary_key"},"secondary":[]}, "STRING_TABLE")}, "zif_abapgit_diff3=>ty_chunk", undefined, {}, {}),
"buffer2": new abap.types.Structure({
"offset": new abap.types.Integer({qualifiedName: "ZIF_ABAPGIT_DIFF3=>TY_NUMBER"}),
"length": new abap.types.Integer({qualifiedName: "ZIF_ABAPGIT_DIFF3=>TY_NUMBER"}),
"chunk": abap.types.TableFactory.construct(new abap.types.String({qualifiedName: "STRING"}), {"withHeader":false,"keyType":"DEFAULT","primaryKey":{"isUnique":false,"type":"STANDARD","keyFields":[],"name":"primary_key"},"secondary":[]}, "STRING_TABLE")}, "zif_abapgit_diff3=>ty_chunk", undefined, {}, {})}, "zif_abapgit_diff3=>ty_patch_result", undefined, {}, {});
zif_abapgit_diff3.ty_patch_result_t = abap.types.TableFactory.construct(new abap.types.Structure({
"buffer1": new abap.types.Structure({
"offset": new abap.types.Integer({qualifiedName: "ZIF_ABAPGIT_DIFF3=>TY_NUMBER"}),
"length": new abap.types.Integer({qualifiedName: "ZIF_ABAPGIT_DIFF3=>TY_NUMBER"}),
"chunk": abap.types.TableFactory.construct(new abap.types.String({qualifiedName: "STRING"}), {"withHeader":false,"keyType":"DEFAULT","primaryKey":{"isUnique":false,"type":"STANDARD","keyFields":[],"name":"primary_key"},"secondary":[]}, "STRING_TABLE")}, "zif_abapgit_diff3=>ty_chunk", undefined, {}, {}),
"buffer2": new abap.types.Structure({
"offset": new abap.types.Integer({qualifiedName: "ZIF_ABAPGIT_DIFF3=>TY_NUMBER"}),
"length": new abap.types.Integer({qualifiedName: "ZIF_ABAPGIT_DIFF3=>TY_NUMBER"}),
"chunk": abap.types.TableFactory.construct(new abap.types.String({qualifiedName: "STRING"}), {"withHeader":false,"keyType":"DEFAULT","primaryKey":{"isUnique":false,"type":"STANDARD","keyFields":[],"name":"primary_key"},"secondary":[]}, "STRING_TABLE")}, "zif_abapgit_diff3=>ty_chunk", undefined, {}, {})}, "zif_abapgit_diff3=>ty_patch_result", undefined, {}, {}), {"withHeader":false,"keyType":"DEFAULT","primaryKey":{"name":"primary_key","type":"STANDARD","isUnique":false,"keyFields":[]},"secondary":[]}, "zif_abapgit_diff3=>ty_patch_result_t");
zif_abapgit_diff3.ty_stable_region = new abap.types.Structure({
"buffer": new abap.types.Character(1, {"qualifiedName":"zif_abapgit_diff3=>ty_stable_region-buffer"}),
"buffer_start": new abap.types.Integer({qualifiedName: "ZIF_ABAPGIT_DIFF3=>TY_NUMBER"}),
"buffer_length": new abap.types.Integer({qualifiedName: "ZIF_ABAPGIT_DIFF3=>TY_NUMBER"}),
"buffer_content": abap.types.TableFactory.construct(new abap.types.String({qualifiedName: "STRING"}), {"withHeader":false,"keyType":"DEFAULT","primaryKey":{"isUnique":false,"type":"STANDARD","keyFields":[],"name":"primary_key"},"secondary":[]}, "STRING_TABLE")}, "zif_abapgit_diff3=>ty_stable_region", undefined, {}, {});
zif_abapgit_diff3.ty_unstable_region = new abap.types.Structure({
"a_start": new abap.types.Integer({qualifiedName: "ZIF_ABAPGIT_DIFF3=>TY_NUMBER"}),
"a_length": new abap.types.Integer({qualifiedName: "ZIF_ABAPGIT_DIFF3=>TY_NUMBER"}),
"a_content": abap.types.TableFactory.construct(new abap.types.String({qualifiedName: "STRING"}), {"withHeader":false,"keyType":"DEFAULT","primaryKey":{"isUnique":false,"type":"STANDARD","keyFields":[],"name":"primary_key"},"secondary":[]}, "STRING_TABLE"),
"b_start": new abap.types.Integer({qualifiedName: "ZIF_ABAPGIT_DIFF3=>TY_NUMBER"}),
"b_length": new abap.types.Integer({qualifiedName: "ZIF_ABAPGIT_DIFF3=>TY_NUMBER"}),
"b_content": abap.types.TableFactory.construct(new abap.types.String({qualifiedName: "STRING"}), {"withHeader":false,"keyType":"DEFAULT","primaryKey":{"isUnique":false,"type":"STANDARD","keyFields":[],"name":"primary_key"},"secondary":[]}, "STRING_TABLE"),
"o_start": new abap.types.Integer({qualifiedName: "ZIF_ABAPGIT_DIFF3=>TY_NUMBER"}),
"o_length": new abap.types.Integer({qualifiedName: "ZIF_ABAPGIT_DIFF3=>TY_NUMBER"}),
"o_content": abap.types.TableFactory.construct(new abap.types.String({qualifiedName: "STRING"}), {"withHeader":false,"keyType":"DEFAULT","primaryKey":{"isUnique":false,"type":"STANDARD","keyFields":[],"name":"primary_key"},"secondary":[]}, "STRING_TABLE")}, "zif_abapgit_diff3=>ty_unstable_region", undefined, {}, {});
zif_abapgit_diff3.ty_region = new abap.types.Structure({
"stable": new abap.types.Character(1, {"qualifiedName":"ABAP_BOOL","ddicName":"ABAP_BOOL"}),
"stable_region": new abap.types.Structure({
"buffer": new abap.types.Character(1, {"qualifiedName":"zif_abapgit_diff3=>ty_stable_region-buffer"}),
"buffer_start": new abap.types.Integer({qualifiedName: "ZIF_ABAPGIT_DIFF3=>TY_NUMBER"}),
"buffer_length": new abap.types.Integer({qualifiedName: "ZIF_ABAPGIT_DIFF3=>TY_NUMBER"}),
"buffer_content": abap.types.TableFactory.construct(new abap.types.String({qualifiedName: "STRING"}), {"withHeader":false,"keyType":"DEFAULT","primaryKey":{"isUnique":false,"type":"STANDARD","keyFields":[],"name":"primary_key"},"secondary":[]}, "STRING_TABLE")}, "zif_abapgit_diff3=>ty_stable_region", undefined, {}, {}),
"unstable_region": new abap.types.Structure({
"a_start": new abap.types.Integer({qualifiedName: "ZIF_ABAPGIT_DIFF3=>TY_NUMBER"}),
"a_length": new abap.types.Integer({qualifiedName: "ZIF_ABAPGIT_DIFF3=>TY_NUMBER"}),
"a_content": abap.types.TableFactory.construct(new abap.types.String({qualifiedName: "STRING"}), {"withHeader":false,"keyType":"DEFAULT","primaryKey":{"isUnique":false,"type":"STANDARD","keyFields":[],"name":"primary_key"},"secondary":[]}, "STRING_TABLE"),
"b_start": new abap.types.Integer({qualifiedName: "ZIF_ABAPGIT_DIFF3=>TY_NUMBER"}),
"b_length": new abap.types.Integer({qualifiedName: "ZIF_ABAPGIT_DIFF3=>TY_NUMBER"}),
"b_content": abap.types.TableFactory.construct(new abap.types.String({qualifiedName: "STRING"}), {"withHeader":false,"keyType":"DEFAULT","primaryKey":{"isUnique":false,"type":"STANDARD","keyFields":[],"name":"primary_key"},"secondary":[]}, "STRING_TABLE"),
"o_start": new abap.types.Integer({qualifiedName: "ZIF_ABAPGIT_DIFF3=>TY_NUMBER"}),
"o_length": new abap.types.Integer({qualifiedName: "ZIF_ABAPGIT_DIFF3=>TY_NUMBER"}),
"o_content": abap.types.TableFactory.construct(new abap.types.String({qualifiedName: "STRING"}), {"withHeader":false,"keyType":"DEFAULT","primaryKey":{"isUnique":false,"type":"STANDARD","keyFields":[],"name":"primary_key"},"secondary":[]}, "STRING_TABLE")}, "zif_abapgit_diff3=>ty_unstable_region", undefined, {}, {})}, "zif_abapgit_diff3=>ty_region", undefined, {}, {});
zif_abapgit_diff3.ty_region_t = abap.types.TableFactory.construct(new abap.types.Structure({
"stable": new abap.types.Character(1, {"qualifiedName":"ABAP_BOOL","ddicName":"ABAP_BOOL"}),
"stable_region": new abap.types.Structure({
"buffer": new abap.types.Character(1, {"qualifiedName":"zif_abapgit_diff3=>ty_stable_region-buffer"}),
"buffer_start": new abap.types.Integer({qualifiedName: "ZIF_ABAPGIT_DIFF3=>TY_NUMBER"}),
"buffer_length": new abap.types.Integer({qualifiedName: "ZIF_ABAPGIT_DIFF3=>TY_NUMBER"}),
"buffer_content": abap.types.TableFactory.construct(new abap.types.String({qualifiedName: "STRING"}), {"withHeader":false,"keyType":"DEFAULT","primaryKey":{"isUnique":false,"type":"STANDARD","keyFields":[],"name":"primary_key"},"secondary":[]}, "STRING_TABLE")}, "zif_abapgit_diff3=>ty_stable_region", undefined, {}, {}),
"unstable_region": new abap.types.Structure({
"a_start": new abap.types.Integer({qualifiedName: "ZIF_ABAPGIT_DIFF3=>TY_NUMBER"}),
"a_length": new abap.types.Integer({qualifiedName: "ZIF_ABAPGIT_DIFF3=>TY_NUMBER"}),
"a_content": abap.types.TableFactory.construct(new abap.types.String({qualifiedName: "STRING"}), {"withHeader":false,"keyType":"DEFAULT","primaryKey":{"isUnique":false,"type":"STANDARD","keyFields":[],"name":"primary_key"},"secondary":[]}, "STRING_TABLE"),
"b_start": new abap.types.Integer({qualifiedName: "ZIF_ABAPGIT_DIFF3=>TY_NUMBER"}),
"b_length": new abap.types.Integer({qualifiedName: "ZIF_ABAPGIT_DIFF3=>TY_NUMBER"}),
"b_content": abap.types.TableFactory.construct(new abap.types.String({qualifiedName: "STRING"}), {"withHeader":false,"keyType":"DEFAULT","primaryKey":{"isUnique":false,"type":"STANDARD","keyFields":[],"name":"primary_key"},"secondary":[]}, "STRING_TABLE"),
"o_start": new abap.types.Integer({qualifiedName: "ZIF_ABAPGIT_DIFF3=>TY_NUMBER"}),
"o_length": new abap.types.Integer({qualifiedName: "ZIF_ABAPGIT_DIFF3=>TY_NUMBER"}),
"o_content": abap.types.TableFactory.construct(new abap.types.String({qualifiedName: "STRING"}), {"withHeader":false,"keyType":"DEFAULT","primaryKey":{"isUnique":false,"type":"STANDARD","keyFields":[],"name":"primary_key"},"secondary":[]}, "STRING_TABLE")}, "zif_abapgit_diff3=>ty_unstable_region", undefined, {}, {})}, "zif_abapgit_diff3=>ty_region", undefined, {}, {}), {"withHeader":false,"keyType":"DEFAULT","primaryKey":{"name":"primary_key","type":"STANDARD","isUnique":false,"keyFields":[]},"secondary":[]}, "zif_abapgit_diff3=>ty_region_t");
zif_abapgit_diff3.ty_merge_region = new abap.types.Structure({
"ok": abap.types.TableFactory.construct(new abap.types.String({qualifiedName: "STRING"}), {"withHeader":false,"keyType":"DEFAULT","primaryKey":{"isUnique":false,"type":"STANDARD","keyFields":[],"name":"primary_key"},"secondary":[]}, "STRING_TABLE"),
"conflict": new abap.types.Structure({
"a": abap.types.TableFactory.construct(new abap.types.String({qualifiedName: "STRING"}), {"withHeader":false,"keyType":"DEFAULT","primaryKey":{"isUnique":false,"type":"STANDARD","keyFields":[],"name":"primary_key"},"secondary":[]}, "STRING_TABLE"),
"a_index": new abap.types.Integer({qualifiedName: "ZIF_ABAPGIT_DIFF3=>TY_NUMBER"}),
"o": abap.types.TableFactory.construct(new abap.types.String({qualifiedName: "STRING"}), {"withHeader":false,"keyType":"DEFAULT","primaryKey":{"isUnique":false,"type":"STANDARD","keyFields":[],"name":"primary_key"},"secondary":[]}, "STRING_TABLE"),
"o_index": new abap.types.Integer({qualifiedName: "ZIF_ABAPGIT_DIFF3=>TY_NUMBER"}),
"b": abap.types.TableFactory.construct(new abap.types.String({qualifiedName: "STRING"}), {"withHeader":false,"keyType":"DEFAULT","primaryKey":{"isUnique":false,"type":"STANDARD","keyFields":[],"name":"primary_key"},"secondary":[]}, "STRING_TABLE"),
"b_index": new abap.types.Integer({qualifiedName: "ZIF_ABAPGIT_DIFF3=>TY_NUMBER"})}, "zif_abapgit_diff3=>ty_merge_region-conflict", undefined, {}, {})}, "zif_abapgit_diff3=>ty_merge_region", undefined, {}, {});
zif_abapgit_diff3.ty_merge_region_t = abap.types.TableFactory.construct(new abap.types.Structure({
"ok": abap.types.TableFactory.construct(new abap.types.String({qualifiedName: "STRING"}), {"withHeader":false,"keyType":"DEFAULT","primaryKey":{"isUnique":false,"type":"STANDARD","keyFields":[],"name":"primary_key"},"secondary":[]}, "STRING_TABLE"),
"conflict": new abap.types.Structure({
"a": abap.types.TableFactory.construct(new abap.types.String({qualifiedName: "STRING"}), {"withHeader":false,"keyType":"DEFAULT","primaryKey":{"isUnique":false,"type":"STANDARD","keyFields":[],"name":"primary_key"},"secondary":[]}, "STRING_TABLE"),
"a_index": new abap.types.Integer({qualifiedName: "ZIF_ABAPGIT_DIFF3=>TY_NUMBER"}),
"o": abap.types.TableFactory.construct(new abap.types.String({qualifiedName: "STRING"}), {"withHeader":false,"keyType":"DEFAULT","primaryKey":{"isUnique":false,"type":"STANDARD","keyFields":[],"name":"primary_key"},"secondary":[]}, "STRING_TABLE"),
"o_index": new abap.types.Integer({qualifiedName: "ZIF_ABAPGIT_DIFF3=>TY_NUMBER"}),
"b": abap.types.TableFactory.construct(new abap.types.String({qualifiedName: "STRING"}), {"withHeader":false,"keyType":"DEFAULT","primaryKey":{"isUnique":false,"type":"STANDARD","keyFields":[],"name":"primary_key"},"secondary":[]}, "STRING_TABLE"),
"b_index": new abap.types.Integer({qualifiedName: "ZIF_ABAPGIT_DIFF3=>TY_NUMBER"})}, "zif_abapgit_diff3=>ty_merge_region-conflict", undefined, {}, {})}, "zif_abapgit_diff3=>ty_merge_region", undefined, {}, {}), {"withHeader":false,"keyType":"DEFAULT","primaryKey":{"name":"primary_key","type":"STANDARD","isUnique":false,"keyFields":[]},"secondary":[]}, "zif_abapgit_diff3=>ty_merge_region_t");
zif_abapgit_diff3.ty_merge_result = new abap.types.Structure({
"conflict": new abap.types.Character(1, {"qualifiedName":"ABAP_BOOL","ddicName":"ABAP_BOOL"}),
"result": abap.types.TableFactory.construct(new abap.types.String({qualifiedName: "STRING"}), {"withHeader":false,"keyType":"DEFAULT","primaryKey":{"isUnique":false,"type":"STANDARD","keyFields":[],"name":"primary_key"},"secondary":[]}, "STRING_TABLE")}, "zif_abapgit_diff3=>ty_merge_result", undefined, {}, {});
zif_abapgit_diff3.ty_labels = new abap.types.Structure({
"a": new abap.types.String({qualifiedName: "ZIF_ABAPGIT_DIFF3=>TY_LABELS-A"}),
"o": new abap.types.String({qualifiedName: "ZIF_ABAPGIT_DIFF3=>TY_LABELS-O"}),
"x": new abap.types.String({qualifiedName: "ZIF_ABAPGIT_DIFF3=>TY_LABELS-X"}),
"b": new abap.types.String({qualifiedName: "ZIF_ABAPGIT_DIFF3=>TY_LABELS-B"})}, "zif_abapgit_diff3=>ty_labels", undefined, {}, {});
export {zif_abapgit_diff3};