UNPKG

@abaplint/core

Version:
14 lines 708 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.SetProperty = void 0; const combi_1 = require("../combi"); const expressions_1 = require("../expressions"); const version_1 = require("../../../version"); class SetProperty { getMatcher() { const ret = (0, combi_1.seq)("SET PROPERTY OF", expressions_1.Source, (0, combi_1.alt)(expressions_1.Constant, expressions_1.Field), "=", expressions_1.Source, (0, combi_1.optPrio)("NO FLUSH"), (0, combi_1.opt)(expressions_1.OLEExporting), (0, combi_1.opt)("QUEUEONLY")); return (0, combi_1.verNot)(version_1.Version.Cloud, ret); } } exports.SetProperty = SetProperty; //# sourceMappingURL=set_property.js.map