UNPKG

@abaplint/core

Version:
16 lines 702 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.GetDataset = void 0; const combi_1 = require("../combi"); const expressions_1 = require("../expressions"); const version_1 = require("../../../version"); class GetDataset { getMatcher() { const position = (0, combi_1.seq)("POSITION", expressions_1.Target); const attr = (0, combi_1.seq)("ATTRIBUTES", expressions_1.Target); const ret = (0, combi_1.seq)("GET DATASET", expressions_1.Target, (0, combi_1.opt)((0, combi_1.per)(position, attr))); return (0, combi_1.verNot)(version_1.Version.Cloud, ret); } } exports.GetDataset = GetDataset; //# sourceMappingURL=get_dataset.js.map