UNPKG

@abaplint/core

Version:
15 lines 672 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.Ranges = void 0; const combi_1 = require("../combi"); const expressions_1 = require("../expressions"); const version_1 = require("../../../version"); class Ranges { getMatcher() { const occurs = (0, combi_1.seq)("OCCURS", expressions_1.Source); const ret = (0, combi_1.seq)("RANGES", expressions_1.DefinitionName, "FOR", expressions_1.SimpleFieldChain2, (0, combi_1.optPrio)(occurs), (0, combi_1.optPrio)(expressions_1.FieldLength)); return (0, combi_1.verNot)(version_1.Version.Cloud, ret); } } exports.Ranges = Ranges; //# sourceMappingURL=ranges.js.map