UNPKG

@abaplint/core

Version:
12 lines 527 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.Chain = void 0; const Statements = require("../../2_statements/statements"); const _combi_1 = require("./_combi"); class Chain { getMatcher() { return (0, _combi_1.beginEnd)((0, _combi_1.sta)(Statements.Chain), (0, _combi_1.star)((0, _combi_1.alt)((0, _combi_1.sta)(Statements.Field), (0, _combi_1.sta)(Statements.Module))), (0, _combi_1.sta)(Statements.EndChain)); } } exports.Chain = Chain; //# sourceMappingURL=chain.js.map