UNPKG

@abaplint/core

Version:
13 lines 566 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.Define = void 0; const Statements = require("../../2_statements/statements"); const _statement_1 = require("../../2_statements/statements/_statement"); const _combi_1 = require("./_combi"); class Define { getMatcher() { return (0, _combi_1.beginEnd)((0, _combi_1.sta)(Statements.Define), (0, _combi_1.star)((0, _combi_1.sta)(_statement_1.MacroContent)), (0, _combi_1.sta)(Statements.EndOfDefinition)); } } exports.Define = Define; //# sourceMappingURL=define.js.map