@abaplint/core
Version:
abaplint - Core API
12 lines • 604 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.CDSAnnotate = void 0;
const _1 = require(".");
const combi_1 = require("../../abap/2_statements/combi");
class CDSAnnotate extends combi_1.Expression {
getRunnable() {
return (0, combi_1.seq)((0, combi_1.star)(_1.CDSAnnotation), "ANNOTATE", (0, combi_1.alt)("ENTITY", "VIEW"), _1.CDSName, "WITH", (0, combi_1.str)("{"), (0, combi_1.plus)((0, combi_1.seq)(_1.CDSElement, ";")), (0, combi_1.str)("}"), (0, combi_1.opt)(";"));
}
}
exports.CDSAnnotate = CDSAnnotate;
//# sourceMappingURL=cds_annotate.js.map