UNPKG

@abaplint/core

Version:
14 lines 675 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.Method = void 0; const Statements = require("../../2_statements/statements"); const _combi_1 = require("./_combi"); const _statement_1 = require("../../2_statements/statements/_statement"); const body_1 = require("./body"); class Method { getMatcher() { return (0, _combi_1.beginEnd)((0, _combi_1.sta)(Statements.MethodImplementation), (0, _combi_1.opt)((0, _combi_1.alt)((0, _combi_1.sub)(body_1.Body), (0, _combi_1.star)((0, _combi_1.sta)(_statement_1.NativeSQL)))), (0, _combi_1.sta)(Statements.EndMethod)); } } exports.Method = Method; //# sourceMappingURL=method.js.map