UNPKG

@abaplint/core

Version:
13 lines 548 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.PrivateSection = void 0; const Statements = require("../../2_statements/statements"); const _combi_1 = require("./_combi"); const section_contents_1 = require("./section_contents"); class PrivateSection { getMatcher() { return (0, _combi_1.seq)((0, _combi_1.sta)(Statements.Private), (0, _combi_1.opt)((0, _combi_1.sub)(section_contents_1.SectionContents))); } } exports.PrivateSection = PrivateSection; //# sourceMappingURL=private_section.js.map