UNPKG

@abaplint/core

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