UNPKG

@abaplint/core

Version:
14 lines 745 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.GetProperty = void 0; const combi_1 = require("../combi"); const expressions_1 = require("../expressions"); const version_1 = require("../../../version"); class GetProperty { getMatcher() { const ret = (0, combi_1.seq)("GET PROPERTY OF", expressions_1.FieldSub, (0, combi_1.alt)(expressions_1.Source, expressions_1.ConstantString), "=", expressions_1.Source, (0, combi_1.opt)("NO FLUSH"), (0, combi_1.opt)((0, combi_1.alt)("QUEUE-ONLY", "QUEUEONLY")), (0, combi_1.opt)(expressions_1.OLEExporting)); return (0, combi_1.verNot)(version_1.Version.Cloud, ret); } } exports.GetProperty = GetProperty; //# sourceMappingURL=get_property.js.map