@abaplint/core
Version:
abaplint - Core API
13 lines • 590 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.EnhancementSection = void 0;
const Statements = require("../../2_statements/statements");
const _combi_1 = require("./_combi");
const body_1 = require("./body");
class EnhancementSection {
getMatcher() {
return (0, _combi_1.beginEnd)((0, _combi_1.sta)(Statements.EnhancementSection), (0, _combi_1.opt)((0, _combi_1.sub)(body_1.Body)), (0, _combi_1.sta)(Statements.EndEnhancementSection));
}
}
exports.EnhancementSection = EnhancementSection;
//# sourceMappingURL=enhancement_section.js.map