UNPKG

@abaplint/core

Version:
13 lines 479 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.Loop = void 0; const Statements = require("../../2_statements/statements"); const _combi_1 = require("./_combi"); const _1 = require("."); class Loop { getMatcher() { return (0, _combi_1.beginEnd)((0, _combi_1.sta)(Statements.Loop), (0, _combi_1.star)((0, _combi_1.sub)(_1.Body)), (0, _combi_1.sta)(Statements.EndLoop)); } } exports.Loop = Loop; //# sourceMappingURL=loop.js.map