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