@abaplint/core
Version:
abaplint - Core API
14 lines • 618 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.OnChange = void 0;
const Statements = require("../../2_statements/statements");
const _combi_1 = require("./_combi");
const body_1 = require("./body");
const else_1 = require("./else");
class OnChange {
getMatcher() {
return (0, _combi_1.beginEnd)((0, _combi_1.sta)(Statements.OnChange), (0, _combi_1.seq)((0, _combi_1.opt)((0, _combi_1.sub)(body_1.Body)), (0, _combi_1.opt)((0, _combi_1.sub)(else_1.Else))), (0, _combi_1.sta)(Statements.EndOn));
}
}
exports.OnChange = OnChange;
//# sourceMappingURL=on_change.js.map