UNPKG

@abaplint/core

Version:
14 lines 524 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.CallBadi = void 0; const combi_1 = require("../combi"); const expressions_1 = require("../expressions"); const version_1 = require("../../../version"); class CallBadi { getMatcher() { const call = (0, combi_1.seq)("CALL BADI", expressions_1.MethodSource, expressions_1.MethodCallBody); return (0, combi_1.verNot)(version_1.Version.Cloud, call); } } exports.CallBadi = CallBadi; //# sourceMappingURL=call_badi.js.map