@abaplint/core
Version:
abaplint - Core API
13 lines • 560 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.ProtectedSection = void 0;
const Statements = require("../../2_statements/statements");
const _combi_1 = require("./_combi");
const section_contents_1 = require("./section_contents");
class ProtectedSection {
getMatcher() {
return (0, _combi_1.seq)((0, _combi_1.sta)(Statements.Protected), (0, _combi_1.opt)((0, _combi_1.sub)(section_contents_1.SectionContents)));
}
}
exports.ProtectedSection = ProtectedSection;
//# sourceMappingURL=protected_section.js.map