UNPKG

@abaplint/core

Version:
13 lines 477 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.At = void 0; const Statements = require("../../2_statements/statements"); const _combi_1 = require("./_combi"); const body_1 = require("./body"); class At { getMatcher() { return (0, _combi_1.beginEnd)((0, _combi_1.sta)(Statements.At), (0, _combi_1.opt)((0, _combi_1.sub)(body_1.Body)), (0, _combi_1.sta)(Statements.EndAt)); } } exports.At = At; //# sourceMappingURL=at.js.map