UNPKG

@abaplint/core

Version:
14 lines 687 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.CDSAs = void 0; const _1 = require("."); const combi_1 = require("../../abap/2_statements/combi"); class CDSAs extends combi_1.Expression { getRunnable() { const redirected = (0, combi_1.seq)(": REDIRECTED TO", (0, combi_1.optPrio)((0, combi_1.altPrio)("PARENT", "COMPOSITION CHILD")), _1.CDSName); const colonType = (0, combi_1.seq)(":", (0, combi_1.altPrio)(_1.CDSType, _1.CDSName, "LOCALIZED")); return (0, combi_1.seq)("AS", _1.CDSName, (0, combi_1.optPrio)((0, combi_1.altPrio)(redirected, colonType))); } } exports.CDSAs = CDSAs; //# sourceMappingURL=cds_as.js.map