UNPKG

@abaplint/core

Version:
15 lines 709 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.CDSAnnotationArray = void 0; const _1 = require("."); const combi_1 = require("../../abap/2_statements/combi"); const cds_annotation_simple_1 = require("./cds_annotation_simple"); class CDSAnnotationArray extends combi_1.Expression { getRunnable() { const value = (0, combi_1.alt)(cds_annotation_simple_1.CDSAnnotationSimple, _1.CDSAnnotationObject, CDSAnnotationArray); const valueList = (0, combi_1.seq)("[", value, (0, combi_1.star)((0, combi_1.seq)(",", value)), "]"); return valueList; } } exports.CDSAnnotationArray = CDSAnnotationArray; //# sourceMappingURL=cds_annotation_array.js.map