@abaplint/core
Version:
abaplint - Core API
14 lines • 601 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.Interface = void 0;
const Statements = require("../../2_statements/statements");
const _combi_1 = require("./_combi");
const section_contents_1 = require("./section_contents");
class Interface {
getMatcher() {
const intf = (0, _combi_1.beginEnd)((0, _combi_1.sta)(Statements.Interface), (0, _combi_1.star)((0, _combi_1.sub)(section_contents_1.SectionContents)), (0, _combi_1.sta)(Statements.EndInterface));
return intf;
}
}
exports.Interface = Interface;
//# sourceMappingURL=interface.js.map